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

  /external/chromium_org/chrome/browser/
browser_process_platform_part_base.h 14 class BrowserProcessPlatformPartBase {
16 BrowserProcessPlatformPartBase();
17 virtual ~BrowserProcessPlatformPartBase();
34 DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPartBase);
browser_process_platform_part_base.cc 9 BrowserProcessPlatformPartBase::BrowserProcessPlatformPartBase() {
12 BrowserProcessPlatformPartBase::~BrowserProcessPlatformPartBase() {
15 void BrowserProcessPlatformPartBase::PlatformSpecificCommandLineProcessing(
19 void BrowserProcessPlatformPartBase::StartTearDown() {
22 void BrowserProcessPlatformPartBase::AttemptExit() {
33 void BrowserProcessPlatformPartBase::PreMainMessageLoopRun() {

Completed in 726 milliseconds