Searched refs:RenderProcessHost (Results 1 - 25 of 241) sorted by relevance

12345678910

/external/chromium_org/content/public/browser/
H A Drender_process_host_observer.h14 class RenderProcessHost;
17 // in RenderProcessHost lifecycle events.
25 virtual void RenderProcessExited(RenderProcessHost* host,
30 // This method is invoked when the observed RenderProcessHost itself is
32 virtual void RenderProcessHostDestroyed(RenderProcessHost* host) {}
H A Drender_process_host_factory.h14 class RenderProcessHost;
22 virtual RenderProcessHost* CreateRenderProcessHost(
H A Dsite_instance.h15 class RenderProcessHost;
73 // Returns the current RenderProcessHost being used to render pages for this
74 // SiteInstance. If there is no RenderProcessHost (because either none has
77 // RenderProcessHost (and a new ID). Note that renderer process crashes leave
78 // 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/content/browser/net/
H A Dbrowser_online_state_observer.cc22 for (RenderProcessHost::iterator it(RenderProcessHost::AllHostsIterator());
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_notification_observer.cc24 content::RenderProcessHost* process) {
35 content::RenderProcessHost* process =
36 content::Source<content::RenderProcessHost>(source).ptr();
H A Dchrome_notification_observer.h16 class RenderProcessHost;
29 void OnRendererProcessCreated(content::RenderProcessHost* process);
H A Dprocess_management_browsertest.cc55 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_hos
[all...]
H A Dchrome_content_browser_client_extensions_part.h31 static bool CanCommitURL(content::RenderProcessHost* process_host,
34 content::RenderProcessHost* process_host,
60 content::RenderProcessHost* host) OVERRIDE;
80 content::RenderProcessHost* process,
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dextension_message_port.h13 class RenderProcessHost;
21 ExtensionMessagePort(content::RenderProcessHost* process,
38 virtual content::RenderProcessHost* GetRenderProcessHost() OVERRIDE;
41 content::RenderProcessHost* process_;
/external/chromium_org/extensions/browser/
H A Dblob_holder.h18 class RenderProcessHost;
31 content::RenderProcessHost* render_process_host);
42 explicit BlobHolder(content::RenderProcessHost* render_process_host);
53 content::RenderProcessHost* render_process_host_;
H A Devent_listener_map.h23 class RenderProcessHost;
55 content::RenderProcessHost* process,
60 content::RenderProcessHost* process,
82 content::RenderProcessHost* process() const { return process_; }
91 content::RenderProcessHost* process,
97 content::RenderProcessHost* process_;
139 void RemoveListenersForProcess(const content::RenderProcessHost* process);
154 bool HasProcessListener(content::RenderProcessHost* process,
163 // is no way to serialise a RenderProcessHost*.
/external/chromium_org/content/browser/
H A Dtime_zone_monitor.cc23 for (RenderProcessHost::iterator iterator =
24 RenderProcessHost::AllHostsIterator();
H A Dbrowser_ipc_logging.cc44 for (RenderProcessHost::iterator i(RenderProcessHost::AllHostsIterator());
H A Dsite_instance_impl.h24 virtual RenderProcessHost* GetProcess() OVERRIDE;
102 virtual void RenderProcessHostDestroyed(RenderProcessHost* host) OVERRIDE;
122 // Current RenderProcessHost that is rendering pages for this SiteInstance.
123 // This pointer will only change once the RenderProcessHost is destructed. It
125 // scenario the RenderProcessHost remains the same.
126 RenderProcessHost* process_;
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_destroyer.h17 class RenderProcessHost;
28 typedef std::set<content::RenderProcessHost*> HostSet;
38 content::RenderProcessHost* host) OVERRIDE;
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_browsertest.cc27 content::RenderProcessHost::iterator hosts =
28 content::RenderProcessHost::AllHostsIterator();
45 virtual void RenderProcessExited(RenderProcessHost* host,
51 virtual void RenderProcessHostDestroyed(RenderProcessHost* host) OVERRIDE {
70 RenderProcessHost* rph =
92 content::RenderProcessHost::SetMaxRendererProcessCount(1);
98 RenderProcessHost* rph =
124 virtual void RenderProcessExited(RenderProcessHost* host,
132 virtual void RenderProcessHostDestroyed(RenderProcessHost* host) OVERRIDE {
149 virtual void RenderProcessExited(RenderProcessHost* hos
[all...]
H A Dgamepad_browser_message_filter.h16 class RenderProcessHost;
/external/chromium_org/content/browser/android/
H A Dcontent_view_statics.cc41 // If the process crashes, stop watching the corresponding RenderProcessHost
43 virtual void RenderProcessExited(content::RenderProcessHost* host,
51 content::RenderProcessHost* host) OVERRIDE {
59 for (content::RenderProcessHost::iterator i(
60 content::RenderProcessHost::AllHostsIterator());
62 content::RenderProcessHost* host = i.GetCurrentValue();
73 content::RenderProcessHost* host =
74 content::RenderProcessHost::FromID(*it);
83 void StopWatching(content::RenderProcessHost* host) {
92 std::vector<int /* RenderProcessHost i
[all...]
/external/chromium_org/components/visitedlink/browser/
H A Dvisitedlink_event_listener.cc48 content::RenderProcessHost* process =
49 content::RenderProcessHost::FromID(render_process_id_);
85 content::RenderProcessHost* process =
86 content::RenderProcessHost::FromID(render_process_id_);
138 content::RenderProcessHost* process =
139 content::RenderProcessHost::FromID(i->first);
183 content::RenderProcessHost* process =
184 content::Source<content::RenderProcessHost>(source).ptr();
199 content::RenderProcessHost* process =
200 content::Source<content::RenderProcessHost>(sourc
[all...]
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_stability_metrics_provider.h19 class RenderProcessHost;
58 void LogRendererCrash(content::RenderProcessHost* host,
H A Dfield_trial_synchronizer.cc43 for (content::RenderProcessHost::iterator it(
44 content::RenderProcessHost::AllHostsIterator());
/external/chromium_org/chrome/browser/printing/
H A Dprint_view_manager.h12 class RenderProcessHost;
86 content::RenderProcessHost* scripted_print_preview_rph_;
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client_parts.h22 class RenderProcessHost;
42 virtual void RenderProcessWillLaunch(content::RenderProcessHost* host) {}
62 content::RenderProcessHost* process,
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_broker_message_filter.cc23 using content::RenderProcessHost;
57 RenderProcessHost* render_process_host =
58 RenderProcessHost::FromID(render_process_id_);
/external/chromium_org/content/browser/devtools/
H A Dembedded_worker_devtools_agent_host.cc73 if (RenderProcessHost* host = RenderProcessHost::FromID(worker_id_.first)) {
113 if (RenderProcessHost* host = RenderProcessHost::FromID(worker_id_.first)) {
152 RenderProcessHost* rph = RenderProcessHost::FromID(worker_id_.first);
208 if (RenderProcessHost* host = RenderProcessHost::FromID(worker_id_.first))
213 if (RenderProcessHost* host = RenderProcessHost
[all...]

Completed in 780 milliseconds

12345678910