Lines Matching defs:NULL

79 	fScreen(NULL),
131 SetFlags(flags, NULL);
136 if (decorator != NULL) {
153 if (Screen() != NULL) {
158 // ResizeBy(width - frame.Width(), height - frame.Height(), NULL);
165 STRACE(("\tWindow %s\n", window ? window->Title() : "NULL"));
184 if (GetDrawingEngine() == NULL
304 fTopView->MoveBy(x, y, NULL);
406 if (stack != NULL) {
427 if (decorator != NULL)
486 if (allDirtyRegions != NULL) {
501 if (copyRegion != NULL) {
503 if (allDirtyRegions != NULL)
530 if (allDirtyRegions != NULL)
571 (int32)(fFrame.top - fTopView->Frame().top), NULL);
575 (int32)(fFrame.Height() - fTopView->Frame().Height()), NULL);
614 return NULL;
622 ::Decorator* decorator = NULL;
623 WindowBehaviour* windowBehaviour = NULL;
625 if (stack == NULL)
635 if (decorator == NULL)
644 window->Flags(), -1, &dirty) == NULL) {
653 if (windowBehaviour == NULL) {
991 if (view != NULL)
1002 if (view != NULL) {
1086 BRegion* dirty = NULL;
1273 if (decorator != NULL) {
1284 if (decorator != NULL) {
1308 if (decorator == NULL && look != B_NO_BORDER_WINDOW_LOOK) {
1316 if (decorator != NULL) {
1328 fCurrentStack->SetDecorator(NULL);
1369 if (decorator == NULL)
1439 for (Window* window = NextWindow(fCurrentWorkspace); window != NULL;
1454 Returns NULL is this window can be the backmost window.
1467 return NULL;
1471 return NULL;
1473 if (window == NULL)
1476 for (; window != NULL; window = window->PreviousWindow(workspace)) {
1484 return NULL;
1490 Returns NULL if this window can be the frontmost window.
1503 return NULL;
1508 if (first == NULL)
1511 for (Window* window = first; window != NULL;
1520 return NULL;
1545 if (window == NULL || fFeel == window->Feel()
1603 if (front != NULL && front->IsNormal()
2060 ResizeBy((int32)xDiff, (int32)yDiff, NULL);
2132 if (decorator != NULL) {
2138 if (remainingTop != NULL) {
2139 if (decorator != NULL)
2143 remainingTop->SetLook(remainingTop->Look(), NULL);
2146 fCurrentStack = NULL;
2152 if (remainingTop != NULL) {
2167 if (stack == NULL)
2185 if (otherDecorator != NULL)
2188 if (decorator != NULL)
2199 if (decorator != NULL) {
2216 if (decorator == NULL)
2222 if (window != NULL)
2250 if (decorator == NULL)
2253 SetLook(Look(), NULL);
2281 fCurrentStack = NULL;
2282 ::Decorator* decorator = NULL;
2287 if (stack == NULL)
2288 return NULL;
2292 return NULL;