Searched refs:web_contents_ (Results 126 - 150 of 215) sorted by relevance

123456789

/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dash_panel_contents.h72 scoped_ptr<content::WebContents> web_contents_; member in class:AshPanelContents
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate_android.h58 content::WebContents* web_contents_; member in class:browser_sync::SyncedTabDelegateAndroid
/external/chromium_org/chrome/browser/ui/android/
H A Dcontext_menu_helper.h45 content::WebContents* web_contents_; member in class:ContextMenuHelper
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
H A Dchrome_web_contents_view_delegate_mac.h58 content::WebContents* web_contents_; member in class:ChromeWebContentsViewDelegateMac
/external/chromium_org/chrome/browser/ui/prefs/
H A Dprefs_tab_helper.h58 content::WebContents* web_contents_; member in class:PrefsTabHelper
H A Dprefs_tab_helper.cc316 : web_contents_(contents),
363 web_contents_->GetMutableRendererPrefs(), GetProfile());
565 web_contents_->GetRenderViewHost()->UpdateWebkitPreferences(
566 web_contents_->GetRenderViewHost()->GetWebkitPreferences());
571 web_contents_->GetMutableRendererPrefs(), GetProfile());
572 web_contents_->GetRenderViewHost()->SyncRendererPrefs();
576 return Profile::FromBrowserContext(web_contents_->GetBrowserContext());
601 web_contents_->GetRenderViewHost()->GetWebkitPreferences();
603 web_contents_->GetRenderViewHost()->UpdateWebkitPreferences(web_prefs);
614 web_contents_
[all...]
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_ipc_router_policy_impl.h49 const content::WebContents* web_contents_; member in class:SearchIPCRouterPolicyImpl
/external/chromium_org/chrome/browser/ui/sync/
H A Dtab_contents_synced_tab_delegate.h48 content::WebContents* web_contents_; member in class:TabContentsSyncedTabDelegate
/external/chromium_org/chrome/browser/ui/views/
H A Dsad_tab_view.h62 content::WebContents* web_contents_; member in class:SadTabView
H A Dssl_client_certificate_selector.cc90 web_contents_(web_contents),
136 ShowWebModalDialogViews(this, web_contents_);
239 ShowCertificateViewer(web_contents_,
240 web_contents_->GetTopLevelNativeWindow(),
H A Dcollected_cookies_views.cc184 : web_contents_(web_contents),
222 InfoBarService::FromWebContents(web_contents_));
329 TabSpecificContentSettings::FromWebContents(web_contents_);
395 TabSpecificContentSettings::FromWebContents(web_contents_);
398 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
528 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dprofile_signin_confirmation_dialog.h67 content::WebContents* web_contents_; member in class:ProfileSigninConfirmationDialog
H A Dprofile_signin_confirmation_dialog.cc117 : web_contents_(web_contents),
154 dialog_delegate_ = CreateConstrainedWebDialog(profile_, this, web_contents_);
/external/chromium_org/content/browser/media/
H A Daudio_stream_monitor.h111 // updates through |web_contents_| if needed. When the indicator is turned
118 WebContents* const web_contents_; member in class:content::AudioStreamMonitor
/external/chromium_org/content/browser/web_contents/aura/
H A Doverscroll_navigation_overlay.h36 // Resets state and starts observing |web_contents_| for page load/paint
92 WebContentsImpl* web_contents_; member in class:content::OverscrollNavigationOverlay
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_guest.cc39 : web_contents_(web_contents),
53 RenderWidgetHostView* rwhv = web_contents_->GetRenderWidgetHostView();
106 RenderWidgetHostView* rwhv = web_contents_->GetRenderWidgetHostView();
189 return web_contents_;
H A Dweb_contents_view_mac.h120 WebContentsImpl* web_contents() { return web_contents_; }
125 WebContentsImpl* web_contents_; member in class:content::WebContentsViewMac
/external/chromium_org/content/public/test/
H A Dcontent_browser_test_utils.h106 WebContents* web_contents_; member in class:content::WebContentsAddedObserver
/external/chromium_org/content/shell/browser/
H A Dshell_aura.cc52 aura::Window* content = web_contents_->GetNativeView();
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_contents.h57 scoped_ptr<content::WebContents> web_contents_; member in class:extensions::AppWindowContentsImpl
/external/chromium_org/extensions/browser/
H A Dscript_executor.h106 content::WebContents* web_contents_; member in class:extensions::ScriptExecutor
/external/chromium_org/chrome/browser/android/
H A Dtab_android.cc212 params->target_contents = web_contents_.get();
404 web_contents_.reset(content_view_core->GetWebContents());
405 AttachTabHelpers(web_contents_.get());
476 web_contents_.reset();
480 ignore_result(web_contents_.release());
528 prerenderer->CanCommitQuery(web_contents_.get(), search_terms)) {
592 SearchTabHelper::FromWebContents(web_contents_.get());
646 FaviconTabHelper::FromWebContents(web_contents_.get());
H A Dtab_android.h74 content::WebContents* web_contents() const { return web_contents_.get(); }
181 scoped_ptr<content::WebContents> web_contents_; member in class:TabAndroid
/external/chromium_org/components/translate/content/browser/
H A Ddata_file_browser_cld_data_provider.cc66 : web_contents_(web_contents), weak_pointer_factory_() {
146 web_contents_->GetRenderViewHost();
/external/chromium_org/content/browser/media/android/
H A Dbrowser_media_player_manager.h130 WebContents* web_contents() const { return web_contents_; }
194 WebContents* const web_contents_; member in class:content::BrowserMediaPlayerManager

Completed in 1508 milliseconds

123456789