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

  /external/chromium_org/chrome/browser/android/
content_view_util.cc 16 Profile* profile = g_browser_process->profile_manager()->GetLastUsedProfile();
dev_tools_server.cc 74 ProfileManager::GetLastUsedProfile()->GetOriginalProfile();
121 ProfileManager::GetLastUsedProfile()->GetOriginalProfile();
  /external/chromium_org/chrome/browser/automation/
automation_event_observers_chromeos.cc 37 g_browser_process->profile_manager()->GetLastUsedProfile());
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_service_nonchromeos.cc 47 Profile* profile = ProfileManager::GetLastUsedProfile();
  /external/chromium_org/chrome/browser/status_icons/
desktop_notification_balloon.cc 82 profile = ProfileManager::GetLastUsedProfile();
  /external/chromium_org/chrome/browser/ui/android/
navigation_popup.cc 43 Profile* profile = g_browser_process->profile_manager()->GetLastUsedProfile();
  /external/chromium_org/chrome/browser/chromeos/dbus/
printer_service_provider.cc 69 Profile* profile = ProfileManager::GetLastUsedProfile();
  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 108 Profile* GetLastUsedProfile(const base::FilePath& user_data_dir);
113 static Profile* GetLastUsedProfile();
115 // Same as GetLastUsedProfile() but returns the incognito Profile if
profile_manager_browsertest.cc 106 Profile* last_used = ProfileManager::GetLastUsedProfile();
155 Profile* last_used = ProfileManager::GetLastUsedProfile();
avatar_menu_model.cc 188 const Browser::CreateParams params(ProfileManager::GetLastUsedProfile(),
225 active_profile = ProfileManager::GetLastUsedProfile();
profile_manager.cc 249 Profile* ProfileManager::GetLastUsedProfile() {
251 return profile_manager->GetLastUsedProfile(profile_manager->user_data_dir_);
256 Profile* profile = GetLastUsedProfile();
347 Profile* ProfileManager::GetLastUsedProfile(
    [all...]
profile_manager_unittest.cc 658 EXPECT_EQ(dest_path2, profile_manager->GetLastUsedProfile()->GetPath());
706 EXPECT_EQ(dest_path2, profile_manager->GetLastUsedProfile()->GetPath());
770 EXPECT_EQ(dest_path3, profile_manager->GetLastUsedProfile()->GetPath());
  /external/chromium_org/chrome/browser/devtools/
browser_list_tabcontents_provider.cc 94 chrome::NewEmptyWindow(ProfileManager::GetLastUsedProfile(),
  /external/chromium_org/chrome/browser/ui/webui/task_manager/
task_manager_dialog.cc 198 ProfileManager::GetLastUsedProfile(),
  /external/chromium_org/chrome/browser/history/android/
bookmark_model_sql_handler.cc 85 Profile* profile = ProfileManager::GetLastUsedProfile();
bookmark_model_sql_handler_unittest.cc 43 // could be found by ProfileManager::GetLastUsedProfile().
53 Profile* profile = ProfileManager::GetLastUsedProfile();
android_provider_backend_unittest.cc 126 // could be found by ProfileManager::GetLastUsedProfile().
136 Profile* profile = ProfileManager::GetLastUsedProfile();
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
worker_resource_provider.cc 139 Profile* profile = ProfileManager::GetLastUsedProfile();
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views.cc 174 profile = g_browser_process->profile_manager()->GetLastUsedProfile();
  /external/chromium_org/chrome/browser/ui/webui/
feedback_ui.cc 157 Profile* profile = ProfileManager::GetLastUsedProfile();
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.cc 819 Profile* profile = g_browser_process->profile_manager()->GetLastUsedProfile(
    [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 443 Profile* profile = ProfileManager::GetLastUsedProfile();
    [all...]
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.cc     [all...]

Completed in 274 milliseconds