Searched refs:rvh (Results 1 - 25 of 177) sorted by relevance

12345678

/external/chromium_org/content/browser/renderer_host/media/
H A Dweb_contents_tracker.cc50 RenderViewHost* const rvh = wc ? wc->GetRenderViewHost() : NULL; local
51 RenderProcessHost* const rph = rvh ? rvh->GetProcess() : NULL;
54 const int render_view_id = rvh ? rvh->GetRoutingID() : MSG_ROUTING_NONE;
73 RenderViewHost* const rvh = local
75 DVLOG_IF(1, !rvh) << "RenderViewHost::FromID("
78 Observe(rvh ? WebContents::FromRenderViewHost(rvh) : NULL);
80 << "WebContents::FromRenderViewHost(" << rvh << ") returne
89 AboutToNavigateRenderView(RenderViewHost* rvh) argument
[all...]
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_geolocation_permission_context.cc50 RenderViewHost* rvh = RenderViewHost::FromID(render_process_id, local
52 if (rvh) {
53 DCHECK(rvh->GetProcess()->IsGuest());
55 static_cast<WebContentsImpl*>(rvh->GetDelegate()->GetAsWebContents());
82 RenderViewHost* rvh = RenderViewHost::FromID(render_process_id, local
84 if (rvh) {
85 DCHECK(rvh->GetProcess()->IsGuest());
87 static_cast<WebContentsImpl*>(rvh->GetDelegate()->GetAsWebContents());
H A Dtest_browser_plugin_embedder.cc22 RenderViewHost* rvh, int x, int y) {
23 last_rvh_at_position_response_ = rvh;
21 GetRenderViewHostCallback( RenderViewHost* rvh, int x, int y) argument
H A Dtest_browser_plugin_embedder.h37 void GetRenderViewHostCallback(RenderViewHost* rvh, int x, int y);
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_manager_jstest.cc22 content::RenderViewHost* rvh = browser()->tab_strip_model() local
24 ASSERT_TRUE(rvh);
27 EXPECT_TRUE(ExecuteWebUIResourceTest(rvh, empty_libraries));
/external/chromium/chrome/browser/debugger/
H A Ddevtools_manager_unittest.cc81 DevToolsClientHost* host = manager->GetDevToolsClientHostFor(rvh());
85 manager->RegisterDevToolsClientHostFor(rvh(), &client_host);
87 host = manager->GetDevToolsClientHostFor(rvh());
92 host = manager->GetDevToolsClientHostFor(rvh());
98 host = manager->GetDevToolsClientHostFor(rvh());
106 manager->RegisterDevToolsClientHostFor(rvh(), &client_host);
110 manager->ForwardToDevToolsClient(rvh(), m);
/external/chromium_org/content/browser/devtools/
H A Drender_view_devtools_agent_host.cc38 static RenderViewDevToolsAgentHost* FindAgentHost(RenderViewHost* rvh) { argument
43 if (rvh == (*it)->render_view_host())
53 DevToolsAgentHost::GetOrCreateFor(RenderViewHost* rvh) { argument
54 RenderViewDevToolsAgentHost* result = FindAgentHost(rvh);
56 result = new RenderViewDevToolsAgentHost(rvh);
61 bool DevToolsAgentHost::HasFor(RenderViewHost* rvh) { argument
62 return FindAgentHost(rvh) != NULL;
76 RenderViewHost* rvh = (*it)->render_view_host_; local
77 if (rvh && rvh
97 RenderViewHost* rvh = RenderViewHost::From(widget); local
120 RenderViewDevToolsAgentHost( RenderViewHost* rvh) argument
210 RenderViewHost* rvh = (*it)->render_view_host(); local
258 RenderViewDeleted(RenderViewHost* rvh) argument
304 SetRenderViewHost(RenderViewHost* rvh) argument
325 ConnectRenderViewHost(RenderViewHost* rvh) argument
[all...]
H A Drender_view_devtools_agent_host.h55 virtual void ConnectRenderViewHost(RenderViewHost* rvh) OVERRIDE;
68 virtual void RenderViewDeleted(RenderViewHost* rvh) OVERRIDE;
78 void SetRenderViewHost(RenderViewHost* rvh);
/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_infobar_delegate.cc18 content::RenderViewHost* rvh = local
20 if (!rvh)
23 content::WebContents::FromRenderViewHost(rvh);
/external/chromium_org/content/public/browser/
H A Ddevtools_agent_host.h27 // Returns DevToolsAgentHost that can be used for inspecting |rvh|.
29 static scoped_refptr<DevToolsAgentHost> GetOrCreateFor(RenderViewHost* rvh);
31 // Returns true iff an instance of DevToolsAgentHost for the |rvh|
33 static bool HasFor(RenderViewHost* rvh);
67 virtual void ConnectRenderViewHost(RenderViewHost* rvh) = 0;
/external/chromium_org/content/test/
H A Dwebui_resource_browsertest.cc30 RenderViewHost* rvh = shell()->web_contents()->GetRenderViewHost(); local
31 ASSERT_TRUE(rvh);
32 EXPECT_TRUE(ExecuteWebUIResourceTest(rvh, include_libraries_));
/external/chromium_org/chrome/browser/thumbnails/
H A Drender_widget_snapshot_taker_unittest.cc39 rvh(),
47 content::RenderViewHostTestHarness::rvh(),
71 rvh(),
81 content::RenderViewHostTestHarness::rvh(),
/external/chromium_org/content/public/test/
H A Dtest_renderer_host.cc47 bool RenderViewHostTester::IsRenderViewHostSwappedOut(RenderViewHost* rvh) { argument
48 return static_cast<RenderViewHostImpl*>(rvh)->is_swapped_out();
52 bool RenderViewHostTester::TestOnMessageReceived(RenderViewHost* rvh, argument
54 return static_cast<RenderViewHostImpl*>(rvh)->OnMessageReceived(msg);
58 bool RenderViewHostTester::HasTouchEventHandler(RenderViewHost* rvh) { argument
59 RenderWidgetHostImpl* host_impl = RenderWidgetHostImpl::From(rvh);
91 RenderViewHost* RenderViewHostTestHarness::rvh() { function in class:content::RenderViewHostTestHarness
101 return pending_rvh() ? pending_rvh() : rvh();
150 rvh())->SendNavigate(entry->GetPageID(), entry->GetURL());
158 rvh())
[all...]
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_ui.cc66 base::DictionaryValue* BuildTargetDescriptor(RenderViewHost* rvh) { argument
67 WebContents* web_contents = WebContents::FromRenderViewHost(rvh);
69 RenderWidgetHostImpl* rwhi = RenderWidgetHostImpl::From(rvh);
88 rvh->GetProcess()->GetID(),
89 rvh->GetRoutingID(),
106 RenderViewHost* rvh = RenderViewHost::From(widget); local
107 rvh_list->Append(BuildTargetDescriptor(rvh));
181 RenderViewHost* rvh = RenderViewHost::FromID(process_id, route_id); local
182 if (!rvh)
184 RenderWidgetHostImpl* rwhi = RenderWidgetHostImpl::From(rvh);
215 RenderViewHost* rvh = RenderViewHost::FromID(process_id, route_id); local
[all...]
/external/chromium_org/android_webview/browser/
H A Daw_contents_client_bridge_base.cc61 const content::RenderViewHost* rvh = local
63 if (!rvh) return NULL;
65 content::WebContents::FromRenderViewHost(rvh);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_tab_observer.cc77 content::RenderViewHost* rvh = web_contents_->GetRenderViewHost(); local
78 rvh->Send(new ChromeViewMsg_SetClientSidePhishingDetection(
79 rvh->GetRoutingID(), safe_browsing));
/external/chromium_org/content/browser/download/
H A Ddownload_request_handle.cc47 RenderViewHostImpl* rvh = RenderViewHostImpl::FromID( local
49 if (rvh == NULL)
51 RenderProcessHost* rph = rvh->GetProcess();
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_target_impl.cc40 explicit RenderViewHostTarget(RenderViewHost* rvh, bool is_tab);
57 RenderViewHostTarget::RenderViewHostTarget(RenderViewHost* rvh, bool is_tab) { argument
58 agent_host_ = DevToolsAgentHost::GetOrCreateFor(rvh);
63 WebContents* web_contents = WebContents::FromRenderViewHost(rvh);
110 RenderViewHost* rvh = GetRenderViewHost(); local
111 if (!rvh)
113 WebContents* web_contents = WebContents::FromRenderViewHost(rvh);
121 RenderViewHost* rvh = GetRenderViewHost(); local
122 if (!rvh)
124 rvh
141 RenderViewHost* rvh = GetRenderViewHost(); local
264 CreateForRenderViewHost( content::RenderViewHost* rvh, bool is_tab) argument
[all...]
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_output_protection_message_filter.cc75 bool GetCurrentDisplayId(content::RenderViewHost* rvh, int64* display_id) { argument
77 content::RenderWidgetHostView* view = rvh->GetView();
140 content::RenderViewHost* rvh = local
142 if (rvh) {
143 content::RenderWidgetHostView* view = rvh->GetView();
155 content::RenderViewHost* rvh = local
157 if (!GetCurrentDisplayId(rvh, &display_id_))
159 content::RenderWidgetHostView* view = rvh->GetView();
178 content::RenderViewHost* rvh = local
180 if (!rvh) {
219 content::RenderViewHost* rvh = local
[all...]
/external/chromium/chrome/browser/notifications/
H A Dballoon_host.cc196 RenderViewHost* rvh = new RenderViewHost( local
201 rvh, this, balloon_->notification().content_url()));
204 rvh->AllowBindings(BindingsPolicy::EXTENSION);
205 rvh->set_is_extension_process(true);
209 static_cast<BrowserRenderProcessHost*>(rvh->process())->set_installed_app(
212 rvh->AllowBindings(BindingsPolicy::WEB_UI);
216 render_view_host_ = rvh;
220 rvh->set_view(render_widget_host_view());
221 rvh->CreateRenderView(string16());
226 rvh
[all...]
/external/chromium_org/apps/
H A Dapp_window_contents.cc116 content::RenderViewHost* rvh = web_contents_->GetRenderViewHost(); local
117 rvh->Send(new ExtensionMsg_MessageInvoke(rvh->GetRoutingID(),
126 content::RenderViewHost* rvh = web_contents_->GetRenderViewHost(); local
127 rvh->Send(new ExtensionMsg_AppWindowClosed(rvh->GetRoutingID()));
187 content::RenderViewHost* rvh) {
188 DCHECK(rvh);
193 rvh->GetProcess()->GetID(), rvh
186 SuspendRenderViewHost( content::RenderViewHost* rvh) argument
[all...]
/external/chromium/chrome/browser/printing/
H A Dprint_preview_message_handler.cc55 RenderViewHost* rvh = tab_contents()->render_view_host(); local
56 rvh->Send(new PrintMsg_PrintingDone(rvh->routing_id(),
/external/chromium_org/chrome/browser/search/
H A Diframe_source.cc56 content::RenderViewHost* rvh = local
58 if (rvh == NULL)
61 content::WebContents::FromRenderViewHost(rvh);
/external/chromium_org/chrome/browser/tab_contents/
H A Dspellchecker_submenu_observer_mac.cc108 content::RenderViewHost* rvh = proxy_->GetRenderViewHost(); local
119 rvh->Send(new SpellCheckMsg_ToggleSpellPanel(
120 rvh->GetRoutingID(), spellcheck_mac::SpellingPanelVisible()));
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_browsertest.cc103 RenderViewHostImpl* rvh = static_cast<RenderViewHostImpl*>( local
105 EXPECT_TRUE(rvh->main_render_frame_host());
114 EXPECT_NE(rvh->main_render_frame_host()->routing_id(),

Completed in 648 milliseconds

12345678