Home
last modified time | relevance | path

Searched refs:was_blocked (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium_org/chrome/renderer/
Dcontent_settings_observer_browsertest.cc281 bool was_blocked = false; in TEST_F() local
285 was_blocked = true; in TEST_F()
287 EXPECT_TRUE(was_blocked); in TEST_F()
317 bool was_blocked = false; in TEST_F() local
321 was_blocked = true; in TEST_F()
323 EXPECT_FALSE(was_blocked); in TEST_F()
364 bool was_blocked = false; in TEST_F() local
368 was_blocked = true; in TEST_F()
370 EXPECT_FALSE(was_blocked); in TEST_F()
/external/chromium_org/chromecast/shell/browser/android/
Dcast_window_android.cc111 bool* was_blocked) { in AddNewContents() argument
113 if (was_blocked) { in AddNewContents()
114 *was_blocked = true; in AddNewContents()
Dcast_window_android.h64 bool* was_blocked) OVERRIDE;
/external/chromium_org/chrome/browser/tab_contents/
Dbackground_contents.h40 bool* was_blocked) = 0;
67 bool* was_blocked) OVERRIDE;
Dbackground_contents.cc121 bool* was_blocked) { in AddNewContents() argument
123 new_contents, disposition, initial_pos, user_gesture, was_blocked); in AddNewContents()
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_sign_in_delegate.cc94 bool* was_blocked) { in AddNewContents() argument
98 was_blocked); in AddNewContents()
Dautofill_dialog_sign_in_delegate.h43 bool* was_blocked) OVERRIDE;
/external/chromium_org/android_webview/native/
Daw_web_contents_delegate.cc130 bool* was_blocked) { in AddNewContents() argument
161 if (was_blocked) { in AddNewContents()
162 *was_blocked = !create_popup; in AddNewContents()
Daw_web_contents_delegate.h42 bool* was_blocked) OVERRIDE;
/external/chromium_org/apps/
Dcustom_launcher_page_contents.cc76 bool* was_blocked) { in AddNewContents() argument
82 was_blocked); in AddNewContents()
Dcustom_launcher_page_contents.h53 bool* was_blocked) OVERRIDE;
/external/chromium_org/chrome/browser/android/
Dchrome_web_contents_delegate_android.cc312 bool* was_blocked) { in AddNewContents() argument
334 if (was_blocked) in AddNewContents()
335 *was_blocked = !handled; in AddNewContents()
/external/chromium_org/athena/extensions/
Dathena_app_delegate_base.h34 bool* was_blocked) OVERRIDE;
Dathena_app_delegate_base.cc82 bool* was_blocked) { in AddNewContents() argument
/external/chromium_org/chrome/browser/ui/apps/
Dchrome_app_delegate.cc205 bool* was_blocked) { in AddNewContents() argument
226 was_blocked); in AddNewContents()
Dchrome_app_delegate.h49 bool* was_blocked) OVERRIDE;
/external/chromium_org/ui/web_dialogs/
Dweb_dialog_web_contents_delegate.cc47 bool* was_blocked) { in AddNewContents() argument
Dweb_dialog_web_contents_delegate.h64 bool* was_blocked) OVERRIDE;
/external/chromium_org/ui/views/controls/webview/
Dweb_dialog_view.cc311 bool* was_blocked) { in AddNewContents() argument
318 was_blocked); in AddNewContents()
/external/chromium_org/extensions/shell/browser/
Dshell_app_delegate.h31 bool* was_blocked) OVERRIDE;
Dshell_app_delegate.cc39 bool* was_blocked) { in AddNewContents() argument
/external/chromium_org/extensions/browser/app_window/
Dapp_delegate.h53 bool* was_blocked) = 0;
/external/chromium_org/chrome/browser/ui/
Dbrowser_tabstrip.cc53 bool* was_blocked) { in AddWebContents() argument
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
Dconstrained_window_mac_browsertest.mm96 bool was_blocked = false;
98 NEW_BACKGROUND_TAB, gfx::Rect(), false, &was_blocked);
/external/chromium_org/extensions/browser/
Dextension_host.cc388 bool* was_blocked) { in AddNewContents() argument
406 user_gesture, was_blocked); in AddNewContents()

12