Searched refs:SetDesktop (Results 1 - 8 of 8) sorted by relevance

/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawView.h19 void SetDesktop(Desktop* desktop);
H A DDrawView.cpp46 // SetDesktop
48 DrawView::SetDesktop(Desktop* desktop) function in class:DrawView
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.h71 void SetDesktop(bool isDesktop);
H A DBackgroundsView.cpp1158 fTopLeft->SetDesktop(isDesktop);
1159 fTop->SetDesktop(isDesktop);
1160 fTopRight->SetDesktop(isDesktop);
1161 fLeft->SetDesktop(isDesktop);
1162 fRight->SetDesktop(isDesktop);
1163 fBottomLeft->SetDesktop(isDesktop);
1164 fBottom->SetDesktop(isDesktop);
1165 fBottomRight->SetDesktop(isDesktop);
1510 FramePart::SetDesktop(bool isDesktop) function in class:FramePart
/haiku/src/servers/app/
H A DEventDispatcher.h100 void SetDesktop(Desktop* desktop);
H A DEventDispatcher.cpp624 EventDispatcher::SetDesktop(Desktop* desktop) function in class:EventDispatcher
H A DDesktop.cpp570 fEventDispatcher.SetDesktop(this);
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp41 fDrawView->SetDesktop(this);

Completed in 279 milliseconds