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

  /external/chromium_org/chrome/browser/profiles/
profile_android.cc 19 ProfileAndroid* ProfileAndroid::FromProfile(Profile* profile) {
23 ProfileAndroid* profile_android = static_cast<ProfileAndroid*>(
26 profile_android = new ProfileAndroid(profile);
33 Profile* ProfileAndroid::FromProfileAndroid(jobject obj) {
37 ProfileAndroid* profile_android = reinterpret_cast<ProfileAndroid*>(
45 bool ProfileAndroid::RegisterProfileAndroid(JNIEnv* env) {
50 jobject ProfileAndroid::GetLastUsedProfile(JNIEnv* env, jclass clazz)
    [all...]
profile_android.h 18 class ProfileAndroid : public base::SupportsUserData::Data {
20 static ProfileAndroid* FromProfile(Profile* profile);
26 explicit ProfileAndroid(Profile* profile);
27 virtual ~ProfileAndroid();
  /external/chromium_org/chrome/browser/android/signin/
account_management_screen_helper.cc 19 DCHECK(ProfileAndroid::FromProfile(profile));
24 ProfileAndroid::FromProfile(profile)->GetJavaObject().obj(),
  /external/chromium_org/chrome/browser/android/omnibox/
answers_image_bridge.cc 58 Profile* profile = ProfileAndroid::FromProfileAndroid(java_profile);
70 Profile* profile = ProfileAndroid::FromProfileAndroid(java_profile);
omnibox_prerender.cc 43 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android);
57 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android);
72 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android);
autocomplete_controller_android.cc 515 Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile);
  /external/chromium_org/chrome/browser/prerender/
external_prerender_handler_android.cc 33 Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile);
79 Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile);
95 Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile);
  /external/chromium_org/chrome/browser/android/profiles/
profile_downloader_android.cc 113 Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile);
129 Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile);
155 Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile);
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_base.cc 39 ProfileAndroid* profile_android = ProfileAndroid::FromProfile(GetProfile());
  /external/chromium_org/chrome/browser/android/
chrome_jni_registrar.cc 159 { "ProfileAndroid", ProfileAndroid::RegisterProfileAndroid },
favicon_helper.cc 108 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile);
146 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile);
181 Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile);
logo_bridge.cc 90 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile);
new_tab_page_prefs.cc 21 new NewTabPagePrefs(ProfileAndroid::FromProfileAndroid(profile));
recently_closed_tabs_bridge.cc 162 ProfileAndroid::FromProfileAndroid(jprofile));
tab_android.cc 366 ProfileAndroid* profile_android = ProfileAndroid::FromProfile(profile);
foreign_session_helper.cc 142 ProfileAndroid::FromProfileAndroid(profile));
most_visited_sites.cc 485 new MostVisitedSites(ProfileAndroid::FromProfileAndroid(jprofile));
  /external/chromium_org/chrome/browser/android/bookmarks/
bookmarks_bridge.cc 42 profile_ = ProfileAndroid::FromProfileAndroid(j_profile);
  /external/chromium_org/chrome/browser/signin/
android_profile_oauth2_token_service.cc 66 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android);

Completed in 135 milliseconds