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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_current_page_delegate_impl.cc 35 return (controller_->GetWebContents() != NULL);
39 return controller_->GetWebContents()->GetURL();
43 return chrome::IsInstantNTP(controller_->GetWebContents());
48 controller_->GetWebContents()->GetBrowserContext());
54 return controller_->GetWebContents()->IsLoading();
59 return controller_->GetWebContents()->GetController();
64 controller_->GetWebContents())->session_id();
77 controller_->GetWebContents(),
86 if (!controller_->GetWebContents())
89 controller_->GetWebContents())->OmniboxInputStateChanged()
    [all...]
  /external/chromium_org/chrome/browser/notifications/
notification_delegate.h 26 virtual content::WebContents* GetWebContents() const = 0;
notification_object_proxy.h 37 virtual content::WebContents* GetWebContents() const OVERRIDE;
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_delegate_browsertest.cc 43 content::WebContents* GetWebContents() {
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/chrome/browser/task_manager/
panel_information.cc 41 virtual content::WebContents* GetWebContents() const OVERRIDE;
54 panel->GetWebContents()->GetRenderProcessHost()->GetHandle(),
55 panel->GetWebContents()->GetRenderViewHost()),
94 WebContents* PanelResource::GetWebContents() const {
95 return panel_->GetWebContents();
109 if (panels[i]->GetWebContents() == web_contents) {
120 callback.Run(panels[i]->GetWebContents());
127 if (panels[i]->GetWebContents() == web_contents) {
guest_information.cc 46 virtual content::WebContents* GetWebContents() const OVERRIDE;
66 WebContents* web_contents = GetWebContents();
79 WebContents* web_contents = GetWebContents();
87 WebContents* GuestResource::GetWebContents() const {
resource_provider.cc 51 content::WebContents* Resource::GetWebContents() const {
  /external/chromium_org/content/browser/download/
download_request_handle.h 30 virtual WebContents* GetWebContents() const = 0;
66 virtual WebContents* GetWebContents() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/athena/
athena_util.cc 21 return activity->GetWebContents();
  /external/chromium_org/components/web_modal/
single_web_contents_dialog_manager.h 25 virtual content::WebContents* GetWebContents() const = 0;
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_embedder.cc 61 WebContentsImpl* BrowserPluginEmbedder::GetWebContents() const {
67 return GetWebContents()->GetBrowserContext()->GetGuestManager();
94 GetWebContents(), base::Bind(
140 GetWebContents(), browser_plugin_instance_id);
145 guest->Attach(browser_plugin_instance_id, GetWebContents(), params);
157 GetWebContents(),
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
quit_with_apps_controller_mac.h 28 virtual content::WebContents* GetWebContents() const OVERRIDE;
  /external/chromium_org/chrome/test/remoting/
page_load_notification_observer.cc 26 return controller->GetWebContents()->GetURL() == target_;
  /external/chromium_org/content/browser/media/
media_internals_ui.cc 43 web_ui->GetWebContents()->GetBrowserContext();
webrtc_internals_ui.cc 40 web_ui->GetWebContents()->GetBrowserContext();
webrtc_internals_message_handler.cc 55 WebRTCInternals::GetInstance()->EnableAecDump(web_ui()->GetWebContents());
68 RenderFrameHost* host = web_ui()->GetWebContents()->GetMainFrame();
82 RenderFrameHost* host = web_ui()->GetWebContents()->GetMainFrame();
  /external/chromium_org/chrome/browser/ui/webui/password_manager_internals/
password_manager_internals_ui_browsertest.cc 26 content::WebContents* GetWebContents();
49 PasswordManagerInternalsWebUIBrowserTest::GetWebContents() {
63 GetWebContents()->GetWebUI()->GetController());
  /external/chromium_org/athena/activity/public/
activity.h 98 virtual content::WebContents* GetWebContents() = 0;
  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run_view.h 39 content::WebContents* GetWebContents();
  /external/chromium_org/chrome/browser/password_manager/
password_generation_interactive_uitest.cc 69 ChromePasswordManagerClient::FromWebContents(GetWebContents());
80 ChromePasswordManagerClient::FromWebContents(GetWebContents());
84 content::WebContents* GetWebContents() {
89 return GetWebContents()->GetRenderViewHost();
  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate.h 56 virtual content::WebContents* GetWebContents() const = 0;
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
zoom_bubble_controller.h 24 virtual content::WebContents* GetWebContents() = 0;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_info_helper.cc 29 WebContents* tab = location_bar_->GetWebContents();
  /external/chromium_org/chrome/browser/ui/webui/extensions/
install_extension_handler.cc 66 web_ui()->GetWebContents()->GetDropData();
102 web_ui()->GetWebContents()->GetBrowserContext());
112 new ExtensionInstallPrompt(web_ui()->GetWebContents()));
141 web_ui()->GetWebContents()->GetBrowserContext());
  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_handler.cc 43 content::RenderFrameHost* frame = web_ui()->GetWebContents()->GetMainFrame();

Completed in 784 milliseconds

1 2 3 4 5 6 7 8 91011>>