ProfileAndroid 40 chrome/browser/android/bookmarks/bookmarks_bridge.cc profile_ = ProfileAndroid::FromProfileAndroid(j_profile); ProfileAndroid 146 chrome/browser/android/chrome_jni_registrar.cc { "ProfileAndroid", ProfileAndroid::RegisterProfileAndroid }, ProfileAndroid 80 chrome/browser/android/favicon_helper.cc Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); ProfileAndroid 115 chrome/browser/android/favicon_helper.cc Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile); ProfileAndroid 142 chrome/browser/android/foreign_session_helper.cc ProfileAndroid::FromProfileAndroid(profile)); ProfileAndroid 259 chrome/browser/android/most_visited_sites.cc new MostVisitedSites(ProfileAndroid::FromProfileAndroid(jprofile)); ProfileAndroid 21 chrome/browser/android/new_tab_page_prefs.cc new NewTabPagePrefs(ProfileAndroid::FromProfileAndroid(profile)); ProfileAndroid 43 chrome/browser/android/omnibox/omnibox_prerender.cc Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android); ProfileAndroid 56 chrome/browser/android/omnibox/omnibox_prerender.cc Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android); ProfileAndroid 71 chrome/browser/android/omnibox/omnibox_prerender.cc Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android); ProfileAndroid 112 chrome/browser/android/profiles/profile_downloader_android.cc Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile); ProfileAndroid 131 chrome/browser/android/profiles/profile_downloader_android.cc Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile); ProfileAndroid 153 chrome/browser/android/profiles/profile_downloader_android.cc Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile); ProfileAndroid 162 chrome/browser/android/recently_closed_tabs_bridge.cc ProfileAndroid::FromProfileAndroid(jprofile)); ProfileAndroid 17 chrome/browser/android/signin/account_management_screen_helper.cc DCHECK(ProfileAndroid::FromProfile(profile)); ProfileAndroid 22 chrome/browser/android/signin/account_management_screen_helper.cc ProfileAndroid::FromProfile(profile)->GetJavaObject().obj()); ProfileAndroid 382 chrome/browser/android/tab_android.cc ProfileAndroid* profile_android = ProfileAndroid::FromProfile(profile); ProfileAndroid 33 chrome/browser/prerender/external_prerender_handler_android.cc Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile); ProfileAndroid 79 chrome/browser/prerender/external_prerender_handler_android.cc Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile); ProfileAndroid 19 chrome/browser/profiles/profile_android.cc ProfileAndroid* ProfileAndroid::FromProfile(Profile* profile) { ProfileAndroid 23 chrome/browser/profiles/profile_android.cc ProfileAndroid* profile_android = static_cast<ProfileAndroid*>( ProfileAndroid 26 chrome/browser/profiles/profile_android.cc profile_android = new ProfileAndroid(profile); ProfileAndroid 33 chrome/browser/profiles/profile_android.cc Profile* ProfileAndroid::FromProfileAndroid(jobject obj) { ProfileAndroid 37 chrome/browser/profiles/profile_android.cc ProfileAndroid* profile_android = reinterpret_cast<ProfileAndroid*>( ProfileAndroid 45 chrome/browser/profiles/profile_android.cc bool ProfileAndroid::RegisterProfileAndroid(JNIEnv* env) { ProfileAndroid 50 chrome/browser/profiles/profile_android.cc jobject ProfileAndroid::GetLastUsedProfile(JNIEnv* env, jclass clazz) { ProfileAndroid 57 chrome/browser/profiles/profile_android.cc ProfileAndroid* profile_android = ProfileAndroid::FromProfile(profile); ProfileAndroid 68 chrome/browser/profiles/profile_android.cc return ProfileAndroid::GetLastUsedProfile(env, clazz); ProfileAndroid 71 chrome/browser/profiles/profile_android.cc ProfileAndroid::ProfileAndroid(Profile* profile) ProfileAndroid 80 chrome/browser/profiles/profile_android.cc ProfileAndroid::~ProfileAndroid() { ProfileAndroid 84 chrome/browser/profiles/profile_android.cc base::android::ScopedJavaLocalRef<jobject> ProfileAndroid::GetJavaObject() { ProfileAndroid 18 chrome/browser/profiles/profile_android.h class ProfileAndroid : public base::SupportsUserData::Data { ProfileAndroid 20 chrome/browser/profiles/profile_android.h static ProfileAndroid* FromProfile(Profile* profile); ProfileAndroid 26 chrome/browser/profiles/profile_android.h explicit ProfileAndroid(Profile* profile); ProfileAndroid 27 chrome/browser/profiles/profile_android.h virtual ~ProfileAndroid(); ProfileAndroid 63 chrome/browser/signin/android_profile_oauth2_token_service.cc Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android);