Searched refs:UpdateSession (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.h30 class UpdateSession { class
32 UpdateSession();
33 virtual ~UpdateSession();
47 UpdateSession& operator=(const UpdateSession& other);
163 // through an UpdateSession. When the client has
168 UpdateSession fCurrentUpdateSession;
169 UpdateSession fPendingUpdateSession;
H A DWindowLayer.cpp886 UpdateSession::UpdateSession() function in class:UpdateSession
893 UpdateSession::~UpdateSession()
899 UpdateSession::Include(BRegion* additionalDirty)
906 UpdateSession::Exclude(BRegion* dirtyInNextSession)
913 UpdateSession::MoveBy(int32 x, int32 y)
920 UpdateSession::SetUsed(bool used)
929 UpdateSession&
930 UpdateSession
[all...]
/haiku/src/servers/app/
H A DWindow.h387 // through an UpdateSession. When the client has
392 class UpdateSession { class in class:Window
394 UpdateSession();
413 UpdateSession fUpdateSessions[2];
414 UpdateSession* fCurrentUpdateSession;
415 UpdateSession* fPendingUpdateSession;
H A DWindow.cpp1906 UpdateSession* temp = fCurrentUpdateSession;
2064 // #pragma mark - UpdateSession
2067 Window::UpdateSession::UpdateSession() function in class:Window::UpdateSession
2076 Window::UpdateSession::Include(BRegion* additionalDirty)
2083 Window::UpdateSession::Exclude(BRegion* dirtyInNextSession)
2090 Window::UpdateSession::MoveBy(int32 x, int32 y)
2097 Window::UpdateSession::SetUsed(bool used)

Completed in 55 milliseconds