Searched defs:rvh (Results 26 - 50 of 123) sorted by relevance

12345

/external/chromium_org/content/browser/loader/
H A Dcross_site_resource_handler.cc27 RenderViewHostImpl* rvh = RenderViewHostImpl::FromID(render_process_id, local
29 if (rvh && rvh->GetDelegate()->GetRendererManagementDelegate()) {
30 rvh->GetDelegate()->GetRendererManagementDelegate()->OnCrossSiteResponse(
31 rvh, GlobalRequestID(render_process_id, request_id));
/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/android_webview/native/
H A Daw_dev_tools_server.cc80 content::RenderViewHost* rvh) {
82 content::WebContents::FromRenderViewHost(rvh);
79 GetViewDescription( content::RenderViewHost* rvh) argument
H A Daw_web_contents_delegate.cc195 content::RenderViewHost* rvh = content::RenderViewHost::FromID(process_id, local
197 if (!rvh)
220 rvh->FilesSelectedInChooser(files, mode);
/external/chromium_org/apps/
H A Dapp_window_contents.cc97 content::RenderViewHost* rvh = web_contents_->GetRenderViewHost(); local
98 rvh->Send(new ExtensionMsg_MessageInvoke(rvh->GetRoutingID(),
107 content::RenderViewHost* rvh = web_contents_->GetRenderViewHost(); local
108 rvh->Send(new ExtensionMsg_AppWindowClosed(rvh->GetRoutingID()));
168 content::RenderViewHost* rvh) {
169 DCHECK(rvh);
174 rvh->GetProcess()->GetID(), rvh
167 SuspendRenderViewHost( content::RenderViewHost* rvh) argument
[all...]
H A Dshell_window_registry.cc229 content::RenderViewHost* rvh = agent_host->GetRenderViewHost(); local
231 if (!rvh ||
232 rvh->GetSiteInstance()->GetProcess()->GetBrowserContext() != profile_)
234 std::string key = GetWindowKeyForRenderViewHost(this, rvh);
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_json.cc158 content::RenderViewHost** rvh,
165 if (!automation_util::GetRenderViewForId(id, profile, rvh)) {
174 *rvh = tab->GetRenderViewHost();
155 GetRenderViewFromJSONArgs( DictionaryValue* args, Profile* profile, content::RenderViewHost** rvh, std::string* error) argument
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_api.cc151 content::RenderViewHost* rvh = render_view_host(); local
152 if (!rvh) {
165 const int child_id = rvh->GetProcess()->GetID();
/external/chromium_org/chrome/browser/extensions/
H A Dapp_process_apitest.cc594 content::RenderViewHost* rvh) {
595 rvh_vector->push_back(rvh);
593 RenderViewHostCreated(std::vector<content::RenderViewHost*>* rvh_vector, content::RenderViewHost* rvh) argument
H A Dscript_executor.cc41 content::RenderViewHost* rvh = web_contents->GetRenderViewHost(); local
42 rvh->Send(new ExtensionMsg_ExecuteCode(rvh->GetRoutingID(), params));
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win_unittest.cc157 content::RenderViewHost* rvh = web_contents()->GetRenderViewHost(); local
162 rvh, extension_.get(),
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_render_view_host_observer.cc76 RenderViewHost* rvh) {
77 RemoveRenderViewHostForExtensions(rvh);
182 RenderViewHost* rvh) {
186 process_manager->UnregisterRenderViewHost(rvh);
75 RenderViewHostDestroyed( RenderViewHost* rvh) argument
181 RemoveRenderViewHostForExtensions( RenderViewHost* rvh) argument
/external/chromium_org/chrome/browser/tab_contents/
H A Dspelling_menu_observer.cc309 content::RenderViewHost* rvh = proxy_->GetRenderViewHost(); local
310 gfx::Rect rect = rvh->GetView()->GetViewBounds();
315 rvh->GetView()->GetNativeView(),
338 content::RenderViewHost* rvh = proxy_->GetRenderViewHost(); local
339 gfx::Rect rect = rvh->GetView()->GetViewBounds();
340 chrome::ShowConfirmBubble(rvh->GetView()->GetNativeView(),
/external/chromium_org/chrome/browser/task_manager/
H A Dguest_resource_provider.cc138 RenderViewHost* rvh = RenderViewHost::From(widgets[i]); local
139 if (rvh->IsSubframe())
140 Add(rvh);
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_test_utils.cc161 bool InstantTestBase::LoadImage(content::RenderViewHost* rvh, argument
169 return content::ExecuteScriptAndExtractBool(rvh, js_chrome, loaded);
/external/chromium_org/content/browser/download/
H A Dmhtml_generation_manager.cc114 RenderViewHostImpl* rvh = RenderViewHostImpl::FromID( local
116 if (!rvh) {
122 rvh->Send(new ViewMsg_SavePageAsMHTML(rvh->GetRoutingID(), job_id,
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura_browsertest.cc101 void ExecuteSyncJSFunction(RenderViewHost* rvh, const std::string& jscript) { argument
103 content::ExecuteScriptAndGetValue(rvh, jscript);
/external/chromium_org/content/public/test/
H A Dtest_renderer_host.cc46 bool RenderViewHostTester::IsRenderViewHostSwappedOut(RenderViewHost* rvh) { argument
47 return static_cast<RenderViewHostImpl*>(rvh)->is_swapped_out();
51 bool RenderViewHostTester::TestOnMessageReceived(RenderViewHost* rvh, argument
53 return static_cast<RenderViewHostImpl*>(rvh)->OnMessageReceived(msg);
57 bool RenderViewHostTester::HasTouchEventHandler(RenderViewHost* rvh) { argument
58 RenderWidgetHostImpl* host_impl = RenderWidgetHostImpl::From(rvh);
90 RenderViewHost* RenderViewHostTestHarness::rvh() { function in class:content::RenderViewHostTestHarness
100 return pending_rvh() ? pending_rvh() : rvh();
143 rvh())->SendNavigate(entry->GetPageID(), entry->GetURL());
151 rvh())
[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/chrome/browser/printing/cloud_print/
H A Dcloud_print_setup_flow.cc333 RenderViewHost* rvh = web_ui_->tab_contents()->render_view_host(); local
334 rvh->ExecuteJavascriptInWebFrame(iframe_xpath, js);
/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_host.cc210 RenderViewHost* rvh = tab_contents_->render_view_host(); local
211 rvh->Send(new SafeBrowsingMsg_StartPhishingDetection(
212 rvh->routing_id(), params_.url));
/external/chromium/chrome/browser/tab_contents/
H A Dbackground_contents.cc180 void BackgroundContents::RenderViewGone(RenderViewHost* rvh, argument
183 Profile* profile = rvh->process()->profile();
/external/chromium_org/chrome/browser/extensions/api/tab_capture/
H A Dtab_capture_registry.cc72 content::RenderViewHost* const rvh = member in class:extensions::content
75 Observe(rvh ? content::WebContents::FromRenderViewHost(rvh) : NULL);
177 content::RenderViewHost* const rvh = member in class:extensions::content
180 if (rvh && fullscreen_controller->IsFullscreenForTabOrPending(
181 content::WebContents::FromRenderViewHost(rvh))) {
/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_file_host.cc320 content::RenderViewHost* rvh = content::RenderViewHost::FromID( local
322 if (!rvh) {
326 content::SiteInstance* site_instance = rvh->GetSiteInstance();
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor_unittest.cc102 content::RenderViewHost* rvh = local
104 if (!rvh) {
105 rvh = web_contents()->GetRenderViewHost();
109 rvh, ++page_id, url,

Completed in 724 milliseconds

12345