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

1 2 3 4 5 6 7 8 910

  /external/chromium/chrome/browser/renderer_host/
render_process_host_dummy.cc 6 bool RenderProcessHost::run_renderer_in_process_ = false;
  /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/content/public/browser/
render_process_host_factory.h 14 class RenderProcessHost;
22 virtual RenderProcessHost* CreateRenderProcessHost(
render_process_host.h 34 // communication channel. There will generally be one RenderProcessHost per
36 class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
39 typedef IDMap<RenderProcessHost>::iterator iterator;
55 virtual ~RenderProcessHost() {}
89 // Indicates whether the current RenderProcessHost associated with a guest
126 // duplicating the handle from the remote process. The RenderProcessHost
202 // browser maintains a single RenderProcessHost which communicates
217 // Returns the RenderProcessHost given its ID. Returns NULL if the ID does
218 // not correspond to a live RenderProcessHost.
219 static RenderProcessHost* FromID(int render_process_id)
    [all...]
site_instance.h 16 class RenderProcessHost;
78 // leave the current RenderProcessHost (and ID) in place.
81 // ensure only one RenderProcessHost for the site exists/ within the
83 virtual content::RenderProcessHost* GetProcess() = 0;
  /external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.h 13 class RenderProcessHost;
21 ExtensionMessagePort(content::RenderProcessHost* process,
37 virtual content::RenderProcessHost* GetRenderProcessHost() OVERRIDE;
40 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;
device_motion_service.h 20 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/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 29 std::vector<content::RenderProcessHost*> hosts;
31 // RenderProcessHost correctly and don't necessary run on the UI thread
46 content::RenderProcessHost::run_renderer_in_process()) << \
87 const std::vector<content::RenderProcessHost*>& hosts)
97 content::Source<content::RenderProcessHost>(hosts[i]));
175 Profile* const profile, std::vector<content::RenderProcessHost*>* hosts) {
176 for (content::RenderProcessHost::iterator iter(
177 content::RenderProcessHost::AllHostsIterator());
179 content::RenderProcessHost* render_process_host = iter.GetCurrentValue();
  /external/chromium_org/content/browser/renderer_host/
backing_store.h 17 class RenderProcessHost;
28 class RenderProcessHost;
57 RenderProcessHost* process,
render_process_host_browsertest.cc 32 RenderProcessHost* rph =
37 Source<RenderProcessHost>(rph));
gamepad_browser_message_filter.h 15 class RenderProcessHost;
backing_store_aura.h 21 class RenderProcessHost;
42 RenderProcessHost* process,
  /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 425 milliseconds

1 2 3 4 5 6 7 8 910