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 21 class BrowserProcessPlatformPartBase {
23 BrowserProcessPlatformPartBase();
24 virtual ~BrowserProcessPlatformPartBase();
46 DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPartBase);
browser_process_platform_part_base.cc 16 BrowserProcessPlatformPartBase::BrowserProcessPlatformPartBase() {
19 BrowserProcessPlatformPartBase::~BrowserProcessPlatformPartBase() {
22 void BrowserProcessPlatformPartBase::PlatformSpecificCommandLineProcessing(
26 void BrowserProcessPlatformPartBase::StartTearDown() {
29 void BrowserProcessPlatformPartBase::AttemptExit() {
40 void BrowserProcessPlatformPartBase::PreMainMessageLoopRun() {
45 BrowserProcessPlatformPartBase::CreateBrowserPolicyConnector() {

Completed in 303 milliseconds