HomeSort by relevance Sort by last modified time
    Searched refs:GetWebContents (Results 26 - 50 of 337) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/renderer_context_menu/
render_view_context_menu_proxy.h 91 virtual content::WebContents* GetWebContents() const = 0;
  /external/chromium_org/components/translate/content/browser/
content_translate_driver.cc 35 : content::WebContentsObserver(nav_controller->GetWebContents()),
87 content::WebContents* web_contents = navigation_controller_->GetWebContents();
94 navigation_controller_->GetWebContents();
103 content::WebContents* web_contents = navigation_controller_->GetWebContents();
114 content::WebContents* web_contents = navigation_controller_->GetWebContents();
126 return navigation_controller_->GetWebContents()->GetContentsMimeType();
130 return navigation_controller_->GetWebContents()->GetLastCommittedURL();
141 return navigation_controller_->GetWebContents()->GetVisibleURL();
154 navigation_controller_->GetWebContents()->OpenURL(params);
  /external/chromium_org/content/browser/media/
media_internals_handler.cc 44 RenderFrameHost* host = web_ui()->GetWebContents()->GetMainFrame();
  /external/chromium_org/chrome/browser/android/
content_view_util.cc 36 content_view_core->GetWebContents()->GetBrowserContext());
39 profile, content_view_core->GetWebContents()->GetSiteInstance());
  /external/chromium_org/chrome/browser/google/
chrome_google_url_tracker_client.cc 69 InfoBarService::FromWebContents(controller->GetWebContents());
76 controller->GetWebContents(), google_url_tracker())),
  /external/chromium_org/athena/content/
app_activity.cc 28 DCHECK_EQ(app_window->web_contents(), web_view->GetWebContents());
101 content::WebContents* AppActivity::GetWebContents() {
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/content/browser/browser_plugin/
browser_plugin_guest.cc 205 static_cast<WebContentsViewGuest*>(GetWebContents()->GetView());
209 GetWebContents()->GetMutableRendererPrefs();
237 GetWebContents()->GetRenderViewHost()->GetWebkitPreferences();
239 GetWebContents()->GetRenderViewHost()->UpdateWebkitPreferences(prefs);
245 GetWebContents()->GetRenderViewHost());
302 return GetWebContents()->GetBrowserContext()->GetGuestManager();
348 WebContentsImpl* BrowserPluginGuest::GetWebContents() const {
389 GetWebContents()->GetRenderViewHost());
412 RenderViewHost* rvh = GetWebContents()->GetRenderViewHost();
530 GetWebContents()->GetRenderViewHost())->Init()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
app_installer.h 41 virtual content::WebContents* GetWebContents() const OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/ui/
simple_web_view_dialog_browsertest.cc 69 ->GetWebContents();
  /external/chromium_org/chrome/browser/extensions/api/page_capture/
page_capture_api.h 55 content::WebContents* GetWebContents();
  /external/chromium_org/chrome/browser/extensions/
webstore_inline_installer.h 49 virtual content::WebContents* GetWebContents() const OVERRIDE;
webstore_reinstaller.h 36 virtual content::WebContents* GetWebContents() const OVERRIDE;
  /external/chromium_org/chrome/browser/notifications/
notification_object_proxy.cc 52 content::WebContents* NotificationObjectProxy::GetWebContents() const {
notification_test_util.h 30 virtual content::WebContents* GetWebContents() const OVERRIDE;
75 virtual content::WebContents* GetWebContents() const OVERRIDE {
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
zoom_decoration.h 63 virtual content::WebContents* GetWebContents() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_controller.h 66 virtual content::WebContents* GetWebContents() = 0;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
generated_credit_card_view.cc 45 content::WebContents* wc = delegate_->GetWebContents();
  /external/chromium_org/chrome/browser/ui/webui/
constrained_web_dialog_delegate_base.h 39 virtual content::WebContents* GetWebContents() OVERRIDE;
constrained_web_dialog_ui.h 39 virtual content::WebContents* GetWebContents() = 0;
instant_ui.cc 121 if (!web_ui()->GetWebContents())
124 web_ui()->GetWebContents());
148 if (!web_ui()->GetWebContents())
151 web_ui()->GetWebContents());
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
date_time_options_handler.cc 75 web_ui()->GetWebContents()->GetTopLevelNativeWindow());
  /external/chromium_org/components/dom_distiller/webui/
dom_distiller_ui.cc 50 web_ui->GetWebContents()->GetBrowserContext();
  /external/chromium_org/content/browser/android/
content_settings.cc 52 ->GetWebContents();
  /external/chromium_org/content/browser/devtools/
devtools_agent_host_impl.h 46 virtual WebContents* GetWebContents() OVERRIDE;
  /external/chromium_org/extensions/browser/app_window/
app_window_contents.h 41 virtual content::WebContents* GetWebContents() const OVERRIDE;

Completed in 1237 milliseconds

12 3 4 5 6 7 8 91011>>