Searched defs:GetWebContents (Results 1 - 25 of 67) sorted by path

123

/external/chromium_org/android_webview/native/
H A Daw_contents.cc287 jlong AwContents::GetWebContents(JNIEnv* env, jobject obj) { function in class:android_webview::AwContents
/external/chromium_org/athena/content/
H A Dapp_activity.cc28 DCHECK_EQ(app_window->web_contents(), web_view->GetWebContents());
101 content::WebContents* AppActivity::GetWebContents() { function in class:athena::AppActivity
102 return !web_view_ ? NULL : web_view_->GetWebContents();
127 return web_view_->GetWebContents()->GetTitle();
205 content::WebContents* web_contents = web_view_->GetWebContents();
H A Dapp_activity_proxy.cc60 content::WebContents* AppActivityProxy::GetWebContents() { function in class:athena::AppActivityProxy
H A Dweb_activity.cc109 return web_view_->GetWebContents()->GetController().CanGoBack();
111 return web_view_->GetWebContents()->GetController().CanGoForward();
116 return web_view_->GetWebContents()->IsLoading();
125 web_view_->GetWebContents()->GetController().Reload(false);
128 web_view_->GetWebContents()->GetController().ReloadIgnoringCache(false);
131 web_view_->GetWebContents()->GetController().GoBack();
134 web_view_->GetWebContents()->GetController().GoForward();
140 web_view_->GetWebContents()->Stop();
278 GetWebContents()->GetController().Reload(false);
422 url_(web_view->GetWebContents()
506 content::WebContents* WebActivity::GetWebContents() { function in class:athena::WebActivity
[all...]
/external/chromium_org/athena/test/
H A Dsample_activity.cc53 content::WebContents* SampleActivity::GetWebContents() { function in class:athena::test::SampleActivity
/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_launcher.cc372 WebContents* EphemeralAppLauncher::GetWebContents() const { function in class:EphemeralAppLauncher
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_interactive_uitest.cc213 content::WebContents* web_contents = GetWebContents();
222 gfx::Point reset_mouse(GetWebContents()->GetContainerBounds().origin());
229 content::WebContents* web_contents = GetWebContents();
239 content::WebContents* GetWebContents() { function in class:autofill::AutofillInteractiveTest
244 return GetWebContents()->GetRenderViewHost();
290 GetWebContents(),
300 GetWebContents(),
380 content::SimulateMouseClickAt(GetWebContents(),
414 GetWebContents(), key, false, false, false, false);
1124 content::WebContents* web_contents = GetWebContents();
[all...]
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dapp_installer.cc83 content::WebContents* AppInstaller::GetWebContents() const { function in class:file_manager::AppInstaller
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Dfirst_run_view.cc50 content::WebContents* FirstRunView::GetWebContents() { function in class:chromeos::FirstRunView
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dsimple_web_view_dialog.cc152 web_view_->GetWebContents()->SetDelegate(this);
155 WebContents* web_contents = web_view_->GetWebContents();
280 WebContents* SimpleWebViewDialog::GetWebContents() { function in class:chromeos::SimpleWebViewDialog
H A Dwebui_login_view.cc192 WebContents* web_contents = webui_login_->GetWebContents();
289 GetWebContents()->GetRenderViewHost()->GetView()->SetBackgroundOpaque(false);
296 content::WebContents* WebUILoginView::GetWebContents() { function in class:chromeos::WebUILoginView
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller_browsertest.cc238 content::WebContents* GetWebContents() { function in class:chromeos::WizardControllerTest
246 return webui_login_view->GetWebContents();
266 GetWebContents(),
840 GetWebContents(),
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dconsumer_management_service.cc84 virtual content::WebContents* GetWebContents() const OVERRIDE;
113 content::WebContents* DesktopNotificationDelegate::GetWebContents() const { function in class:__anon3403::DesktopNotificationDelegate
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_target_impl.cc52 virtual WebContents* GetWebContents() const OVERRIDE;
130 WebContents* WebContentsTarget::GetWebContents() const { function in class:__anon3555::WebContentsTarget
131 return GetAgentHost()->GetWebContents();
143 WebContents* web_contents = GetWebContents();
244 WebContents* DevToolsTargetImpl::GetWebContents() const { function in class:DevToolsTargetImpl
281 if (WebContents* web_contents = agent_host->GetWebContents()) {
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_api.cc150 WebContents* GetWebContents(content::RenderViewHost* rvh, function in namespace:extensions::__anon3756
540 GetWebContents(render_view_host(), GetProfile(), extension()->id());
645 WebContents* contents = GetWebContents(render_view_host(), profile, app_id);
880 GetWebContents(render_view_host(), GetProfile(), extension()->id());
/external/chromium_org/chrome/browser/extensions/api/page_capture/
H A Dpage_capture_api.cc128 WebContents* web_contents = GetWebContents();
167 WebContents* web_contents = GetWebContents();
189 WebContents* PageCaptureSaveAsMHTMLFunction::GetWebContents() { function in class:PageCaptureSaveAsMHTMLFunction
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dash_panel_contents.cc215 content::WebContents* AshPanelContents::GetWebContents() const { function in class:AshPanelContents
H A Dtabs_api.cc1796 content::WebContents* ZoomAPIFunction::GetWebContents(int tab_id) { function in class:extensions::ZoomAPIFunction
1824 WebContents* web_contents = GetWebContents(tab_id);
1852 WebContents* web_contents = GetWebContents(tab_id);
1872 WebContents* web_contents = GetWebContents(tab_id);
1922 WebContents* web_contents = GetWebContents(tab_id);
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_apitest.cc165 content::WebContents* GetWebContents() { function in class:extensions::ExtensionWebstorePrivateApiTest
187 content::TitleWatcher watcher(GetWebContents(), expected_title);
202 content::TitleWatcher watcher(GetWebContents(), expected_title);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_context_menu_browsertest.cc57 WebContents* GetWebContents() { function in class:ExtensionContextMenuBrowserTest
104 GetWebContents(), page_url, link_url, frame_url));
132 GetWebContents(), page_url, GURL(), GURL()));
207 GetWebContents(), page_url, GURL(), GURL()));
271 TestRenderViewContextMenu::Create(GetWebContents(), url, GURL(), GURL()));
323 TestRenderViewContextMenu::Create(GetWebContents(), url, GURL(), GURL()));
408 TestRenderViewContextMenu::Create(GetWebContents(), url, GURL(), GURL()));
434 TestRenderViewContextMenu::Create(GetWebContents(), url, GURL(), GURL()));
502 GetWebContents(), page_url, GURL(), GURL()));
580 GetWebContents(), about_blan
[all...]
H A Dextension_infobar_delegate.cc63 content::WebContents* ExtensionInfoBarDelegate::GetWebContents() { function in class:ExtensionInfoBarDelegate
H A Dwebstore_inline_installer.cc74 WebContents* WebstoreInlineInstaller::GetWebContents() const { function in class:extensions::WebstoreInlineInstaller
H A Dwebstore_install_with_prompt.cc77 WebContents* WebstoreInstallWithPrompt::GetWebContents() const { function in class:extensions::WebstoreInstallWithPrompt
H A Dwebstore_reinstaller.cc67 content::WebContents* WebstoreReinstaller::GetWebContents() const { function in class:extensions::WebstoreReinstaller
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications.cc371 content::WebContents* PrivetNotificationDelegate::GetWebContents() const { function in class:local_discovery::PrivetNotificationDelegate

Completed in 556 milliseconds

123