Home
last modified time | relevance | path

Searched refs:WindowSentBehind (Results 1 – 4 of 4) sorted by relevance

/haiku/src/servers/app/stackandtile/
H A DStackAndTile.h72 virtual void WindowSentBehind(Window* window,
H A DStackAndTile.cpp251 WindowSentBehind(window, NULL); in KeyPressed()
358 StackAndTile::WindowSentBehind(Window* window, Window* behindOf) in WindowSentBehind() function in StackAndTile
/haiku/src/servers/app/
H A DDesktopListener.h54 virtual void WindowSentBehind(Window* window,
H A DDesktopListener.cpp214 listener->WindowSentBehind(window, behindOf); in NotifyWindowSentBehind()