Searched refs:fCurrentStack (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/app/
H A DWindow.cpp133 if (fLook != B_NO_BORDER_WINDOW_LOOK && fCurrentStack.IsSet()) {
613 if (!fCurrentStack.IsSet())
615 return fCurrentStack->Decorator();
1302 if (!fCurrentStack.IsSet())
1311 fCurrentStack->SetDecorator(decorator);
1328 fCurrentStack->SetDecorator(NULL);
2108 if (!fCurrentStack.IsSet())
2110 return fCurrentStack->WindowList().IndexOf(this);
2120 if (!fCurrentStack.IsSet())
2122 if (fCurrentStack
[all...]
H A DWindow.h446 BReference<WindowStack> fCurrentStack; member in class:Window

Completed in 36 milliseconds