HomeSort by relevance Sort by last modified time
    Searched defs:BrowserProcessPlatformPart (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/
browser_process_platform_part_android.cc 11 BrowserProcessPlatformPart::BrowserProcessPlatformPart() {
16 BrowserProcessPlatformPart::~BrowserProcessPlatformPart() {
19 void BrowserProcessPlatformPart::AttemptExit() {
browser_process_platform_part.h 10 // Include the appropriate BrowserProcessPlatformPart based on the platform.
21 typedef BrowserProcessPlatformPartBase BrowserProcessPlatformPart;
browser_process_platform_part_android.h 11 class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase {
13 BrowserProcessPlatformPart();
14 virtual ~BrowserProcessPlatformPart();
20 DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPart);
browser_process_platform_part_aurawin.h 14 class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase {
16 BrowserProcessPlatformPart();
17 virtual ~BrowserProcessPlatformPart();
32 DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPart);
browser_process_platform_part_aurawin.cc 15 BrowserProcessPlatformPart::BrowserProcessPlatformPart() {
18 BrowserProcessPlatformPart::~BrowserProcessPlatformPart() {
21 void BrowserProcessPlatformPart::OnMetroViewerProcessTerminated() {
25 void BrowserProcessPlatformPart::PlatformSpecificCommandLineProcessing(
47 void BrowserProcessPlatformPart::AttemptExit() {
browser_process_platform_part_chromeos.cc 14 BrowserProcessPlatformPart::BrowserProcessPlatformPart()
18 BrowserProcessPlatformPart::~BrowserProcessPlatformPart() {
21 void BrowserProcessPlatformPart::InitializeAutomaticRebootManager() {
28 void BrowserProcessPlatformPart::ShutdownAutomaticRebootManager() {
33 BrowserProcessPlatformPart::oom_priority_manager() {
40 chromeos::ProfileHelper* BrowserProcessPlatformPart::profile_helper() {
47 void BrowserProcessPlatformPart::CreateProfileHelper() {
53 void BrowserProcessPlatformPart::StartTearDown()
    [all...]
browser_process_platform_part_mac.h 18 class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase {
20 BrowserProcessPlatformPart();
21 virtual ~BrowserProcessPlatformPart();
34 DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPart);
browser_process_platform_part_chromeos.h 24 class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase,
27 BrowserProcessPlatformPart();
28 virtual ~BrowserProcessPlatformPart();
59 DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPart);

Completed in 546 milliseconds