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

  /external/chromium_org/chrome/browser/feedback/
show_feedback_page.cc 53 profile = ProfileManager::GetLastUsedProfileAllowedByPolicy();
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_win.cc 26 ProfileManager::GetLastUsedProfileAllowedByPolicy(),
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 413 TEST_F(ProfileManagerGuestTest, GetLastUsedProfileAllowedByPolicy) {
417 Profile* profile = profile_manager->GetLastUsedProfileAllowedByPolicy();
544 TEST_F(ProfileManagerTest, GetLastUsedProfileAllowedByPolicy) {
548 Profile* profile = profile_manager->GetLastUsedProfileAllowedByPolicy();
559 profile_manager->GetLastUsedProfileAllowedByPolicy()->IsOffTheRecord());
561 // GetLastUsedProfileAllowedByPolicy() returns the incognito Profile when
565 profile_manager->GetLastUsedProfileAllowedByPolicy()->IsOffTheRecord());
    [all...]
profile_manager.h 49 // GetLastUsedProfileAllowedByPolicy() instead.
55 static Profile* GetLastUsedProfileAllowedByPolicy();
profile_manager.cc 293 Profile* ProfileManager::GetLastUsedProfileAllowedByPolicy() {
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
task_manager.cc     [all...]

Completed in 148 milliseconds