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

  /external/chromium_org/chrome/browser/profiles/
profile_android.h 21 static Profile* FromProfileAndroid(jobject obj);
profile_android.cc 33 Profile* ProfileAndroid::FromProfileAndroid(jobject 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/android/
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));
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 983 milliseconds