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

  /external/chromium_org/chrome/browser/profiles/
profile_loader.cc 36 Profile* profile = GetProfileByPath(profile_file_path);
52 Profile* ProfileLoader::GetProfileByPath(const base::FilePath& path) {
53 return profile_manager_->GetProfileByPath(path);
profile_loader_unittest.cc 32 MOCK_METHOD1(GetProfileByPath, Profile*(const base::FilePath&));
83 EXPECT_CALL(loader, GetProfileByPath(fake_profile_path_1))
91 EXPECT_CALL(loader, GetProfileByPath(fake_profile_path_2))
profile_loader.h 39 virtual Profile* GetProfileByPath(const base::FilePath& path);
profile_manager.cc 460 Profile* profile = GetProfileByPath(profile_dir);
550 if (GetProfileByPath(profile->GetPath())) {
577 Profile* ProfileManager::GetProfileByPath(const base::FilePath& path) const {
602 CHECK(!GetProfileByPath(default_profile_dir))
    [all...]
profile_manager.h 147 Profile* GetProfileByPath(const base::FilePath& path) const;
avatar_menu_model.cc 174 Profile* profile = g_browser_process->profile_manager()->GetProfileByPath(
profile_shortcut_manager_win.cc 232 g_browser_process->profile_manager()->GetProfileByPath(profile_path);
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_start_util.cc 27 Profile* p = profile_manager->GetProfileByPath(profile);
  /external/chromium/chrome/browser/profiles/
profile_manager.h 106 Profile* GetProfileByPath(const FilePath& path) const;
profile_manager.cc 211 Profile* profile = GetProfileByPath(profile_dir);
265 if (GetProfileByPath(profile->GetPath())) {
285 Profile* ProfileManager::GetProfileByPath(const FilePath& path) const {
  /external/chromium_org/chrome/browser/ui/webui/options/
managed_user_create_confirm_handler.cc 74 GetProfileByPath(profile_file_path);
browser_options_handler.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.cc 134 if (!profile_manager->GetProfileByPath(GetSigninProfileDir())) {
  /external/chromium_org/chrome/browser/chromeos/policy/
power_policy_browsertest.cc 189 Profile* profile = profile_manager->GetProfileByPath(
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.cc 72 Profile* profile = profile_manager->GetProfileByPath(full_path);
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 70 g_browser_process->profile_manager()->GetProfileByPath(profile_path);
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 730 Profile* profile = profile_manager->GetProfileByPath(profile_path);
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 269 milliseconds