Searched refs:GetLastUsedProfile (Results 1 - 25 of 30) sorted by relevance

12

/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_android.h24 static jobject GetLastUsedProfile(JNIEnv* env, jclass clazz);
H A Davatar_menu_actions_desktop.cc43 const Browser::CreateParams params(ProfileManager::GetLastUsedProfile(),
H A Dprofile_manager_browsertest.cc160 Profile* last_used = ProfileManager::GetLastUsedProfile();
210 Profile* last_used = ProfileManager::GetLastUsedProfile();
227 IN_PROC_BROWSER_TEST_F(ProfileManagerCrOSBrowserTest, GetLastUsedProfile) {
229 Profile* last_used_profile = ProfileManager::GetLastUsedProfile();
H A Dprofile_manager.h50 static Profile* GetLastUsedProfile();
52 // Same as GetLastUsedProfile() but returns the incognito Profile if
102 Profile* GetLastUsedProfile(const base::FilePath& user_data_dir);
H A Davatar_menu.cc191 active_profile = ProfileManager::GetLastUsedProfile();
H A Dprofiles_state.cc160 Profile* active_profile = ProfileManager::GetLastUsedProfile();
H A Dprofile_manager_unittest.cc446 Profile* last_used_profile = ProfileManager::GetLastUsedProfile();
563 // On CrOS, profile returned by GetLastUsedProfile is a singin profile that
782 Profile* last_used_profile = profile_manager->GetLastUsedProfile();
789 last_used_profile = profile_manager->GetLastUsedProfile();
794 last_used_profile = profile_manager->GetLastUsedProfile();
899 EXPECT_EQ(dest_path2, profile_manager->GetLastUsedProfile()->GetPath());
935 EXPECT_EQ(dest_path2, profile_manager->GetLastUsedProfile()->GetPath());
1235 EXPECT_EQ(dest_path2, profile_manager->GetLastUsedProfile()->GetPath());
1296 EXPECT_EQ(dest_path3, profile_manager->GetLastUsedProfile()->GetPath());
/external/chromium_org/chrome/browser/extensions/api/feedback_private/
H A Dfeedback_service_nonchromeos.cc44 Profile* profile = ProfileManager::GetLastUsedProfile();
/external/chromium_org/chrome/browser/android/
H A Dcontent_view_util.cc17 Profile* profile = g_browser_process->profile_manager()->GetLastUsedProfile();
H A Dpassword_ui_view_android.cc29 return ProfileManager::GetLastUsedProfile();
H A Ddev_tools_server.cc125 ProfileManager::GetLastUsedProfile()->GetOriginalProfile();
H A Ddev_tools_manager_delegate_android.cc339 Profile* profile = ProfileManager::GetLastUsedProfile()->GetOriginalProfile();
/external/chromium_org/chrome/browser/dom_distiller/
H A Dtab_utils_android.cc35 Profile* profile = ProfileManager::GetLastUsedProfile();
/external/chromium_org/chrome/browser/status_icons/
H A Ddesktop_notification_balloon.cc83 profile = ProfileManager::GetLastUsedProfile();
/external/chromium_org/chrome/browser/devtools/
H A Dchrome_devtools_manager_delegate.cc65 chrome::NavigateParams params(ProfileManager::GetLastUsedProfile(),
/external/chromium_org/chrome/browser/ui/android/
H A Dnavigation_popup.cc42 Profile* profile = g_browser_process->profile_manager()->GetLastUsedProfile();
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dautomation_manager_ash.cc54 context = g_browser_process->profile_manager()->GetLastUsedProfile();
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dprinter_service_provider.cc69 Profile* profile = ProfileManager::GetLastUsedProfile();
/external/chromium_org/chrome/browser/extensions/api/experience_sampling_private/
H A Dexperience_sampling.cc41 profile = g_browser_process->profile_manager()->GetLastUsedProfile();
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_interactive_uitest.cc243 CreateBrowser(profile_manager->GetLastUsedProfile());
261 CreateBrowser(profile_manager->GetLastUsedProfile());
/external/chromium_org/chrome/browser/history/android/
H A Dbookmark_model_sql_handler.cc87 Profile* profile = ProfileManager::GetLastUsedProfile();
H A Dbookmark_model_sql_handler_unittest.cc44 // could be found by ProfileManager::GetLastUsedProfile().
54 Profile* profile = ProfileManager::GetLastUsedProfile();
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_linux.cc135 ProfileManager::GetLastUsedProfile(),
H A Dsystem_tray_delegate_win.cc132 ProfileManager::GetLastUsedProfile(),

Completed in 360 milliseconds

12