HomeSort by relevance Sort by last modified time
    Searched full:profile_android (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_android.cc 5 #include "chrome/browser/profiles/profile_android.h"
15 const char kProfileAndroidKey[] = "profile_android";
23 ProfileAndroid* profile_android = static_cast<ProfileAndroid*>(
25 if (!profile_android) {
26 profile_android = new ProfileAndroid(profile);
27 profile->SetUserData(kProfileAndroidKey, profile_android);
29 return profile_android;
37 ProfileAndroid* profile_android = reinterpret_cast<ProfileAndroid*>(
39 if (!profile_android)
41 return profile_android->profile_
57 ProfileAndroid* profile_android = ProfileAndroid::FromProfile(profile); local
    [all...]
  /external/chromium_org/chrome/browser/dom_distiller/
dom_distiller_service_factory_android.cc 10 #include "chrome/browser/profiles/profile_android.h"
  /external/chromium_org/chrome/browser/android/signin/
account_management_screen_helper.cc 10 #include "chrome/browser/profiles/profile_android.h"
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_base.cc 15 #include "chrome/browser/profiles/profile_android.h"
41 ProfileAndroid* profile_android = ProfileAndroid::FromProfile(GetProfile()); local
42 if (!profile_android)
45 return profile_android->GetJavaObject();
  /external/chromium_org/chrome/browser/android/omnibox/
answers_image_bridge.cc 16 #include "chrome/browser/profiles/profile_android.h"
omnibox_prerender.cc 13 #include "chrome/browser/profiles/profile_android.h"
autocomplete_controller_android.cc 24 #include "chrome/browser/profiles/profile_android.h"
  /external/chromium_org/chrome/browser/android/accessibility/
font_size_prefs_android.cc 10 #include "chrome/browser/profiles/profile_android.h"
  /external/chromium_org/chrome/browser/android/
logo_bridge.cc 15 #include "chrome/browser/profiles/profile_android.h"
new_tab_page_prefs.cc 12 #include "chrome/browser/profiles/profile_android.h"
recently_closed_tabs_bridge.cc 10 #include "chrome/browser/profiles/profile_android.h"
favicon_helper.cc 19 #include "chrome/browser/profiles/profile_android.h"
tab_android.cc 23 #include "chrome/browser/profiles/profile_android.h"
490 ProfileAndroid* profile_android = ProfileAndroid::FromProfile(profile);
491 if (!profile_android)
494 return profile_android->GetJavaObject();
chrome_jni_registrar.cc 52 #include "chrome/browser/profiles/profile_android.h"
foreign_session_helper.cc 14 #include "chrome/browser/profiles/profile_android.h"
most_visited_sites.cc 24 #include "chrome/browser/profiles/profile_android.h"
  /external/chromium_org/chrome/browser/prerender/
external_prerender_handler_android.cc 16 #include "chrome/browser/profiles/profile_android.h"
  /external/chromium_org/chrome/browser/android/profiles/
profile_downloader_android.cc 10 #include "chrome/browser/profiles/profile_android.h"
  /external/chromium_org/chrome/browser/signin/
android_profile_oauth2_token_service.cc 12 #include "chrome/browser/profiles/profile_android.h"
  /external/chromium_org/chrome/browser/android/bookmarks/
bookmarks_bridge.cc 16 #include "chrome/browser/profiles/profile_android.h"
    [all...]
  /external/chromium_org/chrome/
chrome_browser.gypi     [all...]

Completed in 734 milliseconds