Home
last modified time | relevance | path

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

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