Searched refs:was_blocked (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/chrome/renderer/
H A Dcontent_settings_observer_browsertest.cc281 bool was_blocked = false; local
285 was_blocked = true;
287 EXPECT_TRUE(was_blocked);
317 bool was_blocked = false; local
321 was_blocked = true;
323 EXPECT_FALSE(was_blocked);
364 bool was_blocked = false; local
368 was_blocked = true;
370 EXPECT_FALSE(was_blocked);
/external/chromium_org/athena/extensions/
H A Dathena_app_delegate_base.h34 bool* was_blocked) OVERRIDE;
H A Dathena_app_delegate_base.cc82 bool* was_blocked) {
77 AddNewContents(content::BrowserContext* context, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.h34 // a popup window. If |was_blocked| is non-NULL, then |*was_blocked| will be
40 bool* was_blocked) = 0;
67 bool* was_blocked) OVERRIDE;
H A Dbackground_contents.cc121 bool* was_blocked) {
123 new_contents, disposition, initial_pos, user_gesture, was_blocked);
116 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chromecast/shell/browser/android/
H A Dcast_window_android.cc111 bool* was_blocked) {
113 if (was_blocked) {
114 *was_blocked = true;
106 AddNewContents(content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dcast_window_android.h64 bool* was_blocked) OVERRIDE;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_sign_in_delegate.cc94 bool* was_blocked) {
98 was_blocked); local
88 AddNewContents( content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dautofill_dialog_sign_in_delegate.h43 bool* was_blocked) OVERRIDE;
/external/chromium_org/extensions/browser/app_window/
H A Dapp_delegate.h53 bool* was_blocked) = 0;
/external/chromium_org/extensions/shell/browser/
H A Dshell_app_delegate.cc39 bool* was_blocked) {
34 AddNewContents(content::BrowserContext* context, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dshell_app_delegate.h31 bool* was_blocked) OVERRIDE;
/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_web_contents_delegate.cc47 bool* was_blocked) {
43 AddNewContents( WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dweb_dialog_web_contents_delegate.h64 bool* was_blocked) OVERRIDE;
/external/chromium_org/apps/
H A Dcustom_launcher_page_contents.cc76 bool* was_blocked) {
82 was_blocked);
70 AddNewContents( content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dcustom_launcher_page_contents.h53 bool* was_blocked) OVERRIDE;
/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.h42 bool* was_blocked) OVERRIDE;
H A Daw_web_contents_delegate.cc130 bool* was_blocked) {
161 if (was_blocked) {
162 *was_blocked = !create_popup;
125 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_tabstrip.cc53 bool* was_blocked) {
47 AddWebContents(Browser* browser, content::WebContents* source_contents, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/android/
H A Dchrome_web_contents_delegate_android.cc312 bool* was_blocked) {
334 if (was_blocked)
335 *was_blocked = !handled;
306 AddNewContents( WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dchrome_web_contents_delegate_android.h79 bool* was_blocked) OVERRIDE;
/external/chromium_org/chrome/browser/ui/apps/
H A Dchrome_app_delegate.h49 bool* was_blocked) OVERRIDE;
H A Dchrome_app_delegate.cc205 bool* was_blocked) {
226 was_blocked);
200 AddNewContents(content::BrowserContext* context, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.h62 bool* was_blocked) OVERRIDE;
/external/chromium_org/ui/views/controls/webview/
H A Dweb_dialog_view.cc311 bool* was_blocked) {
318 was_blocked);
306 AddNewContents(content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument

Completed in 311 milliseconds

12