BrowserProcessPlatformPart 113 chrome/browser/browser_process.h virtual BrowserProcessPlatformPart* platform_part() = 0; BrowserProcessPlatformPart 160 chrome/browser/browser_process_impl.cc platform_part_.reset(new BrowserProcessPlatformPart()); BrowserProcessPlatformPart 470 chrome/browser/browser_process_impl.cc BrowserProcessPlatformPart* BrowserProcessImpl::platform_part() { BrowserProcessPlatformPart 83 chrome/browser/browser_process_impl.h virtual BrowserProcessPlatformPart* platform_part() OVERRIDE; BrowserProcessPlatformPart 284 chrome/browser/browser_process_impl.h scoped_ptr<BrowserProcessPlatformPart> platform_part_; BrowserProcessPlatformPart 10 chrome/browser/browser_process_platform_part_android.cc BrowserProcessPlatformPart::BrowserProcessPlatformPart() { BrowserProcessPlatformPart 15 chrome/browser/browser_process_platform_part_android.cc BrowserProcessPlatformPart::~BrowserProcessPlatformPart() { BrowserProcessPlatformPart 18 chrome/browser/browser_process_platform_part_android.cc void BrowserProcessPlatformPart::AttemptExit() { BrowserProcessPlatformPart 11 chrome/browser/browser_process_platform_part_android.h class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase { BrowserProcessPlatformPart 13 chrome/browser/browser_process_platform_part_android.h BrowserProcessPlatformPart(); BrowserProcessPlatformPart 14 chrome/browser/browser_process_platform_part_android.h virtual ~BrowserProcessPlatformPart(); BrowserProcessPlatformPart 20 chrome/browser/browser_process_platform_part_android.h DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPart); BrowserProcessPlatformPart 24 chrome/browser/browser_process_platform_part_aurawin.cc BrowserProcessPlatformPart::BrowserProcessPlatformPart() { BrowserProcessPlatformPart 32 chrome/browser/browser_process_platform_part_aurawin.cc BrowserProcessPlatformPart::~BrowserProcessPlatformPart() { BrowserProcessPlatformPart 35 chrome/browser/browser_process_platform_part_aurawin.cc void BrowserProcessPlatformPart::OnMetroViewerProcessTerminated() { BrowserProcessPlatformPart 39 chrome/browser/browser_process_platform_part_aurawin.cc void BrowserProcessPlatformPart::PlatformSpecificCommandLineProcessing( BrowserProcessPlatformPart 61 chrome/browser/browser_process_platform_part_aurawin.cc void BrowserProcessPlatformPart::Observe( BrowserProcessPlatformPart 16 chrome/browser/browser_process_platform_part_aurawin.h class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase, BrowserProcessPlatformPart 19 chrome/browser/browser_process_platform_part_aurawin.h BrowserProcessPlatformPart(); BrowserProcessPlatformPart 20 chrome/browser/browser_process_platform_part_aurawin.h virtual ~BrowserProcessPlatformPart(); BrowserProcessPlatformPart 41 chrome/browser/browser_process_platform_part_aurawin.h DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPart); BrowserProcessPlatformPart 16 chrome/browser/browser_process_platform_part_chromeos.cc BrowserProcessPlatformPart::BrowserProcessPlatformPart() BrowserProcessPlatformPart 20 chrome/browser/browser_process_platform_part_chromeos.cc BrowserProcessPlatformPart::~BrowserProcessPlatformPart() { BrowserProcessPlatformPart 23 chrome/browser/browser_process_platform_part_chromeos.cc void BrowserProcessPlatformPart::InitializeAutomaticRebootManager() { BrowserProcessPlatformPart 30 chrome/browser/browser_process_platform_part_chromeos.cc void BrowserProcessPlatformPart::ShutdownAutomaticRebootManager() { BrowserProcessPlatformPart 35 chrome/browser/browser_process_platform_part_chromeos.cc BrowserProcessPlatformPart::oom_priority_manager() { BrowserProcessPlatformPart 42 chrome/browser/browser_process_platform_part_chromeos.cc chromeos::ProfileHelper* BrowserProcessPlatformPart::profile_helper() { BrowserProcessPlatformPart 50 chrome/browser/browser_process_platform_part_chromeos.cc BrowserProcessPlatformPart::browser_policy_connector_chromeos() { BrowserProcessPlatformPart 55 chrome/browser/browser_process_platform_part_chromeos.cc void BrowserProcessPlatformPart::StartTearDown() { BrowserProcessPlatformPart 60 chrome/browser/browser_process_platform_part_chromeos.cc BrowserProcessPlatformPart::CreateBrowserPolicyConnector() { BrowserProcessPlatformPart 65 chrome/browser/browser_process_platform_part_chromeos.cc void BrowserProcessPlatformPart::CreateProfileHelper() { BrowserProcessPlatformPart 29 chrome/browser/browser_process_platform_part_chromeos.h class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase, BrowserProcessPlatformPart 32 chrome/browser/browser_process_platform_part_chromeos.h BrowserProcessPlatformPart(); BrowserProcessPlatformPart 33 chrome/browser/browser_process_platform_part_chromeos.h virtual ~BrowserProcessPlatformPart(); BrowserProcessPlatformPart 69 chrome/browser/browser_process_platform_part_chromeos.h DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPart); BrowserProcessPlatformPart 17 chrome/browser/browser_process_platform_part_mac.h class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase { BrowserProcessPlatformPart 19 chrome/browser/browser_process_platform_part_mac.h BrowserProcessPlatformPart(); BrowserProcessPlatformPart 20 chrome/browser/browser_process_platform_part_mac.h virtual ~BrowserProcessPlatformPart(); BrowserProcessPlatformPart 33 chrome/browser/browser_process_platform_part_mac.h DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPart); BrowserProcessPlatformPart 212 chrome/test/base/testing_browser_process.cc BrowserProcessPlatformPart* TestingBrowserProcess::platform_part() { BrowserProcessPlatformPart 79 chrome/test/base/testing_browser_process.h virtual BrowserProcessPlatformPart* platform_part() OVERRIDE; BrowserProcessPlatformPart 172 chrome/test/base/testing_browser_process.h scoped_ptr<BrowserProcessPlatformPart> platform_part_; BrowserProcessPlatformPart 13 chrome/test/base/testing_browser_process_platform_part.h class TestingBrowserProcessPlatformPart : public BrowserProcessPlatformPart {