HomeSort by relevance Sort by last modified time
    Searched refs:ProfilerControllerImpl (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/
profiler_controller_impl.h 21 class ProfilerControllerImpl : public ProfilerController {
23 static ProfilerControllerImpl* GetInstance();
27 ProfilerControllerImpl();
28 virtual ~ProfilerControllerImpl();
50 friend struct DefaultSingletonTraits<ProfilerControllerImpl>;
57 DISALLOW_COPY_AND_ASSIGN(ProfilerControllerImpl);
profiler_controller_impl.cc 21 return ProfilerControllerImpl::GetInstance();
24 ProfilerControllerImpl* ProfilerControllerImpl::GetInstance() {
25 return Singleton<ProfilerControllerImpl>::get();
28 ProfilerControllerImpl::ProfilerControllerImpl() : subscriber_(NULL) {
31 ProfilerControllerImpl::~ProfilerControllerImpl() {
34 void ProfilerControllerImpl::OnPendingProcesses(int sequence_number,
42 void ProfilerControllerImpl::OnProfilerDataCollected
    [all...]
profiler_message_filter.cc 45 ProfilerControllerImpl::GetInstance()->OnProfilerDataCollected(

Completed in 268 milliseconds