Home
last modified time | relevance | path

Searched refs:GetProcess (Results 1 – 25 of 155) sorted by relevance

1234567

/external/chromium_org/content/browser/frame_host/
Drender_frame_host_impl.cc51 GetProcess()->AddRoute(routing_id_, this); in RenderFrameHostImpl()
53 RenderFrameHostID(GetProcess()->GetID(), routing_id_), in RenderFrameHostImpl()
58 GetProcess()->RemoveRoute(routing_id_); in ~RenderFrameHostImpl()
60 RenderFrameHostID(GetProcess()->GetID(), routing_id_)); in ~RenderFrameHostImpl()
70 return GetProcess()->Send(message); in Send()
89 GetProcess()->ReceivedBadMessage(); in OnMessageReceived()
96 GetProcess()->ResumeRequestsForView(routing_id()); in Init()
99 RenderProcessHost* RenderFrameHostImpl::GetProcess() const { in GetProcess() function in content::RenderFrameHostImpl
102 return render_view_host_->GetProcess(); in GetProcess()
Drender_frame_host_manager.cc282 pending_render_view_host_->GetProcess()); in SwappedOut()
358 if (iter->second->GetProcess() == render_process_host) in RendererProcessClosing()
753 new_render_view_host->GetProcess()->AddPendingView(); in CreateRenderView()
771 new_render_view_host->GetProcess()->AddPendingView(); in CreateRenderView()
794 if (pending_web_ui() && !render_view_host->GetProcess()->IsGuest()) { in InitRenderView()
803 render_view_host->GetProcess()->GetID())); in InitRenderView()
860 render_view_host_->GetProcess()->RemovePendingView(); in CommitPending()
1080 if (pending_web_ui() && !render_view_host_->GetProcess()->IsGuest()) in UpdateRendererStateForNavigate()
1106 pending_render_view_host->GetProcess()->RemovePendingView(); in CancelPending()
Drender_frame_host_manager_unittest.cc226 EXPECT_NE(active_rvh()->GetProcess(), dest_rvh2->GetProcess()); in TEST_F()
244 EXPECT_EQ(active_rvh()->GetSiteInstance()->GetProcess(), in TEST_F()
245 contents2->GetRenderViewHost()->GetSiteInstance()->GetProcess()); in TEST_F()
309 static_cast<MockRenderProcessHost*>(ntp_rvh->GetProcess()); in TEST_F()
338 static_cast<MockRenderProcessHost*>(swapped_out_rvh->GetProcess()); in TEST_F()
352 static_cast<MockRenderProcessHost*>(swapped_out_rvh->GetProcess()); in TEST_F()
728 int host2_process_id = host2->GetProcess()->GetID(); in TEST_F()
739 static_cast<MockRenderProcessHost*>(host2->GetProcess()); in TEST_F()
750 static_cast<MockRenderProcessHost*>(test_host->GetProcess()); in TEST_F()
785 EXPECT_NE(host3->GetProcess()->GetID(), host2_process_id); in TEST_F()
[all …]
/external/chromium_org/content/browser/
Dsite_instance_impl_unittest.cc295 TEST_F(SiteInstanceTest, GetProcess) { in TEST_F() argument
301 host1.reset(instance->GetProcess()); in TEST_F()
307 scoped_ptr<RenderProcessHost> host2(instance2->GetProcess()); in TEST_F()
444 scoped_ptr<RenderProcessHost> process_a1(site_instance_a1->GetProcess()); in TEST_F()
445 scoped_ptr<RenderProcessHost> process_a2_2(site_instance_a2_2->GetProcess()); in TEST_F()
483 scoped_ptr<RenderProcessHost> process_a1(site_instance_a1->GetProcess()); in TEST_F()
514 EXPECT_EQ(process_a1.get(), site_instance_a1_2->GetProcess()); in TEST_F()
525 scoped_ptr<RenderProcessHost> process_a2_3(site_instance_a2_3->GetProcess()); in TEST_F()
573 set_privileged_process_id(extension1_instance->GetProcess()->GetID()); in TEST_F()
580 extension1_instance->GetProcess()); in TEST_F()
[all …]
Dsecurity_exploit_browsertest.cc51 EXPECT_EQ(shell->web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in PrepareToDuplicateHosts()
52 shell2->web_contents()->GetRenderViewHost()->GetProcess()->GetID()); in PrepareToDuplicateHosts()
72 EXPECT_NE(shell->web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in PrepareToDuplicateHosts()
73 pending_rvh->GetProcess()->GetID()); in PrepareToDuplicateHosts()
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.cc192 instance->GetProcess(), in RenderViewHostImpl()
218 main_frame_routing_id = GetProcess()->GetNextRoutingID(); in RenderViewHostImpl()
227 GetProcess()->EnableSendQueue(); in RenderViewHostImpl()
237 GetProcess()->GetID(), GetRoutingID())); in RenderViewHostImpl()
251 GetProcess()->GetID(), GetRoutingID())); in ~RenderViewHostImpl()
258 GetProcess()->GetID(), GetRoutingID(), false); in ~RenderViewHostImpl()
285 if (!GetProcess()->Init()) in CreateRenderView()
287 DCHECK(GetProcess()->HasConnection()); in CreateRenderView()
288 DCHECK(GetProcess()->GetBrowserContext()); in CreateRenderView()
303 delegate_->GetRendererPrefs(GetProcess()->GetBrowserContext()); in CreateRenderView()
[all …]
Drender_process_host_browsertest.cc46 shell()->web_contents()->GetRenderViewHost()->GetProcess(); in IN_PROC_BROWSER_TEST_F()
72 shell()->web_contents()->GetRenderViewHost()->GetProcess(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/task_manager/
Dextension_process_resource_provider.cc48 virtual base::ProcessHandle GetProcess() const OVERRIDE;
87 process_handle_ = render_view_host_->GetProcess()->GetHandle(); in ExtensionProcessResource()
88 unique_process_id_ = render_view_host->GetProcess()->GetID(); in ExtensionProcessResource()
94 render_view_host->GetProcess()->GetBrowserContext()); in ExtensionProcessResource()
115 render_view_host_->GetProcess()->GetBrowserContext())); in GetProfileName()
122 base::ProcessHandle ExtensionProcessResource::GetProcess() const { in GetProcess() function in task_manager::ExtensionProcessResource
152 render_view_host_->GetProcess()->GetBrowserContext()); in GetExtension()
189 if (i->first->GetSiteInstance()->GetProcess()->GetID() == in GetResource()
Dtask_manager.cc295 values.process_id = base::GetProcId(GetResource(index)->GetProcess()); in GetProcessId()
300 base::ProcessHandle TaskManagerModel::GetProcess(int index) const { in GetProcess() function in TaskManagerModel
301 return GetResource(index)->GetProcess(); in GetProcess()
532 base::ProcessHandle handle = GetResource(index)->GetProcess(); in GetPrivateMemory()
541 base::ProcessHandle handle = GetResource(index)->GetProcess(); in GetSharedMemory()
551 base::ProcessHandle handle = GetResource(index)->GetProcess(); in GetPhysicalMemory()
582 base::ProcessHandle handle = GetResource(index)->GetProcess(); in GetGDIHandles()
586 GetWinGDIHandles(GetResource(index)->GetProcess(), in GetGDIHandles()
602 base::ProcessHandle handle = GetResource(index)->GetProcess(); in GetUSERHandles()
606 GetWinUSERHandles(GetResource(index)->GetProcess(), in GetUSERHandles()
[all …]
Drenderer_resource.cc29 unique_process_id_ = render_view_host_->GetProcess()->GetID(); in RendererResource()
87 base::ProcessHandle RendererResource::GetProcess() const { in GetProcess() function in task_manager::RendererResource
/external/chromium_org/chrome/browser/profiles/
Dprofile_destroyer_unittest.cc79 render_process_host1.reset(instance1->GetProcess()); in TEST_F()
85 render_process_host2.reset(instance2->GetProcess()); in TEST_F()
117 render_process_host1.reset(instance1->GetProcess()); in TEST_F()
137 render_process_host2.reset(instance2->GetProcess()); in TEST_F()
/external/chromium/chrome/browser/task_manager/
Dtask_manager.cc173 return base::GetProcId(resources_[index]->GetProcess()); in GetProcessId()
238 GroupMap::const_iterator iter = group_map_.find(resource->GetProcess()); in IsResourceFirstInGroup()
265 group_map_.find(resource->GetProcess()); in GetGroupRangeForResource()
331 int proc1_id = base::GetProcId(resources_[row1]->GetProcess()); in CompareValues()
332 int proc2_id = base::GetProcId(resources_[row2]->GetProcess()); in CompareValues()
371 return resources_[index]->GetProcess(); in GetResourceProcessHandle()
399 cpu_usage_map_.find(resource->GetProcess()); in GetCPUUsage()
406 base::ProcessHandle handle = resources_[index]->GetProcess(); in GetPrivateMemory()
422 base::ProcessHandle handle = resources_[index]->GetProcess(); in GetSharedMemory()
558 base::ProcessHandle process = resource->GetProcess(); in AddResource()
[all …]
Dtask_manager_resource_providers.h43 virtual base::ProcessHandle GetProcess() const OVERRIDE;
272 virtual base::ProcessHandle GetProcess() const OVERRIDE;
360 virtual base::ProcessHandle GetProcess() const OVERRIDE;
435 virtual base::ProcessHandle GetProcess() const OVERRIDE;
500 virtual base::ProcessHandle GetProcess() const OVERRIDE;
/external/chromium_org/components/navigation_interception/
Dintercept_navigation_resource_throttle_unittest.cc254 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in SetUpWebContentsDelegateAndDrainRunLoop()
319 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in TEST_F()
384 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in TEST_F()
412 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in TEST_F()
440 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in TEST_F()
468 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in TEST_F()
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/
Ddesktop_capture_api.cc58 render_view_host()->GetProcess()->GetID(), request_id_); in ~DesktopCaptureChooseDesktopMediaFunction()
84 render_view_host()->GetProcess()->GetID(), request_id_, this); in RunImpl()
127 render_process_id_ = render_view->GetProcess()->GetID(); in RunImpl()
235 render_view_host()->GetProcess()->GetID(), request_id); in RunImpl()
/external/chromium_org/chrome/browser/extensions/
Dextension_renderer_state.cc48 host->GetProcess()->GetID(), host->GetRoutingID())); in RenderViewDeleted()
114 host->GetProcess()->GetID(), host->GetRoutingID(), in Observe()
135 host->GetProcess()->GetID(), host->GetRoutingID(), in Observe()
154 host->GetProcess()->GetID(), host->GetRoutingID(), in Observe()
/external/chromium_org/content/browser/browser_plugin/
Dbrowser_plugin_geolocation_permission_context.cc53 DCHECK(rvh->GetProcess()->IsGuest()); in RequestGeolocationPermission()
85 DCHECK(rvh->GetProcess()->IsGuest()); in CancelGeolocationPermissionRequest()
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
Dweb_navigation_api.cc276 render_view_host_->GetProcess()->GetID() == process_id) { in GetRenderViewHostInProcess()
280 pending_render_view_host_->GetProcess()->GetID() == process_id) { in GetRenderViewHostInProcess()
301 render_view_host_->GetProcess()->GetID() && in Observe()
307 pending_render_view_host_->GetProcess()->GetID() && in Observe()
399 render_view_host->GetProcess()->GetID(), in DidStartProvisionalLoadForFrame()
510 render_view_host->GetProcess()->GetID(), in DidFailProvisionalLoad()
611 render_view_host->GetProcess()->GetID(), in DidFailLoad()
662 render_view_host->GetProcess()->GetID(), in FrameDetached()
690 frame->render_view_host->GetProcess()->GetID(), in SendErrorEvents()
815 frame->process_id = frame_id.render_view_host->GetProcess()->GetID(); in RunImpl()
Dweb_navigation_api_helpers.cc100 web_contents->GetRenderViewHost()->GetProcess()->GetID()); in DispatchOnCommitted()
133 web_contents->GetRenderViewHost()->GetProcess()->GetID()); in DispatchOnDOMContentLoaded()
155 web_contents->GetRenderViewHost()->GetProcess()->GetID()); in DispatchOnCompleted()
185 web_contents->GetRenderViewHost()->GetProcess()->GetID()); in DispatchOnCreatedNavigationTarget()
/external/chromium_org/apps/
Dapp_window_contents.cc58 if (web_contents_->GetRenderViewHost()->GetProcess()->GetID() == in LoadContents()
63 << web_contents_->GetRenderViewHost()->GetProcess()->GetID() in LoadContents()
193 rvh->GetProcess()->GetID(), rvh->GetRoutingID())); in SuspendRenderViewHost()
/external/chromium_org/content/browser/devtools/
Drender_view_devtools_agent_host.cc92 if (!widget->GetProcess()->HasConnection()) in GetValidRenderViewHosts()
173 render_view_host_->GetProcess()->GetID()); in OnClientAttached()
205 RenderProcessHost* render_process_host = render_view_host_->GetProcess(); in ClientDetachedFromRenderer()
211 if (rvh && rvh->GetProcess() == render_process_host) in ClientDetachedFromRenderer()
/external/chromium_org/chrome/browser/plugins/
Dchrome_plugin_service_filter.cc84 const ProcessDetails* details = GetProcess(render_process_id); in IsPluginAvailable()
137 const ProcessDetails* details = GetProcess(render_process_id); in CanLoadPlugin()
210 ChromePluginServiceFilter::GetProcess( in GetProcess() function in ChromePluginServiceFilter
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
Dmedia_galleries_private_api.cc169 if (!render_view_host() || !render_view_host()->GetProcess()) in RunImpl()
254 if (!render_view_host() || !render_view_host()->GetProcess()) in RunImpl()
313 if (!render_view_host() || !render_view_host()->GetProcess()) in RunImpl()
351 if (!render_view_host() || !render_view_host()->GetProcess()) in RunImpl()
/external/chromium_org/chrome/browser/android/webapps/
Dsingle_tab_mode_tab_helper.cc40 int32 process_id = render_view_host->GetProcess()->GetID(); in AddPair()
51 int32 process_id = render_view_host->GetProcess()->GetID(); in RemovePair()
/external/chromium_org/chrome/browser/extensions/api/webview/
Dwebview_api.cc46 render_view_host()->GetProcess()->GetID(), instance_id); in RunImpl()
177 render_view_host()->GetProcess()->GetID(), guest_instance_id_); in GetScriptExecutor()
222 render_view_host()->GetProcess()->GetID(), instance_id); in GetWebContentsForID()

1234567