Searched defs:web_contents (Results 151 - 175 of 683) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_permission_context_android.cc12 #include "content/public/browser/web_contents.h"
30 content::WebContents* web_contents,
36 web_contents, info.id, info.requesting_frame, info.user_gesture,
41 content::WebContents* web_contents,
53 this, web_contents, info, callback);
67 content::WebContents* web_contents,
86 this, web_contents, info, callback));
29 ProceedDecidePermission( content::WebContents* web_contents, const PermissionRequestInfo& info, base::Callback<void(bool)> callback) argument
40 CheckSystemLocation( content::WebContents* web_contents, const PermissionRequestInfo& info, base::Callback<void(bool)> callback) argument
66 DecidePermission( content::WebContents* web_contents, const PermissionRequestID& id, const GURL& requesting_frame, bool user_gesture, const GURL& embedder, base::Callback<void(bool)> callback) argument
H A Dgeolocation_permission_context_extensions.cc33 content::WebContents* web_contents,
45 extensions::WebViewPermissionHelper::FromWebContents(web_contents);
61 web_contents->GetRenderViewHost())) {
72 if (extensions::GetViewType(web_contents) !=
76 // extension popup (web_contents will have a different ViewType). But why do
90 content::WebContents* web_contents,
94 web_contents ?
95 extensions::WebViewPermissionHelper::FromWebContents(web_contents)
32 RequestPermission( content::WebContents* web_contents, const PermissionRequestID& request_id, int bridge_id, const GURL& requesting_frame, bool user_gesture, base::Callback<void(bool)> callback, bool* permission_set, bool* new_permission) argument
89 CancelPermissionRequest( content::WebContents* web_contents, int bridge_id) argument
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu_test_util.cc6 #include "content/public/browser/web_contents.h"
20 content::WebContents* web_contents,
29 new TestRenderViewContextMenu(web_contents->GetMainFrame(), params);
19 Create( content::WebContents* web_contents, const GURL& page_url, const GURL& link_url, const GURL& frame_url) argument
/external/chromium_org/chrome/browser/ssl/
H A Dssl_add_certificate.cc18 #include "content/public/browser/web_contents.h"
75 WebContents* web_contents = variable
77 ShowCertificateViewer(web_contents,
78 web_contents->GetTopLevelNativeWindow(),
94 WebContents* web_contents = WebContents::FromRenderFrameHost( local
96 if (!web_contents)
102 InfoBarService::FromWebContents(web_contents),
114 WebContents* web_contents = WebContents::FromRenderFrameHost( local
116 if (!web_contents)
120 InfoBarService::FromWebContents(web_contents), cer
[all...]
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.h54 content::WebContents* web_contents() const { return web_contents_.get(); } function in class:BackgroundContents
68 virtual bool IsNeverVisible(content::WebContents* web_contents) OVERRIDE;
/external/chromium_org/chrome/browser/ui/android/
H A Dcertificate_viewer_android.cc17 void ShowCertificateViewer(content::WebContents* web_contents, argument
/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model_list.cc11 #include "content/public/browser/web_contents.h"
47 content::WebContents* web_contents) {
48 if (!web_contents)
55 if (web_contents == model->GetWebContentsAt(index))
46 GetTabModelForWebContents( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/android/toolbar/
H A Dtoolbar_model_android.cc12 #include "content/public/browser/web_contents.h"
38 content::WebContents* web_contents = GetActiveWebContents(); local
39 if (!web_contents)
42 Profile::FromBrowserContext(web_contents->GetBrowserContext());
/external/chromium_org/chrome/browser/ui/apps/
H A Ddirectory_access_confirmation_dialog.cc11 #include "content/public/browser/web_contents.h"
20 content::WebContents* web_contents,
43 content::WebContents* web_contents,
46 : TabModalConfirmDialogDelegate(web_contents),
92 content::WebContents* web_contents,
97 writable, app_name, web_contents, on_accept, on_cancel),
98 web_contents);
40 DirectoryAccessConfirmationDialog( bool writable, const base::string16& app_name, content::WebContents* web_contents, const base::Closure& on_accept, const base::Closure& on_cancel) argument
90 CreateDirectoryAccessConfirmationDialog(bool writable, const base::string16& app_name, content::WebContents* web_contents, const base::Closure& on_accept, const base::Closure& on_cancel) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_interactive_uitest.cc15 #include "content/public/browser/web_contents.h"
26 TestAutofillExternalDelegate(content::WebContents* web_contents, argument
75 content::WebContents* web_contents = variable
77 ASSERT_TRUE(web_contents != NULL);
78 Observe(web_contents); variable
81 ContentAutofillDriver::FromWebContents(web_contents);
84 web_contents,
132 // hidden. This can happen if the web_contents are destroyed before the popup
H A Dnew_credit_card_bubble_controller.h65 static void Show(content::WebContents* web_contents,
88 content::WebContents* web_contents() { return web_contents_; } function in class:autofill::NewCreditCardBubbleController
92 explicit NewCreditCardBubbleController(content::WebContents* web_contents);
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar_controller.h56 content::WebContents* web_contents() const { return web_contents_; } function in class:FindBarController
/external/chromium_org/chrome/browser/ui/omnibox/
H A Dalternate_nav_infobar_delegate.cc16 #include "content/public/browser/web_contents.h"
26 content::WebContents* web_contents,
31 InfoBarService::FromWebContents(web_contents);
34 Profile::FromBrowserContext(web_contents->GetBrowserContext()), text,
25 Create( content::WebContents* web_contents, const base::string16& text, const AutocompleteMatch& match, const GURL& search_url) argument
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_extension_browsertest.cc22 #include "content/public/browser/web_contents.h"
144 content::WebContents* web_contents = panel->GetWebContents(); local
145 ASSERT_TRUE(web_contents);
152 params.page_url = web_contents->GetURL();
154 EXPECT_FALSE(web_contents->GetDelegate()->HandleContextMenu(params));
157 new PanelContextMenu(web_contents->GetMainFrame(), params));
173 params.page_url = web_contents->GetURL();
175 EXPECT_FALSE(web_contents->GetDelegate()->HandleContextMenu(params));
178 new PanelContextMenu(web_contents->GetMainFrame(), params));
193 params.page_url = web_contents
247 content::WebContents* web_contents = panel->GetWebContents(); local
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dsettings_window_manager.cc16 #include "content/public/browser/web_contents.h"
47 const content::WebContents* web_contents = local
49 if (web_contents && web_contents->GetURL() == gurl) {
H A Dtab_modal_confirm_dialog_browsertest.cc15 #include "content/public/browser/web_contents.h"
20 content::WebContents* web_contents,
22 : TabModalConfirmDialogDelegate(web_contents),
19 MockTabModalConfirmDialogDelegate( content::WebContents* web_contents, Delegate* delegate) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dcolor_chooser_win.cc15 #include "content/public/browser/web_contents.h"
21 static ColorChooserWin* Open(content::WebContents* web_contents,
24 ColorChooserWin(content::WebContents* web_contents,
49 ColorChooserWin* ColorChooserWin::Open(content::WebContents* web_contents, argument
53 current_color_chooser_ = new ColorChooserWin(web_contents, initial_color);
57 ColorChooserWin::ColorChooserWin(content::WebContents* web_contents, argument
59 : web_contents_(web_contents) {
61 web_contents->GetRenderViewHost()->GetView()->GetNativeView());
100 content::ColorChooser* ShowColorChooser(content::WebContents* web_contents, argument
102 gfx::NativeView native_view = web_contents
[all...]
H A Dconstrained_window_views_browsertest.cc20 #include "content/public/browser/web_contents.h"
54 scoped_ptr<TestDialog> ShowModalDialog(content::WebContents* web_contents) { argument
56 ShowWebModalDialogViews(dialog.get(), web_contents);
68 content::WebContents* web_contents = local
71 scoped_ptr<TestDialog> dialog1 = ShowModalDialog(web_contents);
78 // Create a second dialog. This will also be modal to |web_contents|, but will
80 scoped_ptr<TestDialog> dialog2 = ShowModalDialog(web_contents);
150 content::WebContents* web_contents = local
152 scoped_ptr<TestDialog> dialog = ShowModalDialog(web_contents);
159 browser()->tab_strip_model()->GetIndexOfWebContents(web_contents));
177 content::WebContents* web_contents = local
[all...]
H A Dexternal_protocol_dialog.cc15 #include "content/public/browser/web_contents.h"
133 // Dialog is top level if we don't have a web_contents associated with us.
134 WebContents* web_contents = tab_util::GetWebContentsByID( local
137 if (web_contents)
138 parent_window = web_contents->GetTopLevelNativeWindow();
H A Dpdf_password_dialog.cc8 #include "content/public/browser/web_contents.h"
21 PDFPasswordDialogViews(content::WebContents* web_contents,
51 content::WebContents* web_contents,
61 ShowWebModalDialogViews(this, web_contents);
129 void ShowPDFPasswordDialog(content::WebContents* web_contents, argument
132 new PDFPasswordDialogViews(web_contents, prompt, callback);
50 PDFPasswordDialogViews( content::WebContents* web_contents, const base::string16& prompt, const pdf::PasswordDialogClosedCallback& callback) argument
H A Dsettings_api_bubble_helper_views.cc70 content::WebContents* web_contents,
82 chrome::FindBrowserWithWebContents(web_contents))->toolbar();
93 Browser* browser, content::WebContents* web_contents) {
99 web_contents->GetController().GetActiveEntry();
111 web_contents->GetBrowserContext(),
68 MaybeShowExtensionControlledSearchNotification( Profile* profile, content::WebContents* web_contents, const AutocompleteMatch& match) argument
92 MaybeShowExtensionControlledNewTabPage( Browser* browser, content::WebContents* web_contents) argument
H A Dweb_dialog_view_browsertest.cc20 #include "content/public/browser/web_contents.h"
101 WebContents* web_contents = local
103 ASSERT_TRUE(web_contents != NULL);
104 views::Widget::CreateWindowWithParent(view, web_contents->GetNativeView());
119 view->MoveContents(web_contents, set_bounds);
125 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds();
135 view->MoveContents(web_contents, set_bounds);
141 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds();
154 view->MoveContents(web_contents, set_bounds);
160 view->web_contents()
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dconstrained_web_dialog_ui.cc16 #include "content/public/browser/web_contents.h"
99 content::WebContents* web_contents,
101 web_contents->SetUserData(&kConstrainedWebDialogDelegateUserDataKey,
98 SetConstrainedDelegate( content::WebContents* web_contents, ConstrainedWebDialogDelegate* delegate) argument
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_settings_browsertest.cc62 content::WebContents* web_contents)
63 : ExtensionInstallPrompt(web_contents) {}
61 MockAutoConfirmExtensionInstallPrompt( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler.cc16 #include "content/public/browser/web_contents.h"
107 content::WebContents* web_contents = web_ui()->GetWebContents(); local
108 GURL main_frame_url(web_contents->GetURL());

Completed in 321 milliseconds

1234567891011>>