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

/external/chromium_org/chrome/app/android/
H A Dchrome_main_delegate_android.h12 class ChromeMainDelegateAndroid : public ChromeMainDelegate { class in inherits:ChromeMainDelegate
14 static ChromeMainDelegateAndroid* Create();
21 ChromeMainDelegateAndroid();
22 virtual ~ChromeMainDelegateAndroid();
35 DISALLOW_COPY_AND_ASSIGN(ChromeMainDelegateAndroid);
H A Dchrome_main_delegate_android.cc15 // ChromeMainDelegateAndroid is created when the library is loaded. It is always
18 ChromeMainDelegateAndroid::ChromeMainDelegateAndroid() { function in class:ChromeMainDelegateAndroid
21 ChromeMainDelegateAndroid::~ChromeMainDelegateAndroid() {
24 void ChromeMainDelegateAndroid::SandboxInitialized(
29 int ChromeMainDelegateAndroid::RunProcess(
32 TRACE_EVENT0("startup", "ChromeMainDelegateAndroid::RunProcess")
54 bool ChromeMainDelegateAndroid::BasicStartupComplete(int* exit_code) {
59 bool ChromeMainDelegateAndroid
[all...]

Completed in 52 milliseconds