Searched defs:GetLastUsedProfile (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_android.cc50 jobject ProfileAndroid::GetLastUsedProfile(JNIEnv* env, jclass clazz) { function in class:ProfileAndroid
51 Profile* profile = ProfileManager::GetLastUsedProfile();
91 jobject GetLastUsedProfile(JNIEnv* env, jclass clazz) { function
92 return ProfileAndroid::GetLastUsedProfile(env, clazz);
H A Dprofile_manager.cc292 Profile* ProfileManager::GetLastUsedProfile() { function in class:ProfileManager
294 return profile_manager->GetLastUsedProfile(profile_manager->user_data_dir_);
299 Profile* profile = GetLastUsedProfile();
480 Profile* ProfileManager::GetLastUsedProfile( function in class:ProfileManager
487 // CrOS multi-profiles implementation is different so GetLastUsedProfile

Completed in 916 milliseconds