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

123

/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/notifications/
H A Dnotification_object_proxy.cc52 content::WebContents* NotificationObjectProxy::GetWebContents() const { function in class:NotificationObjectProxy
H A Dnotification_test_util.cc14 content::WebContents* MockNotificationDelegate::GetWebContents() const { function in class:MockNotificationDelegate
/external/chromium_org/chrome/browser/task_manager/
H A Dresource_provider.cc51 content::WebContents* Resource::GetWebContents() const { function in class:task_manager::Resource
H A Dguest_information.cc46 virtual content::WebContents* GetWebContents() const OVERRIDE;
66 WebContents* web_contents = GetWebContents();
79 WebContents* web_contents = GetWebContents();
87 WebContents* GuestResource::GetWebContents() const { function in class:task_manager::GuestResource
H A Dpanel_information.cc41 virtual content::WebContents* GetWebContents() const OVERRIDE;
54 panel->GetWebContents()->GetRenderProcessHost()->GetHandle(),
55 panel->GetWebContents()->GetRenderViewHost()),
94 WebContents* PanelResource::GetWebContents() const { function in class:task_manager::PanelResource
95 return panel_->GetWebContents();
109 if (panels[i]->GetWebContents() == web_contents) {
120 callback.Run(panels[i]->GetWebContents());
127 if (panels[i]->GetWebContents() == web_contents) {
H A Dprinting_information.cc39 virtual content::WebContents* GetWebContents() const OVERRIDE;
68 WebContents* PrintingResource::GetWebContents() const { return web_contents_; } function in class:task_manager::PrintingResource
/external/chromium_org/chrome/browser/ui/webui/
H A Dconstrained_web_dialog_delegate_base.cc89 WebContents* ConstrainedWebDialogDelegateBase::GetWebContents() { function in class:ConstrainedWebDialogDelegateBase
/external/chromium_org/chrome/browser/ui/webui/password_manager_internals/
H A Dpassword_manager_internals_ui_browsertest.cc26 content::WebContents* GetWebContents();
49 PasswordManagerInternalsWebUIBrowserTest::GetWebContents() { function in class:PasswordManagerInternalsWebUIBrowserTest
63 GetWebContents()->GetWebUI()->GetController());
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_render_widget_host_view_mac_delegate_browsertest.cc43 content::WebContents* GetWebContents() { function in class:ChromeRenderWidgetHostViewMacDelegateTest
51 GetWebContents(),
76 GetWebContents()->GetRenderViewHost()->ForwardWheelEvent(event);
89 ASSERT_EQ(url1_, GetWebContents()->GetURL());
96 ASSERT_EQ(url2_, GetWebContents()->GetURL());
100 ASSERT_EQ(url1_, GetWebContents()->GetURL());
107 ASSERT_EQ(url1_, GetWebContents()->GetURL());
114 ASSERT_EQ(url2_, GetWebContents()->GetURL());
127 ASSERT_EQ(url1_, GetWebContents()->GetURL());
/external/chromium_org/content/browser/download/
H A Ddownload_request_handle.cc37 WebContents* DownloadRequestHandle::GetWebContents() const { function in class:content::DownloadRequestHandle
/external/chromium_org/athena/content/
H A Dapp_activity_proxy.cc60 content::WebContents* AppActivityProxy::GetWebContents() { function in class:athena::AppActivityProxy
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();
/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/chromeos/file_manager/
H A Dapp_installer.cc83 content::WebContents* AppInstaller::GetWebContents() const { function in class:file_manager::AppInstaller
/external/chromium_org/chrome/browser/extensions/
H A Dextension_infobar_delegate.cc63 content::WebContents* ExtensionInfoBarDelegate::GetWebContents() { function in class:ExtensionInfoBarDelegate
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
H A Dwebstore_inline_installer.cc74 WebContents* WebstoreInlineInstaller::GetWebContents() const { function in class:extensions::WebstoreInlineInstaller
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_generation_interactive_uitest.cc69 ChromePasswordManagerClient::FromWebContents(GetWebContents());
80 ChromePasswordManagerClient::FromWebContents(GetWebContents());
84 content::WebContents* GetWebContents() { function in class:PasswordGenerationInteractiveTest
89 return GetWebContents()->GetRenderViewHost();
/external/chromium_org/chrome/browser/ui/cocoa/apps/
H A Dquit_with_apps_controller_mac.cc96 content::WebContents* QuitWithAppsController::GetWebContents() const { function in class:QuitWithAppsController
/external/chromium_org/chrome/browser/ui/sync/
H A Dtab_contents_synced_tab_delegate.cc111 content::WebContents* TabContentsSyncedTabDelegate::GetWebContents() const { function in class:TabContentsSyncedTabDelegate
/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/signin/
H A Dsignin_error_notifier_ash.cc60 virtual content::WebContents* GetWebContents() const OVERRIDE;
111 content::WebContents* SigninNotificationDelegate::GetWebContents() const { function in class:__anon4690::SigninNotificationDelegate
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate_android.cc90 content::WebContents* SyncedTabDelegateAndroid::GetWebContents() const { function in class:browser_sync::SyncedTabDelegateAndroid

Completed in 1967 milliseconds

123