Searched refs:ProfilerControllerImpl (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/
H A Dprofiler_controller_impl.h21 class ProfilerControllerImpl : public ProfilerController { class in namespace:content
23 static ProfilerControllerImpl* GetInstance();
27 ProfilerControllerImpl();
28 virtual ~ProfilerControllerImpl();
50 friend struct DefaultSingletonTraits<ProfilerControllerImpl>;
57 DISALLOW_COPY_AND_ASSIGN(ProfilerControllerImpl);
H A Dprofiler_controller_impl.cc20 return ProfilerControllerImpl::GetInstance();
23 ProfilerControllerImpl* ProfilerControllerImpl::GetInstance() {
24 return Singleton<ProfilerControllerImpl>::get();
27 ProfilerControllerImpl::ProfilerControllerImpl() : subscriber_(NULL) { function in class:content::ProfilerControllerImpl
30 ProfilerControllerImpl::~ProfilerControllerImpl() {
33 void ProfilerControllerImpl::OnPendingProcesses(int sequence_number,
41 void ProfilerControllerImpl
[all...]
H A Dprofiler_message_filter.cc43 ProfilerControllerImpl::GetInstance()->OnProfilerDataCollected(

Completed in 402 milliseconds