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

  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 112 builder.SetPath(ProfileManager::GetGuestProfilePath());
148 profile_manager_->profiles_info_.erase(ProfileManager::GetGuestProfilePath());
  /external/chromium_org/chrome/browser/profiles/
profile_window.cc 229 ProfileManager::GetGuestProfilePath(),
264 ProfileManager::GetGuestProfilePath());
289 ProfileManager::GetGuestProfilePath(),
profile.cc 218 return GetPath() == ProfileManager::GetGuestProfilePath();
profile_manager.h 140 static base::FilePath GetGuestProfilePath();
profile_manager.cc 425 if (profile->GetPath() == ProfileManager::GetGuestProfilePath()) {
588 base::FilePath ProfileManager::GetGuestProfilePath() {
    [all...]
profile_manager_unittest.cc 362 TEST_F(ProfileManagerTest, GetGuestProfilePath) {
363 base::FilePath guest_path = ProfileManager::GetGuestProfilePath();
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_command_controller_unittest.cc 252 guest_builder.SetPath(ProfileManager::GetGuestProfilePath());
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 354 ProfileManager::GetGuestProfilePath());
    [all...]

Completed in 503 milliseconds