Searched refs:isDesktop (Results 1 - 10 of 10) sorted by relevance

/haiku/src/preferences/backgrounds/
H A DBackgroundsView.h71 void SetDesktop(bool isDesktop);
127 void _LoadFolder(bool isDesktop);
132 void _SetDesktop(bool isDesktop);
H A DBackgroundImage.h104 bool isDesktop, BackgroundsView* view);
138 BackgroundImage(const BNode* node, bool isDesktop, BackgroundsView* view);
H A DBackgroundImage.cpp77 BackgroundImage::GetBackgroundImage(const BNode* node, bool isDesktop, argument
80 BackgroundImage* result = new BackgroundImage(node, isDesktop, view);
105 if (isDesktop) {
141 if (isDesktop) {
H A DBackgroundsView.cpp477 BackgroundsView::_LoadFolder(bool isDesktop) argument
486 fCurrent = BackgroundImage::GetBackgroundImage(&node, isDesktop, this);
1156 BackgroundsView::_SetDesktop(bool isDesktop) argument
1158 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);
1510 SetDesktop(bool isDesktop) argument
[all...]
/haiku/src/kits/tracker/
H A DBackgroundImage.h93 bool isDesktop);
H A DBackgroundImage.cpp70 BackgroundImage::GetBackgroundImage(const BNode* node, bool isDesktop) argument
106 if (isDesktop)
121 backgroundImage = new BackgroundImage(node, isDesktop);
H A DFilePanelPriv.cpp552 bool isDesktop = SwitchDirToDesktopIfNeeded(setToRef); local
558 PoseView()->SetIsDesktop(isDesktop);
1242 bool isDesktop = SwitchDirToDesktopIfNeeded(ref); local
1244 PoseView()->SetIsDesktop(isDesktop);
H A DPoseView.cpp772 bool isDesktop = IsDesktopWindow() && (frameIfDesktop != NULL); local
792 if (isDesktop) {
841 if (!isTrash && isDesktop
854 if (isDesktop) {
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp2191 bool isDesktop = window != NULL local
2211 if (isDesktop)
2222 if (isDesktop) {
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp2200 bool isDesktop = window local
2220 if (isDesktop)
2233 if (isDesktop) {

Completed in 370 milliseconds