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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/content/browser/frame_host/
render_frame_proxy_host.cc 45 : routing_id_(site_instance->GetProcess()->GetNextRoutingID()),
48 GetProcess()->AddRoute(routing_id_, this);
51 RenderFrameProxyHostID(GetProcess()->GetID(), routing_id_),
71 if (GetProcess()->HasConnection())
74 GetProcess()->RemoveRoute(routing_id_);
76 RenderFrameProxyHostID(GetProcess()->GetID(), routing_id_));
99 return GetProcess()->Send(msg);
120 if (!site_instance_->GetProcess()->Init())
123 DCHECK(GetProcess()->HasConnection());
render_frame_proxy_host.h 64 RenderProcessHost* GetProcess() {
65 return site_instance_->GetProcess();
render_frame_host_impl.cc 85 : render_process_id_(render_frame_host->GetProcess()->GetID()),
191 GetProcess()->AddRoute(routing_id_, this);
193 RenderFrameHostID(GetProcess()->GetID(), routing_id_),
196 if (GetProcess()->GetServiceRegistry()) {
198 GetProcess()->GetServiceRegistry()->ConnectToRemoteService(&setup);
208 GetProcess()->RemoveRoute(routing_id_);
210 RenderFrameHostID(GetProcess()->GetID(), routing_id_));
230 RenderProcessHost* RenderFrameHostImpl::GetProcess() {
233 return render_view_host_->GetProcess();
296 static_cast<RenderProcessHostImpl*>(GetProcess())->EnsureMojoActivated()
    [all...]
  /external/lldb/test/expression_command/formatters/
foosynth.py 25 self.lp64 = (self.valobj.GetTarget().GetProcess().GetAddressByteSize() == 8)
26 self.is_little = (self.valobj.GetTarget().GetProcess().GetByteOrder() == lldb.eByteOrderLittle)
27 self.pointer_size = self.valobj.GetTarget().GetProcess().GetAddressByteSize()
  /external/lldb/source/Target/
ThreadPlanStepOverBreakpoint.cpp 42 m_breakpoint_site_id = m_thread.GetProcess()->GetBreakpointSiteList().FindIDByAddress (m_breakpoint_addr);
99 BreakpointSiteSP bp_site_sp (m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress (m_breakpoint_addr));
101 m_thread.GetProcess()->DisableBreakpointSite (bp_site_sp.get());
142 BreakpointSiteSP bp_site_sp (m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress (m_breakpoint_addr));
145 m_thread.GetProcess()->EnableBreakpointSite (bp_site_sp.get());
StopInfo.cpp 39 m_stop_id (thread.GetProcess()->GetStopID()),
40 m_resume_id (thread.GetProcess()->GetResumeID()),
52 return thread_sp->GetProcess()->GetStopID() == m_stop_id;
62 m_stop_id = thread_sp->GetProcess()->GetStopID();
63 m_resume_id = thread_sp->GetProcess()->GetResumeID();
74 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState();
87 uint32_t curr_resume_id = thread_sp->GetProcess()->GetResumeID();
88 uint32_t last_user_expression_id = thread_sp->GetProcess()->GetLastUserExpressionResumeID ();
144 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
180 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value))
    [all...]
ThreadPlanStepThrough.cpp 59 Breakpoint *return_bp = m_thread.GetProcess()->GetTarget().CreateBreakpoint (m_backstop_addr, true).get();
90 m_sub_plan_sp = m_thread.GetProcess()->GetDynamicLoader()->GetStepThroughTrampolinePlan (m_thread, m_stop_others);
94 ObjCLanguageRuntime *objc_runtime = m_thread.GetProcess()->GetObjCLanguageRuntime();
242 m_thread.GetProcess()->GetTarget().RemoveBreakpointByID (m_backstop_bkpt_id);
274 BreakpointSiteSP cur_site_sp = m_thread.GetProcess()->GetBreakpointSiteList().FindByID(stop_value);
ThreadPlanCallUserExpression.cpp 74 DynamicCheckerFunctions *checkers = m_thread.GetProcess()->GetDynamicCheckers();
  /external/lldb/test/functionalities/command_script/
mysto.py 14 debugger.GetSelectedTarget().GetProcess().GetSelectedThread().StepOver(lldb.eOnlyThisThread)
  /external/chromium_org/chrome/browser/task_manager/
renderer_resource.cc 29 unique_process_id_ = render_view_host_->GetProcess()->GetID();
75 render_view_host_->GetProcess()->GetBrowserContext()));
78 base::ProcessHandle RendererResource::GetProcess() const {
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 180 instance->GetProcess(),
203 GetProcess()->EnableSendQueue();
217 GetProcess()->GetID(), GetRoutingID(), !is_hidden()));
234 GetProcess()->GetID(), GetRoutingID()));
267 if (!GetProcess()->Init())
269 DCHECK(GetProcess()->HasConnection());
270 DCHECK(GetProcess()->GetBrowserContext());
285 delegate_->GetRendererPrefs(GetProcess()->GetBrowserContext());
312 if (GetProcess()->IsIsolatedGuest())
322 return GetProcess()->HasConnection() && renderer_initialized_
    [all...]
  /external/chromium_org/content/browser/
security_exploit_browsertest.cc 50 EXPECT_EQ(shell->web_contents()->GetRenderViewHost()->GetProcess()->GetID(),
51 shell2->web_contents()->GetRenderViewHost()->GetProcess()->GetID());
71 EXPECT_NE(shell->web_contents()->GetRenderViewHost()->GetProcess()->GetID(),
72 pending_rvh->GetProcess()->GetID());
site_instance_impl_unittest.cc 294 // Test to ensure GetProcess returns and creates processes correctly.
295 TEST_F(SiteInstanceTest, GetProcess) {
296 // Ensure that GetProcess returns a process.
301 host1.reset(instance->GetProcess());
304 // Ensure that GetProcess creates a new process.
307 scoped_ptr<RenderProcessHost> host2(instance2->GetProcess());
455 scoped_ptr<RenderProcessHost> process_a1(site_instance_a1->GetProcess());
456 scoped_ptr<RenderProcessHost> process_a2_2(site_instance_a2_2->GetProcess());
494 scoped_ptr<RenderProcessHost> process_a1(site_instance_a1->GetProcess());
525 EXPECT_EQ(process_a1.get(), site_instance_a1_2->GetProcess());
    [all...]
  /external/lldb/test/functionalities/conditional_break/
conditional_break.py 7 process = thread.GetProcess()
  /external/lldb/source/Plugins/Process/mach-core/
ThreadMachCore.cpp 103 ProcessSP process_sp (GetProcess());
123 ProcessSP process_sp (GetProcess());
  /external/lldb/source/Plugins/Process/gdb-remote/
ThreadGDBRemote.cpp 49 ProcessSP process_sp(GetProcess());
73 ProcessSP process_sp (GetProcess());
92 ProcessSP process_sp (GetProcess());
176 ProcessSP process_sp (GetProcess());
203 ProcessSP process_sp (GetProcess());
  /external/chromium_org/chrome/browser/power/
process_power_collector_unittest.cc 69 content::MockRenderProcessHost* GetProcess(Browser* browser) {
74 ->GetProcess());
127 GetProcess(browser())->SetProcessHandle(MakeProcessHandle(1).Pass());
156 GetProcess(browser())->SetProcessHandle(MakeProcessHandle(1).Pass());
157 GetProcess(browser2.get())->SetProcessHandle(MakeProcessHandle(2).Pass());
158 GetProcess(browser3.get())->SetProcessHandle(MakeProcessHandle(3).Pass());
202 GetProcess(browser())->SetProcessHandle(MakeProcessHandle(1).Pass());
203 GetProcess(incognito_browser.get())
242 GetProcess(browser())->SetProcessHandle(MakeProcessHandle(1).Pass());
243 GetProcess(other_user.get())->SetProcessHandle(MakeProcessHandle(2).Pass())
    [all...]
  /external/chromium_org/extensions/browser/app_window/
app_window_contents.cc 49 if (web_contents_->GetRenderViewHost()->GetProcess()->GetID() ==
54 << web_contents_->GetRenderViewHost()->GetProcess()->GetID()
136 rvh->GetProcess()->GetID(), rvh->GetRoutingID()));
  /external/chromium_org/chrome/browser/notifications/
notification_object_proxy.cc 17 : render_process_id_(render_frame_host->GetProcess()->GetID()),
  /external/chromium_org/chrome/browser/profiles/
profile_destroyer_unittest.cc 79 render_process_host1.reset(instance1->GetProcess());
85 render_process_host2.reset(instance2->GetProcess());
117 render_process_host1.reset(instance1->GetProcess());
137 render_process_host2.reset(instance2->GetProcess());
  /external/chromium_org/content/public/browser/
render_frame_host.h 47 virtual RenderProcessHost* GetProcess() = 0;
site_instance.h 69 // This may return true before the first call to GetProcess(), in cases where
83 virtual content::RenderProcessHost* GetProcess() = 0;
  /external/lldb/test/python_api/default-constructor/
sb_thread.py 33 obj.GetProcess()
  /external/lldb/scripts/Python/interface/
SBCommandInterpreter.i 47 process = ci.GetProcess()
103 GetProcess ();
  /external/lldb/test/functionalities/process_attach/
TestProcessAttach.py 59 process = target.GetProcess()
76 process = target.GetProcess()

Completed in 2422 milliseconds

1 2 3 4 5 6 7 8 91011