Lines Matching defs:NULL

106 		BMessage* dragMessage = NULL;
137 fBarWindow(NULL),
138 fInlineScrollView(NULL),
139 fBarMenuBar(NULL),
140 fExpandoMenuBar(NULL),
149 fDragMessage(NULL),
150 fCachedTypesList(NULL),
153 fLastDragItem(NULL),
154 fMouseFilter(NULL),
158 BWindow* tmpWindow = new(std::nothrow) BWindow(BRect(), NULL,
160 if (tmpWindow != NULL) {
250 fMouseFilter = NULL;
252 fTrackingHookData.fDragMessage = NULL;
326 if (fBarWindow == NULL || fBarWindow->IsShowingMenu()
334 if (currentMessage == NULL)
400 if (fBarWindow == NULL || fBarWindow->IsShowingMenu()
408 if (currentMessage == NULL)
484 if (fBarMenuBar == NULL) {
664 if (fState == kExpandoState && fExpandoMenuBar != NULL) {
726 if (fInlineScrollView == NULL && fExpandoMenuBar == NULL)
797 if (barWindow != NULL)
800 if (vertSwap && fExpandoMenuBar != NULL) {
840 if (fBarWindow != NULL)
847 if (fBarWindow != NULL)
899 if (fExpandoMenuBar != NULL && fExpandoMenuBar->Frame().Contains(loc)) {
905 init_tracking_hook(fLastDragItem, NULL, NULL);
907 if (item != NULL) {
927 TBarView* barView = dynamic_cast<TBarView*>(data->fTarget.Target(NULL));
994 if (fExpandoMenuBar != NULL) {
995 if (fLastDragItem != NULL) {
996 init_tracking_hook(fLastDragItem, NULL, NULL);
997 fLastDragItem = NULL;
1003 fDragMessage = NULL;
1006 fCachedTypesList = NULL;
1073 if (fDragMessage != NULL) {
1080 if (signature != NULL && *signature != '\0'
1086 } else if (ref != NULL) {
1089 } else if (signature != NULL && *signature != '\0')
1139 SendDragMessage(NULL, &ref);
1143 AddRefsToDeskbarMenu(DragMessage(), NULL);
1272 if (fExpandoMenuBar != NULL)