Searched defs:ChromeMainDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/app/
H A Dchrome_main_delegate.h21 class ChromeMainDelegate : public content::ContentMainDelegate { class in inherits:content::ContentMainDelegate
23 ChromeMainDelegate();
24 virtual ~ChromeMainDelegate();
69 DISALLOW_COPY_AND_ASSIGN(ChromeMainDelegate);
H A Dchrome_main_delegate.cc371 ChromeMainDelegate::ChromeMainDelegate() { function in class:ChromeMainDelegate
383 ChromeMainDelegate::~ChromeMainDelegate() {
386 bool ChromeMainDelegate::BasicStartupComplete(int* exit_code) {
542 void ChromeMainDelegate::InitMacCrashReporter(
638 void ChromeMainDelegate::PreSandboxStartup() {
789 void ChromeMainDelegate::SandboxInitialized(const std::string& process_type) {
802 int ChromeMainDelegate::RunProcess(
838 void ChromeMainDelegate
[all...]

Completed in 105 milliseconds