Home
last modified time | relevance | path

Searched refs:FindWindowByClientToken (Results 1 – 3 of 3) sorted by relevance

/haiku/src/servers/app/
H A DDesktop.h239 Window* FindWindowByClientToken(int32 token,
H A DServerWindow.cpp661 ::Window* behindOf = fDesktop->FindWindowByClientToken(token, in _DispatchMessage()
725 ::Window* window = fDesktop->FindWindowByClientToken(token, in _DispatchMessage()
747 ::Window* window = fDesktop->FindWindowByClientToken(token, in _DispatchMessage()
H A DDesktop.cpp2148 Desktop::FindWindowByClientToken(int32 token, team_id teamID) in FindWindowByClientToken() function in Desktop