HomeSort by relevance Sort by last modified time
    Searched defs:rph (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/content/browser/renderer_host/
render_process_host_browsertest.cc 45 RenderProcessHost* rph = local
50 Source<RenderProcessHost>(rph));
52 rph->OnMessageReceived(msg);
54 // If the RPH sends a mistaken ChildProcessMsg_Shutdown, the renderer process
71 RenderProcessHost* rph = local
74 reinterpret_cast<RenderProcessHostImpl*>(rph)->SetIsGuestForTesting(true);
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_tracker.cc 51 RenderProcessHost* const rph = rvh ? rvh->GetProcess() : NULL; local
53 const int render_process_id = rph ? rph->GetID() : MSG_ROUTING_NONE;
  /external/chromium_org/chrome/browser/printing/
background_printing_manager.cc 93 content::RenderProcessHost* rph) {
98 if (preview_contents->GetRenderProcessHost() == rph) {
127 // last WebContents associated with |rph|.
133 content::RenderProcessHost* rph = preview_contents->GetRenderProcessHost(); local
135 content::Source<content::RenderProcessHost>(rph));
160 content::RenderProcessHost* rph = preview_contents->GetRenderProcessHost(); local
165 if (iter_contents->GetRenderProcessHost() == rph)
print_view_manager.cc 141 content::RenderProcessHost* rph = web_contents()->GetRenderProcessHost(); local
144 if (map.count(rph) != 0) {
169 map[rph] = callback;
170 scripted_print_preview_rph_ = rph;
  /external/chromium_org/chrome/browser/ui/
browser_instant_controller.cc 239 content::RenderProcessHost* rph = contents->GetRenderProcessHost(); local
240 instant_service->SendSearchURLsToRenderer(rph);
244 if (!instant_service->IsInstantProcess(rph->GetID()))
  /external/chromium_org/components/breakpad/browser/
crash_dump_manager_android.cc 142 content::RenderProcessHost* rph = local
144 OnChildExit(rph->GetID(), rph->GetHandle());
  /external/chromium/chrome/browser/extensions/
extension_process_manager.cc 244 RenderProcessHost* rph = RenderProcessHost::FromID(process_id); local
245 rph->Send(new ExtensionMsg_UpdatePageActions(extension_id, page_action_ids));
  /external/chromium_org/chrome/browser/prerender/
prerender_link_manager.cc 73 content::RenderProcessHost* rph = local
77 if (rph && rph->IsGuest())
  /external/chromium_org/chrome/browser/speech/
chrome_speech_recognition_manager_delegate.cc 387 content::RenderProcessHost* rph = local
389 if (!rph) // Guard against race conditions on RPH lifetime.
392 return Profile::FromBrowserContext(rph->GetBrowserContext())->GetPrefs()->
  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.cc 107 content::RenderProcessHost* rph = local
109 if (rph == NULL)
450 content::RenderProcessHost* rph,
457 args->Append(new base::FundamentalValue(rph->GetID()));
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry.cc 89 RenderProcessHost* rph = contents->GetRenderProcessHost(); local
91 if (!ContainsKey(refs_, rph)) {
93 refs_[rph] = state;
96 content::Source<RenderProcessHost>(rph));
98 state = refs_[rph];
149 void OnRendererProcessTerminated(const RenderProcessHost* rph) {
150 RPHRefCount::iterator rph_info = refs_.find(rph);
159 RenderProcessHost* rph = contents->GetRenderProcessHost(); local
160 RPHRefCount::iterator rph_info = refs_.find(rph);
172 OnRendererProcessTerminated(rph);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.cc 272 content::RenderProcessHost* rph = content::RenderProcessHost::FromID( local
274 return rph->GetStoragePartition()->GetURLRequestContext();
profile_impl.cc 894 content::RenderProcessHost* rph = content::RenderProcessHost::FromID( local
908 content::RenderProcessHost* rph = content::RenderProcessHost::FromID( local
    [all...]
  /external/chromium_org/content/public/test/
browser_test_utils.cc 215 RenderProcessHost* rph = web_contents->GetRenderProcessHost(); local
218 Source<RenderProcessHost>(rph));
219 base::KillProcess(rph->GetHandle(), 0, false);
  /external/chromium_org/chrome/test/base/
testing_profile.cc 702 content::RenderProcessHost* rph = content::RenderProcessHost::FromID( local
704 return rph->GetStoragePartition()->GetURLRequestContext();
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 1015 RenderProcessHost* rph = tab_contents->GetRenderProcessHost(); local
    [all...]

Completed in 405 milliseconds