Lines Matching defs:NULL

170 		fPageIcon(NULL),
197 fPageIcon = NULL;
251 fPulseRunner(NULL),
386 fBackButton = new IconButton("Back", 0, NULL, new BMessage(GO_BACK));
390 fForwardButton = new IconButton("Forward", 0, NULL, new BMessage(GO_FORWARD));
394 fStopButton = new IconButton("Stop", 0, NULL, new BMessage(STOP));
398 fHomeButton = new IconButton("Home", 0, NULL, new BMessage(HOME));
656 _SetPageIcon(CurrentWebView(), NULL);
830 if (CurrentWebView() != NULL)
840 if (textView != NULL)
842 else if (CurrentWebView() != NULL)
968 SetCurrentWebView(NULL);
1026 if (CurrentWebView() != NULL) {
1032 if (userData == NULL) {
1047 if (webView != NULL) {
1055 BView* focusedView = NULL;
1056 if (userData != NULL)
1059 if (focusedView != NULL
1065 if (userData != NULL) {
1077 fURLInputGroup->SetPageIcon(NULL);
1092 if (CurrentWebView() == NULL)
1103 bool applyNewPagePolicy = webView == NULL;
1105 if (webView == NULL)
1123 fURLInputGroup->SetPageIcon(NULL);
1544 SetCurrentWebView(NULL);
1545 if (webView != NULL)
1589 message.String(), B_TRANSLATE("OK"), NULL, NULL,
1665 if (userData != NULL && userData->PageIcon() != NULL) {
1714 message.String(), B_TRANSLATE("OK"), NULL, NULL,
1740 message.String(), B_TRANSLATE("OK"), NULL, NULL,
1816 if (userData == NULL) {
1817 userData = new(std::nothrow) PageUserData(NULL);
1818 if (userData == NULL)
1961 if (focusTextView != NULL) {
1970 if (data != NULL)
1977 } else if (CurrentWebView() != NULL) {
2039 fPulseRunner = NULL;
2049 || (CurrentWebView() != NULL && !CurrentWebView()->IsFocus())) {
2140 if (CurrentWebView() != NULL)
2332 alert->Go(NULL);