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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/content/public/browser/
render_process_host_observer.h 14 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) {}
render_process_host_factory.h 14 class RenderProcessHost;
22 virtual RenderProcessHost* CreateRenderProcessHost(
render_frame_host.h 23 class RenderProcessHost;
47 virtual RenderProcessHost* GetProcess() = 0;
site_instance.h 15 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/extensions/browser/
blob_holder.h 18 class RenderProcessHost;
31 content::RenderProcessHost* render_process_host);
42 explicit BlobHolder(content::RenderProcessHost* render_process_host);
53 content::RenderProcessHost* render_process_host_;
event_listener_map.h 23 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/chrome/browser/extensions/
chrome_notification_observer.h 16 class RenderProcessHost;
29 void OnRendererProcessCreated(content::RenderProcessHost* process);
chrome_notification_observer.cc 24 content::RenderProcessHost* process) {
35 content::RenderProcessHost* process =
36 content::Source<content::RenderProcessHost>(source).ptr();
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...]
chrome_content_browser_client_extensions_part.h 31 static bool CanCommitURL(content::RenderProcessHost* process_host,
34 content::RenderProcessHost* process_host,
60 content::RenderProcessHost* host) OVERRIDE;
80 content::RenderProcessHost* process,
  /external/chromium_org/content/browser/net/
browser_online_state_observer.cc 22 for (RenderProcessHost::iterator it(RenderProcessHost::AllHostsIterator());
  /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/
time_zone_monitor.cc 23 for (RenderProcessHost::iterator iterator =
24 RenderProcessHost::AllHostsIterator();
browser_ipc_logging.cc 44 for (RenderProcessHost::iterator i(RenderProcessHost::AllHostsIterator());
  /external/chromium_org/chrome/browser/
chrome_content_browser_client_parts.h 22 class RenderProcessHost;
42 virtual void RenderProcessWillLaunch(content::RenderProcessHost* host) {}
62 content::RenderProcessHost* process,
  /external/chromium_org/chrome/browser/profiles/
profile_destroyer.h 17 class RenderProcessHost;
28 typedef std::set<content::RenderProcessHost*> HostSet;
38 content::RenderProcessHost* host) OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/
render_process_host_browsertest.cc 27 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* host
    [all...]
gamepad_browser_message_filter.h 16 class RenderProcessHost;
  /external/chromium_org/content/browser/android/
content_view_statics.cc 41 // 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 id */> suspended_processes_
    [all...]
  /external/chromium_org/components/visitedlink/browser/
visitedlink_event_listener.cc 48 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>(source).ptr()
    [all...]
  /external/chromium_org/chrome/browser/metrics/
chrome_stability_metrics_provider.h 19 class RenderProcessHost;
58 void LogRendererCrash(content::RenderProcessHost* host,
field_trial_synchronizer.cc 43 for (content::RenderProcessHost::iterator it(
44 content::RenderProcessHost::AllHostsIterator());
  /external/chromium_org/chrome/browser/printing/
print_view_manager.h 12 class RenderProcessHost;
86 content::RenderProcessHost* scripted_print_preview_rph_;
  /external/chromium_org/chrome/browser/search_engines/
search_provider_install_data.h 24 class RenderProcessHost;
44 // |host| is a RenderProcessHost that is observed, and whose destruction is a
51 content::RenderProcessHost* host);
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_broker_message_filter.cc 23 using content::RenderProcessHost;
57 RenderProcessHost* render_process_host =
58 RenderProcessHost::FromID(render_process_id_);

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 910