HomeSort by relevance Sort by last modified time
    Searched defs:profile_info_cache (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/notifications/
notification_ui_manager_desktop.cc 12 #include "chrome/browser/profiles/profile_info_cache.h"
17 ProfileInfoCache* profile_info_cache = local
20 new MessageCenterSettingsController(profile_info_cache));
  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 11 #include "chrome/browser/profiles/profile_info_cache.h"
193 ProfileInfoCache* TestingProfileManager::profile_info_cache() { function in class:TestingProfileManager
  /external/chromium_org/chrome/browser/ui/webui/options/
options_ui_browsertest.cc 227 ProfileInfoCache& profile_info_cache = local
231 EXPECT_TRUE(profile_info_cache.GetIndexOfProfileWithPath(profile_dir) !=
252 EXPECT_TRUE(profile_info_cache.GetIndexOfProfileWithPath(profile_dir) ==

Completed in 216 milliseconds