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

1 2 3 4 5 6 7 8 91011

  /external/chromium/chrome/browser/renderer_host/
render_process_host_dummy.cc 6 bool RenderProcessHost::run_renderer_in_process_ = false;
  /external/chromium_org/content/public/browser/
render_process_host_observer.h 12 class RenderProcessHost;
15 // in RenderProcessHost lifecycle events.
18 // Called when the observed RenderProcessHost itself is destroyed.
19 virtual void RenderProcessHostDestroyed(RenderProcessHost* host) {}
render_process_host_factory.h 14 class RenderProcessHost;
22 virtual RenderProcessHost* CreateRenderProcessHost(
site_instance.h 16 class RenderProcessHost;
74 // Returns the current RenderProcessHost being used to render pages for this
75 // SiteInstance. If there is no RenderProcessHost (because either none has
78 // RenderProcessHost (and a new ID). Note that renderer process crashes leave
79 // the current RenderProcessHost (and ID) in place.
82 // ensure only one RenderProcessHost for the site exists/ within the
84 virtual content::RenderProcessHost* GetProcess() = 0;
  /external/chromium/chrome/browser/
memory_purger.h 15 class RenderProcessHost;
23 static void PurgeRendererForHost(RenderProcessHost* host);
  /external/chromium_org/chrome/browser/
memory_purger.h 19 class RenderProcessHost;
28 static void PurgeRendererForHost(content::RenderProcessHost* host);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.h 13 class RenderProcessHost;
21 ExtensionMessagePort(content::RenderProcessHost* process,
38 virtual content::RenderProcessHost* GetRenderProcessHost() OVERRIDE;
41 content::RenderProcessHost* process_;
  /external/chromium_org/content/browser/device_orientation/
device_orientation_message_filter.h 13 class RenderProcessHost;
device_motion_message_filter.h 14 class RenderProcessHost;
  /external/chromium_org/content/browser/net/
browser_online_state_observer.cc 22 for (RenderProcessHost::iterator it(RenderProcessHost::AllHostsIterator());
  /external/chromium/chrome/browser/visitedlink/
visitedlink_event_listener.cc 27 for (RenderProcessHost::iterator i(RenderProcessHost::AllHostsIterator());
51 for (RenderProcessHost::iterator i(RenderProcessHost::AllHostsIterator());
59 for (RenderProcessHost::iterator i(RenderProcessHost::AllHostsIterator());
  /external/chromium_org/content/browser/renderer_host/
render_process_host_browsertest.cc 21 content::RenderProcessHost::iterator hosts =
22 content::RenderProcessHost::AllHostsIterator();
45 RenderProcessHost* rph =
50 Source<RenderProcessHost>(rph));
65 content::RenderProcessHost::SetMaxRendererProcessCount(1);
71 RenderProcessHost* rph =
backing_store.h 17 class RenderProcessHost;
28 class RenderProcessHost;
57 RenderProcessHost* process,
gamepad_browser_message_filter.h 15 class RenderProcessHost;
render_process_host_unittest.cc 13 // searching for RenderProcessHost.
26 RenderProcessHost::GetExistingProcessHost(browser_context(), test_url));
backing_store_aura.h 21 class RenderProcessHost;
42 RenderProcessHost* process,
  /external/chromium_org/content/browser/android/
content_view_statics.cc 42 for (content::RenderProcessHost::iterator i(
43 content::RenderProcessHost::AllHostsIterator());
45 content::RenderProcessHost* host = i.GetCurrentValue();
55 content::RenderProcessHost* host = content::RenderProcessHost::FromID(*it);
  /external/chromium_org/chrome/browser/profiles/
profile_destroyer.h 17 class RenderProcessHost;
33 const std::vector<content::RenderProcessHost*>& hosts);
47 std::vector<content::RenderProcessHost*> *hosts);
profile_destroyer.cc 32 std::vector<content::RenderProcessHost*> hosts;
34 // RenderProcessHost correctly and don't necessary run on the UI thread
49 content::RenderProcessHost::run_renderer_in_process()) << \
90 const std::vector<content::RenderProcessHost*>& hosts)
100 content::Source<content::RenderProcessHost>(hosts[i]));
178 Profile* const profile, std::vector<content::RenderProcessHost*>* hosts) {
179 for (content::RenderProcessHost::iterator iter(
180 content::RenderProcessHost::AllHostsIterator());
182 content::RenderProcessHost* render_process_host = iter.GetCurrentValue();
  /external/chromium_org/content/browser/
browser_ipc_logging.cc 44 for (RenderProcessHost::iterator i(RenderProcessHost::AllHostsIterator());
  /external/chromium_org/components/visitedlink/browser/
visitedlink_event_listener.cc 48 content::RenderProcessHost* process =
49 content::RenderProcessHost::FromID(render_process_id_);
84 content::RenderProcessHost* process =
85 content::RenderProcessHost::FromID(render_process_id_);
137 content::RenderProcessHost* process =
138 content::RenderProcessHost::FromID(i->first);
182 content::RenderProcessHost* process =
183 content::Source<content::RenderProcessHost>(source).ptr();
198 content::RenderProcessHost* process =
199 content::Source<content::RenderProcessHost>(source).ptr()
    [all...]
  /external/chromium_org/chrome/browser/extensions/
process_management_browsertest.cc 55 content::RenderProcessHost::SetMaxRendererProcessCount(1);
121 content::RenderProcessHost* isolated1_host =
123 content::RenderProcessHost* ntp1_host =
125 content::RenderProcessHost* hosted1_host =
127 content::RenderProcessHost* web1_host =
130 content::RenderProcessHost* isolated2_host =
132 content::RenderProcessHost* ntp2_host =
134 content::RenderProcessHost* hosted2_host =
136 content::RenderProcessHost* web2_host =
139 content::RenderProcessHost* second_isolated1_host
    [all...]
  /external/chromium_org/chrome/browser/metrics/
field_trial_synchronizer.cc 43 for (content::RenderProcessHost::iterator it(
44 content::RenderProcessHost::AllHostsIterator());
  /external/chromium_org/chrome/browser/printing/
background_printing_manager.h 17 class RenderProcessHost;
54 void OnRendererProcessClosed(content::RenderProcessHost* rph);
61 // Check if any of the WebContentses in |set| share a RenderProcessHost
print_view_manager.h 12 class RenderProcessHost;
89 content::RenderProcessHost* scripted_print_preview_rph_;

Completed in 512 milliseconds

1 2 3 4 5 6 7 8 91011