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

  /external/chromium_org/chrome/app/android/
chrome_main_delegate_android.h 12 class ChromeMainDelegateAndroid : public ChromeMainDelegate {
14 static ChromeMainDelegateAndroid* Create();
21 ChromeMainDelegateAndroid();
22 virtual ~ChromeMainDelegateAndroid();
35 DISALLOW_COPY_AND_ASSIGN(ChromeMainDelegateAndroid);
chrome_main_delegate_android.cc 13 // ChromeMainDelegateAndroid is created when the library is loaded. It is always
16 ChromeMainDelegateAndroid::ChromeMainDelegateAndroid() {
19 ChromeMainDelegateAndroid::~ChromeMainDelegateAndroid() {
22 void ChromeMainDelegateAndroid::SandboxInitialized(
27 int ChromeMainDelegateAndroid::RunProcess(
30 TRACE_EVENT0("startup", "ChromeMainDelegateAndroid::RunProcess")
42 bool ChromeMainDelegateAndroid::BasicStartupComplete(int* exit_code) {
47 bool ChromeMainDelegateAndroid::RegisterApplicationNativeMethods(JNIEnv* env)
    [all...]

Completed in 28 milliseconds