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

1 2 3 4 5 6

  /external/chromium_org/content/browser/
site_instance_impl_unittest.cc 290 // Test to ensure GetProcess returns and creates processes correctly.
291 TEST_F(SiteInstanceTest, GetProcess) {
292 // Ensure that GetProcess returns a process.
297 host1.reset(instance->GetProcess());
300 // Ensure that GetProcess creates a new process.
303 scoped_ptr<RenderProcessHost> host2(instance2->GetProcess());
440 scoped_ptr<RenderProcessHost> process_a1(site_instance_a1->GetProcess());
441 scoped_ptr<RenderProcessHost> process_a2_2(site_instance_a2_2->GetProcess());
479 scoped_ptr<RenderProcessHost> process_a1(site_instance_a1->GetProcess());
510 EXPECT_EQ(process_a1.get(), site_instance_a1_2->GetProcess());
    [all...]
site_instance_impl.h 24 virtual RenderProcessHost* GetProcess() OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.cc 56 render_view_host()->GetProcess()->GetID(), guest_instance_id_);
103 render_view_host()->GetProcess()->GetID(), instance_id);
122 render_view_host()->GetProcess()->GetID(), instance_id);
150 render_view_host()->GetProcess()->GetID(), instance_id);
170 render_view_host()->GetProcess()->GetID(), instance_id);
189 render_view_host()->GetProcess()->GetID(), instance_id);
  /external/chromium_org/chrome/browser/profiles/
profile_destroyer_unittest.cc 72 render_process_host1.reset(instance1->GetProcess());
78 render_process_host2.reset(instance2->GetProcess());
110 render_process_host1.reset(instance1->GetProcess());
130 render_process_host2.reset(instance2->GetProcess());
  /external/chromium_org/content/browser/renderer_host/
render_process_host_browsertest.cc 33 shell()->web_contents()->GetRenderViewHost()->GetProcess();
render_view_host_impl.cc 157 : RenderWidgetHostImpl(widget_delegate, instance->GetProcess(), routing_id),
180 main_frame_routing_id = GetProcess()->GetNextRoutingID();
185 GetProcess()->EnableSendQueue();
206 GetProcess()->GetID(), GetRoutingID(), false);
233 if (!GetProcess()->Init())
235 DCHECK(GetProcess()->HasConnection());
236 DCHECK(GetProcess()->GetBrowserContext());
251 delegate_->GetRendererPrefs(GetProcess()->GetBrowserContext());
265 params.allow_partial_swap = !GetProcess()->IsGuest();
271 if (GetProcess()->IsGuest()
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
extension_process_resource_provider.cc 48 virtual base::ProcessHandle GetProcess() const OVERRIDE;
87 process_handle_ = render_view_host_->GetProcess()->GetHandle();
88 unique_process_id_ = render_view_host->GetProcess()->GetID();
94 render_view_host->GetProcess()->GetBrowserContext());
115 render_view_host_->GetProcess()->GetBrowserContext()));
122 base::ProcessHandle ExtensionProcessResource::GetProcess() const {
152 render_view_host_->GetProcess()->GetBrowserContext());
189 if (i->first->GetSiteInstance()->GetProcess()->GetID() ==
renderer_resource.cc 30 unique_process_id_ = render_view_host_->GetProcess()->GetID();
88 base::ProcessHandle RendererResource::GetProcess() const {
task_manager.cc 313 values.process_id = base::GetProcId(GetResource(index)->GetProcess());
318 base::ProcessHandle TaskManagerModel::GetProcess(int index) const {
319 return GetResource(index)->GetProcess();
549 base::ProcessHandle handle = GetResource(index)->GetProcess();
558 base::ProcessHandle handle = GetResource(index)->GetProcess();
568 base::ProcessHandle handle = GetResource(index)->GetProcess();
599 base::ProcessHandle handle = GetResource(index)->GetProcess();
603 GetWinGDIHandles(GetResource(index)->GetProcess(),
619 base::ProcessHandle handle = GetResource(index)->GetProcess();
623 GetWinUSERHandles(GetResource(index)->GetProcess(),
    [all...]
browser_process_resource_provider.h 40 virtual base::ProcessHandle GetProcess() const OVERRIDE;
renderer_resource.h 28 virtual base::ProcessHandle GetProcess() const OVERRIDE;
notification_resource_provider.cc 34 virtual base::ProcessHandle GetProcess() const OVERRIDE;
90 base::ProcessHandle NotificationResource::GetProcess() const {
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_geolocation_permission_context.cc 53 DCHECK(rvh->GetProcess()->IsGuest());
85 DCHECK(rvh->GetProcess()->IsGuest());
  /external/chromium_org/content/browser/loader/
render_view_host_tracker.cc 35 int child_id = rvh->GetProcess()->GetID();
62 int child_id = rvh->GetProcess()->GetID();
  /external/chromium_org/chrome/browser/extensions/
message_handler.cc 48 render_view_host()->GetProcess()->GetBrowserContext());
extension_renderer_state.cc 45 host->GetProcess()->GetID(), host->GetRoutingID()));
109 host->GetProcess()->GetID(), host->GetRoutingID(),
130 host->GetProcess()->GetID(), host->GetRoutingID(),
149 host->GetProcess()->GetID(), host->GetRoutingID(),
  /external/chromium_org/content/public/browser/
site_instance.h 70 // This may return true before the first call to GetProcess(), in cases where
83 virtual content::RenderProcessHost* GetProcess() = 0;
  /external/chromium_org/apps/
app_window_contents.cc 52 if (web_contents_->GetRenderViewHost()->GetProcess()->GetID() ==
57 << web_contents_->GetRenderViewHost()->GetProcess()->GetID()
174 rvh->GetProcess()->GetID(), rvh->GetRoutingID()));
  /external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle_unittest.cc 253 web_contents()->GetRenderViewHost()->GetProcess()->GetID(),
318 web_contents()->GetRenderViewHost()->GetProcess()->GetID(),
383 web_contents()->GetRenderViewHost()->GetProcess()->GetID(),
411 web_contents()->GetRenderViewHost()->GetProcess()->GetID(),
439 web_contents()->GetRenderViewHost()->GetProcess()->GetID(),
467 web_contents()->GetRenderViewHost()->GetProcess()->GetID(),
  /external/chromium_org/content/browser/devtools/
render_view_devtools_agent_host.cc 106 if (!widgets[i]->GetProcess()->HasConnection())
189 render_view_host_->GetProcess()->GetID());
201 RenderProcessHost* render_process_host = render_view_host_->GetProcess();
207 if (rvh && rvh->GetProcess() == render_process_host)
  /external/chromium_org/content/browser/download/
download_request_handle.cc 51 RenderProcessHost* rph = rvh->GetProcess();
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.h 43 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;
task_manager.cc 173 return base::GetProcId(resources_[index]->GetProcess());
238 GroupMap::const_iterator iter = group_map_.find(resource->GetProcess());
265 group_map_.find(resource->GetProcess());
331 int proc1_id = base::GetProcId(resources_[row1]->GetProcess());
332 int proc2_id = base::GetProcId(resources_[row2]->GetProcess());
371 return resources_[index]->GetProcess();
399 cpu_usage_map_.find(resource->GetProcess());
406 base::ProcessHandle handle = resources_[index]->GetProcess();
422 base::ProcessHandle handle = resources_[index]->GetProcess();
558 base::ProcessHandle process = resource->GetProcess();
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_policy.cc 98 site_instance->GetProcess()->id());
150 site_instance->GetProcess()->id())) {
  /external/chromium_org/content/browser/ssl/
ssl_policy.cc 89 site_instance->GetProcess()->GetID());
134 entry->GetURL().host(), site_instance->GetProcess()->GetID())) {

Completed in 853 milliseconds

1 2 3 4 5 6