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

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service.h 66 virtual void SetProfilePath(const base::FilePath& profile_path) = 0;
app_list_service_views.cc 40 SetProfilePath(requested_profile->GetPath());
app_list_service_disabled.cc 32 virtual void SetProfilePath(const base::FilePath& profile_path) OVERRIDE {}
app_list_service_impl.h 46 virtual void SetProfilePath(const base::FilePath& profile_path) OVERRIDE;
app_list_controller_delegate_impl.cc 121 service_->SetProfilePath(profile_path);
app_list_service_unittest.cc 159 service_->SetProfilePath(profile2_->GetPath());
164 service_->SetProfilePath(profile1_->GetPath());
app_list_service_impl.cc 279 void AppListServiceImpl::SetProfilePath(const base::FilePath& profile_path) {
325 SetProfilePath(initial_profile->GetPath());
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 395 app_list_service->SetProfilePath(profile_file_path);

Completed in 274 milliseconds