Searched refs:BrowserProcessPlatformPart (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dbrowser_process_platform_part_android.cc10 BrowserProcessPlatformPart::BrowserProcessPlatformPart() { function in class:BrowserProcessPlatformPart
15 BrowserProcessPlatformPart::~BrowserProcessPlatformPart() {
18 void BrowserProcessPlatformPart::AttemptExit() {
H A Dbrowser_process_platform_part_android.h11 class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase { class in inherits:BrowserProcessPlatformPartBase
13 BrowserProcessPlatformPart();
14 virtual ~BrowserProcessPlatformPart();
20 DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPart);
H A Dbrowser_process_platform_part_chromeos.cc16 BrowserProcessPlatformPart::BrowserProcessPlatformPart() function in class:BrowserProcessPlatformPart
20 BrowserProcessPlatformPart::~BrowserProcessPlatformPart() {
23 void BrowserProcessPlatformPart::InitializeAutomaticRebootManager() {
30 void BrowserProcessPlatformPart::ShutdownAutomaticRebootManager() {
35 BrowserProcessPlatformPart::oom_priority_manager() {
42 chromeos::ProfileHelper* BrowserProcessPlatformPart::profile_helper() {
50 BrowserProcessPlatformPart::browser_policy_connector_chromeos() {
55 void BrowserProcessPlatformPart
[all...]
H A Dbrowser_process_platform_part_mac.h17 class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase { class in inherits:BrowserProcessPlatformPartBase
19 BrowserProcessPlatformPart();
20 virtual ~BrowserProcessPlatformPart();
33 DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPart);
H A Dbrowser_process_platform_part_aurawin.h16 class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase, class in inherits:BrowserProcessPlatformPartBase,content::NotificationObserver
19 BrowserProcessPlatformPart();
20 virtual ~BrowserProcessPlatformPart();
41 DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPart);
H A Dbrowser_process_platform_part.h10 // Include the appropriate BrowserProcessPlatformPart based on the platform.
21 typedef BrowserProcessPlatformPartBase BrowserProcessPlatformPart; typedef
H A Dbrowser_process_platform_part_aurawin.cc24 BrowserProcessPlatformPart::BrowserProcessPlatformPart() { function in class:BrowserProcessPlatformPart
32 BrowserProcessPlatformPart::~BrowserProcessPlatformPart() {
35 void BrowserProcessPlatformPart::OnMetroViewerProcessTerminated() {
39 void BrowserProcessPlatformPart::PlatformSpecificCommandLineProcessing(
61 void BrowserProcessPlatformPart::Observe(
H A Dbrowser_process_platform_part_chromeos.h29 class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase, class in inherits:BrowserProcessPlatformPartBase,base::NonThreadSafe
32 BrowserProcessPlatformPart();
33 virtual ~BrowserProcessPlatformPart();
69 DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPart);
H A Dbrowser_process_impl.h89 virtual BrowserProcessPlatformPart* platform_part() OVERRIDE;
283 scoped_ptr<BrowserProcessPlatformPart> platform_part_;
H A Dbrowser_process.h125 virtual BrowserProcessPlatformPart* platform_part() = 0;
H A Dbrowser_process_impl.cc170 platform_part_.reset(new BrowserProcessPlatformPart());
489 BrowserProcessPlatformPart* BrowserProcessImpl::platform_part() {
/external/chromium_org/chrome/test/base/
H A Dtesting_browser_process_platform_part.h11 // BrowserProcessPlatformPart except it doesn't have an OomPriorityManager on
13 class TestingBrowserProcessPlatformPart : public BrowserProcessPlatformPart {
19 // Overridden from BrowserProcessPlatformPart:
H A Dtesting_browser_process.h84 virtual BrowserProcessPlatformPart* platform_part() OVERRIDE;
180 scoped_ptr<BrowserProcessPlatformPart> platform_part_;
H A Dtesting_browser_process.cc219 BrowserProcessPlatformPart* TestingBrowserProcess::platform_part() {

Completed in 138 milliseconds