Searched refs:RenderProcessHost (Results 226 - 241 of 241) sorted by last modified time

12345678910

/external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
H A Dwebrtc_logging_private_api.cc37 content::RenderProcessHost*
73 content::RenderProcessHost* host =
113 content::RenderProcessHost* host =
150 content::RenderProcessHost* host =
172 content::RenderProcessHost* host =
206 content::RenderProcessHost* host =
246 content::RenderProcessHost* host =
292 content::RenderProcessHost* host =
304 content::RenderProcessHost::WebRtcStopRtpDumpCallback stop_callback =
349 content::RenderProcessHost* hos
[all...]
H A Dwebrtc_logging_private_api.h13 class RenderProcessHost;
24 content::RenderProcessHost* RphFromTabIdAndSecurityOrigin(
/external/chromium_org/chrome/browser/extensions/
H A Dapp_process_apitest.cc771 content::RenderProcessHost* process =
H A Dbookmark_app_helper_unittest.cc59 for (content::RenderProcessHost::iterator i(
60 content::RenderProcessHost::AllHostsIterator());
63 content::RenderProcessHost* host = i.GetCurrentValue();
H A Dchrome_content_browser_client_extensions_part.cc90 content::RenderProcessHost* process_host,
183 content::RenderProcessHost* process_host, const GURL& url) {
211 content::RenderProcessHost* process_host,
255 content::RenderProcessHost::GetMaxRendererProcessCount();
396 content::RenderProcessHost* host) {
525 content::RenderProcessHost* process,
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,
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 Dextension_renderer_state.cc26 using content::RenderProcessHost;
H A Dextension_service.cc976 for (content::RenderProcessHost::iterator i(
977 content::RenderProcessHost::AllHostsIterator());
979 content::RenderProcessHost* host = i.GetCurrentValue();
1055 for (content::RenderProcessHost::iterator i(
1056 content::RenderProcessHost::AllHostsIterator());
1058 content::RenderProcessHost* host = i.GetCurrentValue();
2070 content::RenderProcessHost* process =
2071 content::Source<content::RenderProcessHost>(source).ptr();
H A Dpermissions_updater.cc29 using content::RenderProcessHost;
365 for (RenderProcessHost::iterator i(RenderProcessHost::AllHostsIterator());
367 RenderProcessHost* host = i.GetCurrentValue();
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 Duser_script_loader.cc405 content::RenderProcessHost* process =
406 content::Source<content::RenderProcessHost>(source).ptr();
534 for (content::RenderProcessHost::iterator i(
535 content::RenderProcessHost::AllHostsIterator());
549 content::RenderProcessHost* process,
H A Duser_script_loader.h28 class RenderProcessHost;
111 void SendUpdate(content::RenderProcessHost* process,
/external/chromium_org/android_webview/browser/
H A Daw_content_browser_client.cc218 content::RenderProcessHost* host) {
224 CHECK(content::RenderProcessHost::run_renderer_in_process());
H A Daw_content_browser_client.h41 content::RenderProcessHost* host) OVERRIDE;

Completed in 702 milliseconds

12345678910