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

  /external/chromium_org/chrome/android/shell/
chrome_main_delegate_chrome_shell_android.cc 13 ChromeMainDelegateAndroid* ChromeMainDelegateAndroid::Create() {
26 return ChromeMainDelegateAndroid::BasicStartupComplete(exit_code);
chrome_main_delegate_chrome_shell_android.h 10 class ChromeMainDelegateChromeShellAndroid : public ChromeMainDelegateAndroid {
  /external/chromium_org/chrome/app/android/
chrome_android_initializer.h 10 class ChromeMainDelegateAndroid;
12 jint RunChrome(JavaVM* vm, ChromeMainDelegateAndroid* main_delegate);
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 15 // ChromeMainDelegateAndroid is created when the library is loaded. It is always
18 ChromeMainDelegateAndroid::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::RegisterApplicationNativeMethods(JNIEnv* env)
    [all...]
chrome_jni_onload.cc 16 return RunChrome(vm, ChromeMainDelegateAndroid::Create());
chrome_android_initializer.cc 15 jint RunChrome(JavaVM* vm, ChromeMainDelegateAndroid* main_delegate) {
  /external/chromium_org/chrome/android/sync_shell/
chrome_main_delegate_chrome_sync_shell_android.cc 14 ChromeMainDelegateAndroid* ChromeMainDelegateAndroid::Create() {
29 return ChromeMainDelegateAndroid::RegisterApplicationNativeMethods(env) &&
36 return ChromeMainDelegateAndroid::BasicStartupComplete(exit_code);
chrome_main_delegate_chrome_sync_shell_android.h 11 : public ChromeMainDelegateAndroid {

Completed in 251 milliseconds