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

  /external/chromium_org/chrome/browser/ui/app_list/
profile_store.h 26 virtual Profile* GetProfileByPath(const base::FilePath& path) = 0;
profile_loader.cc 35 Profile* profile = profile_store_->GetProfileByPath(profile_file_path);
app_list_service_impl.cc 125 virtual Profile* GetProfileByPath(const base::FilePath& path) OVERRIDE {
126 return profile_manager_->GetProfileByPath(path);
app_list_view_delegate.cc 242 g_browser_process->profile_manager()->GetProfileByPath(profile_path);
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile_store.cc 42 Profile* profile = GetProfileByPath(path);
50 Profile* FakeProfileStore::GetProfileByPath(
fake_profile_store.h 27 virtual Profile* GetProfileByPath(const base::FilePath& path) OVERRIDE;
  /external/chromium_org/chrome/browser/sync/glue/
sync_start_util.cc 27 Profile* p = profile_manager->GetProfileByPath(profile);
  /external/chromium_org/chrome/browser/ui/webui/options/
managed_user_create_confirm_handler.cc 74 GetProfileByPath(profile_file_path);
create_profile_handler.cc 306 Profile* new_profile = manager->GetProfileByPath(profile_path_being_created_);
  /external/chromium_org/chrome/browser/metrics/
extensions_metrics_provider.cc 67 cached_profile_ = profile_manager->GetProfileByPath(
  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_sync_observer.cc 44 return profile_manager->GetProfileByPath(profile_path);
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.cc 177 if (!profile_manager->GetProfileByPath(GetSigninProfileDir())) {
  /external/chromium_org/chrome/browser/profiles/
avatar_menu.cc 150 Profile* profile = g_browser_process->profile_manager()->GetProfileByPath(
profile_manager.cc 361 Profile* profile = GetProfileByPath(profile_dir);
562 Profile* ProfileManager::GetProfileByPath(const base::FilePath& path) const {
637 Profile* profile = GetProfileByPath(profile_dir);
826 CHECK(!GetProfileByPath(default_profile_dir))
    [all...]
profile_manager.h 123 Profile* GetProfileByPath(const base::FilePath& path) const;
profile_window.cc 263 Profile* profile = profile_manager->GetProfileByPath(
profile_shortcut_manager_win.cc 146 g_browser_process->profile_manager()->GetProfileByPath(profile_path);
    [all...]
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser_delegate_impl.cc 299 Profile* profile = profile_manager_->GetProfileByPath(profile_directory);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_browsertest_win.cc 219 CreateBrowser(profile_manager->GetProfileByPath(path_profile2));
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.cc 139 Profile* profile = profile_manager->GetProfileByPath(full_path);
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 86 g_browser_process->profile_manager()->GetProfileByPath(profile_path);
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 708 Profile* profile = profile_manager->GetProfileByPath(profile_path);
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 141 ->GetProfileByPath(info_cache.GetPathOfProfileAtIndex(profile_index));

Completed in 331 milliseconds