Lines Matching defs:NULL

200 		fPageIcon(NULL),
227 fPageIcon = NULL;
274 BButton("close button", NULL, message),
358 fPulseRunner(NULL),
366 fBookmarkBar(NULL)
517 fBackButton = new BIconButton("Back", NULL, new BMessage(GO_BACK));
521 fForwardButton = new BIconButton("Forward", NULL, new BMessage(GO_FORWARD));
525 fStopButton = new BIconButton("Stop", NULL, new BMessage(STOP));
529 fHomeButton = new BIconButton("Home", NULL, new BMessage(HOME));
561 fFindTextControl = new BTextControl("find", B_TRANSLATE("Find:"), "", NULL);
635 fSavePanel = new BFilePanel(B_SAVE_PANEL, new BMessenger(this), NULL, 0,
646 if (fBookmarkBar != NULL)
847 _SetPageIcon(CurrentWebView(), NULL);
971 if (filetype != NULL
1076 if (CurrentWebView() != NULL)
1086 if (textView != NULL)
1088 else if (CurrentWebView() != NULL)
1221 if (filetype != NULL && strcmp(filetype, "application/x-vnd.Be-bookmark") == 0) {
1246 if (view == NULL) {
1268 SetCurrentWebView(NULL);
1332 if (CurrentWebView() != NULL) {
1338 if (userData == NULL) {
1353 if (webView != NULL) {
1361 BView* focusedView = NULL;
1362 if (userData != NULL)
1365 if (focusedView != NULL
1375 if (userData != NULL) {
1387 fURLInputGroup->SetPageIcon(NULL);
1405 if (CurrentWebView() == NULL)
1417 bool applyNewPagePolicy = webView == NULL;
1419 if (webView == NULL)
1437 fURLInputGroup->SetPageIcon(NULL);
1543 if (userData != NULL && userData->URLInputContents().Length() == 0) {
1863 if (webView != NULL) {
1904 SetCurrentWebView(NULL);
1905 if (webView != NULL)
1938 miniIcon and largeIcon may be NULL.
2019 if (miniIcon != NULL) {
2026 if (largeIcon != NULL && ret == B_OK)
2028 else if (largeIcon == NULL && miniIcon != NULL && ret == B_OK) {
2068 message.String(), B_TRANSLATE("OK"), NULL, NULL,
2095 const BBitmap* miniIcon = NULL;
2096 const BBitmap* largeIcon = NULL;
2098 reinterpret_cast<const void**>(&miniIcon), NULL);
2100 reinterpret_cast<const void**>(&miniIcon), NULL);
2109 message.String(), B_TRANSLATE("OK"), NULL, NULL,
2128 BBitmap* miniIcon = NULL;
2129 BBitmap* largeIcon = NULL;
2131 if (userData != NULL && userData->PageIcon() != NULL) {
2145 message.String(), B_TRANSLATE("OK"), NULL, NULL,
2171 message.String(), B_TRANSLATE("OK"), NULL, NULL,
2237 if (userData == NULL) {
2238 userData = new(std::nothrow) PageUserData(NULL);
2239 if (userData == NULL)
2383 if (focusTextView != NULL) {
2392 if (data != NULL)
2399 } else if (CurrentWebView() != NULL) {
2461 fPulseRunner = NULL;
2471 || (CurrentWebView() != NULL && !CurrentWebView()->IsFocus())) {
2563 if (CurrentWebView() != NULL)
2617 for (int i = 0; kSearchEngines[i].url != NULL; i++) {
2682 const char* argv[] = { url.String(), NULL };
2808 alert->Go(NULL);
2817 if (show && (fBookmarkBar == NULL || fBookmarkBar->CountItems() <= 1))
2825 if (fBookmarkBar == NULL || fBookmarkBar->IsHidden() != show)