ProfilerControllerImpl   21 content/browser/profiler_controller_impl.cc   return ProfilerControllerImpl::GetInstance();
ProfilerControllerImpl   24 content/browser/profiler_controller_impl.cc ProfilerControllerImpl* ProfilerControllerImpl::GetInstance() {
ProfilerControllerImpl   25 content/browser/profiler_controller_impl.cc   return Singleton<ProfilerControllerImpl>::get();
ProfilerControllerImpl   28 content/browser/profiler_controller_impl.cc ProfilerControllerImpl::ProfilerControllerImpl() : subscriber_(NULL) {
ProfilerControllerImpl   31 content/browser/profiler_controller_impl.cc ProfilerControllerImpl::~ProfilerControllerImpl() {
ProfilerControllerImpl   34 content/browser/profiler_controller_impl.cc void ProfilerControllerImpl::OnPendingProcesses(int sequence_number,
ProfilerControllerImpl   42 content/browser/profiler_controller_impl.cc void ProfilerControllerImpl::OnProfilerDataCollected(
ProfilerControllerImpl   49 content/browser/profiler_controller_impl.cc         base::Bind(&ProfilerControllerImpl::OnProfilerDataCollected,
ProfilerControllerImpl   64 content/browser/profiler_controller_impl.cc void ProfilerControllerImpl::Register(ProfilerSubscriber* subscriber) {
ProfilerControllerImpl   70 content/browser/profiler_controller_impl.cc void ProfilerControllerImpl::Unregister(const ProfilerSubscriber* subscriber) {
ProfilerControllerImpl   75 content/browser/profiler_controller_impl.cc void ProfilerControllerImpl::GetProfilerDataFromChildProcesses(
ProfilerControllerImpl   97 content/browser/profiler_controller_impl.cc           &ProfilerControllerImpl::OnPendingProcesses,
ProfilerControllerImpl  104 content/browser/profiler_controller_impl.cc void ProfilerControllerImpl::GetProfilerData(int sequence_number) {
ProfilerControllerImpl  121 content/browser/profiler_controller_impl.cc       base::Bind(&ProfilerControllerImpl::GetProfilerDataFromChildProcesses,
ProfilerControllerImpl   21 content/browser/profiler_controller_impl.h class ProfilerControllerImpl : public ProfilerController {
ProfilerControllerImpl   23 content/browser/profiler_controller_impl.h   static ProfilerControllerImpl* GetInstance();
ProfilerControllerImpl   27 content/browser/profiler_controller_impl.h   ProfilerControllerImpl();
ProfilerControllerImpl   28 content/browser/profiler_controller_impl.h   virtual ~ProfilerControllerImpl();
ProfilerControllerImpl   50 content/browser/profiler_controller_impl.h   friend struct DefaultSingletonTraits<ProfilerControllerImpl>;
ProfilerControllerImpl   57 content/browser/profiler_controller_impl.h   DISALLOW_COPY_AND_ASSIGN(ProfilerControllerImpl);
ProfilerControllerImpl   44 content/browser/profiler_message_filter.cc   ProfilerControllerImpl::GetInstance()->OnProfilerDataCollected(