Searched refs:web_contents_ (Results 176 - 200 of 215) sorted by relevance

123456789

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_ui_bindings.h66 content::WebContents* web_contents() { return web_contents_; }
177 content::WebContents* web_contents_; member in class:DevToolsUIBindings
/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_controller.cc58 web_contents_(web_contents),
170 web_contents_->GetBrowserContext());
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model.h131 content::WebContents* web_contents() const { return web_contents_; }
173 content::WebContents* web_contents_; member in class:ContentSettingBubbleModel
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_video_capture_device_unittest.cc521 web_contents_.reset();
549 web_contents_.reset(
551 RenderFrameHost* const main_frame = web_contents_->GetMainFrame();
574 web_contents_.reset();
588 WebContents* web_contents() const { return web_contents_.get(); }
595 web_contents_->GetRenderViewHost()->GetView());
601 Source<RenderWidgetHost>(web_contents_->GetRenderViewHost()),
629 scoped_ptr<WebContents> web_contents_; member in class:content::__anon7252::WebContentsVideoCaptureDeviceTest
/external/chromium_org/content/shell/browser/
H A Dshell.h103 WebContents* web_contents() const { return web_contents_.get(); }
225 scoped_ptr<WebContents> web_contents_; member in class:content::Shell
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_host.cc75 web_contents_(web_contents),
82 DCHECK(web_contents_);
121 if (web_contents_->GetBrowserContext()->IsOffTheRecord()) {
148 web_contents_ = NULL;
283 // |web_contents_| is safe to call as we will be destructed
300 WebContents* web_contents_; member in class:safe_browsing::ClientSideDetectionHost::ShouldClassifyUrlRequest
H A Dsafe_browsing_blocking_page.h164 // Profile associated with |web_contents_|.
209 content::WebContents* web_contents_; member in class:SafeBrowsingBlockingPage
/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_devices_controller.cc103 : web_contents_(web_contents),
355 web_contents_, devices);
623 return web_contents_->GetRenderWidgetHostView()->IsShowing();
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_observer.cc78 content::WebContents* web_contents_; member in class:__anon4397::ConfirmInstallDialogDelegate
88 web_contents_(web_contents),
108 installer()->StartInstalling(plugin_metadata_->plugin_url(), web_contents_);
/external/chromium_org/android_webview/browser/
H A Dbrowser_view_renderer.cc125 web_contents_(web_contents),
143 CHECK(web_contents_);
144 content::SynchronousCompositor::SetClientForWebContents(web_contents_, this);
151 content::SynchronousCompositor::SetClientForWebContents(web_contents_, NULL);
H A Dbrowser_view_renderer.h195 content::WebContents* web_contents_; member in class:android_webview::BrowserViewRenderer
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter.h146 content::WebContents* web_contents_; member in class:DownloadRequestLimiter::TabDownloadState
/external/chromium_org/chrome/browser/
H A Dfile_select_helper.h143 content::WebContents* web_contents_; member in class:FileSelectHelper
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_permission_controller.h174 content::WebContents* web_contents_; member in class:MediaGalleriesPermissionController
H A Dmedia_galleries_scan_result_controller.h132 content::WebContents* web_contents_; member in class:MediaGalleriesScanResultController
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_favicon_loader.cc163 : web_contents_(web_contents) {
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_tab_helper.h211 // Returns the OmniboxView for |web_contents_| or NULL if not available.
225 content::WebContents* web_contents_; member in class:SearchTabHelper
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dwebsite_settings_popup_view.h128 content::WebContents* web_contents_; member in class:WebsiteSettingsPopupView
H A Dwebsite_settings_popup_view.cc302 web_contents_(web_contents),
395 new CollectedCookiesViews(web_contents_);
399 ShowCertificateViewerByID(web_contents_, parent, cert_id_);
402 web_contents_, signed_certificate_timestamp_ids_);
514 web_contents_ ? web_contents_->GetURL() : GURL::EmptyGURL(),
/external/chromium_org/content/browser/webui/
H A Dweb_ui_impl.h110 WebContents* web_contents_; member in class:content::WebUIImpl
/external/chromium_org/content/public/browser/
H A Dweb_contents_observer.h353 WebContentsImpl* web_contents_; member in class:content::WebContentsObserver
/external/chromium_org/chrome/browser/ui/views/
H A Dsession_crashed_bubble_view.cc202 web_contents_(web_contents),
414 if (web_contents_ == contents)
/external/chromium_org/chrome/browser/apps/
H A Dweb_view_interactive_browsertest.cc44 web_contents_(NULL) {}
47 if (web_contents_)
48 return web_contents_;
52 return web_contents_;
72 web_contents_ = guest_web_contents;
89 content::WebContents* web_contents_; member in class:TestGuestViewManager
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc1099 TabsUpdateFunction::TabsUpdateFunction() : web_contents_(NULL) {
1137 web_contents_ = contents;
1225 content::RenderProcessHost* process = web_contents_->GetRenderProcessHost();
1228 web_contents_->GetURL(),
1229 web_contents_->GetURL(),
1236 TabHelper::FromWebContents(web_contents_)->script_executor()->ExecuteScript(
1255 web_contents_->GetController().LoadURL(
1261 DCHECK_EQ(url.spec(), web_contents_->GetURL().spec());
1270 SetResult(ExtensionTabUtil::CreateTabValue(web_contents_, extension()));
/external/chromium_org/chrome/browser/extensions/
H A Dcrx_installer_browsertest.cc86 content::WebContents* web_contents_; member in class:extensions::__anon3897::MockPromptProxy
127 : web_contents_(web_contents), confirmation_requested_(false) {
134 new MockInstallPrompt(web_contents_, this));

Completed in 511 milliseconds

123456789