Searched defs:was_blocked (Results 1 - 20 of 20) sorted by relevance

/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
/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
H A Dbrowser.cc1341 bool* was_blocked) {
1343 user_gesture, was_blocked);
1336 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/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/chrome/browser/tab_contents/
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/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
/external/chromium_org/android_webview/native/
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/android/
H A Dchrome_web_contents_delegate_android.cc304 bool* was_blocked) {
298 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/apps/
H A Dchrome_app_window_delegate.cc186 bool* was_blocked) {
202 initial_pos, user_gesture, was_blocked);
181 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.cc139 bool* was_blocked) {
134 AddNewContents(content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/extensions/browser/
H A Dextension_host.cc387 bool* was_blocked) {
405 user_gesture, was_blocked);
382 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/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
/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service.cc787 bool* was_blocked) {
793 initial_pos, user_gesture, was_blocked);
782 AddWebContents( WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h99 // the initial position. If |was_blocked| is non-NULL, then |*was_blocked|
107 bool* was_blocked) {}
102 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/content/shell/browser/
H A Dshell.cc198 bool* was_blocked) {
193 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/apps/
H A Dapp_window.cc412 bool* was_blocked) {
419 was_blocked);
407 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/devtools/
H A Ddevtools_window.cc783 bool* was_blocked) {
798 was_blocked);
778 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/guest_view/web_view/
H A Dweb_view_guest.cc1445 bool* was_blocked) {
1446 if (was_blocked)
1447 *was_blocked = false;
1440 AddNewContents(content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc453 bool* was_blocked) {
461 was_blocked);
448 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1471 bool was_blocked = false; local
1476 params.user_gesture, &was_blocked);
1478 if (!was_blocked) {

Completed in 638 milliseconds