Searched refs:UpdateScreenBounds (Results 1 - 7 of 7) sorted by relevance

/haiku/src/servers/app/
H A DInputManager.h23 void UpdateScreenBounds(BRect bounds);
H A DInputManager.cpp90 InputManager::UpdateScreenBounds(BRect bounds) function in class:InputManager
95 fUsedStreams.ItemAt(i)->UpdateScreenBounds(bounds);
99 fFreeStreams.ItemAt(i)->UpdateScreenBounds(bounds);
H A DEventStream.h30 virtual void UpdateScreenBounds(BRect bounds) = 0;
56 virtual void UpdateScreenBounds(BRect bounds);
H A DEventStream.cpp116 InputServerStream::UpdateScreenBounds(BRect bounds) function in class:InputServerStream
H A DDesktop.cpp3605 gInputManager->UpdateScreenBounds(screen->Frame());
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteEventStream.h26 virtual void UpdateScreenBounds(BRect bounds);
H A DRemoteEventStream.cpp41 RemoteEventStream::UpdateScreenBounds(BRect bounds) function in class:RemoteEventStream

Completed in 234 milliseconds