Searched defs:GetResumeCount (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_unittest.cc181 int GetResumeCount() { function in class:content::DownloadItemTest::MockObserver
432 ASSERT_EQ(0, observer.GetResumeCount());
456 ASSERT_EQ(0, observer.GetResumeCount());
488 ASSERT_EQ(0, observer.GetResumeCount());
544 ASSERT_EQ(i, observer.GetResumeCount());
/external/lldb/source/API/
H A DSBTarget.cpp234 SBLaunchInfo::GetResumeCount () function in class:SBLaunchInfo
236 return m_opaque_sp->GetResumeCount();
327 SBAttachInfo::GetResumeCount () function in class:SBAttachInfo
329 return m_opaque_sp->GetResumeCount();
/external/lldb/include/lldb/Target/
H A DProcess.h737 GetResumeCount () const function in class:lldb_private::ProcessLaunchInfo
855 SetResumeCount (launch_info.GetResumeCount());
895 GetResumeCount () const function in class:lldb_private::ProcessAttachInfo

Completed in 321 milliseconds