Searched refs:SetProfilePath (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service.h69 virtual void SetProfilePath(const base::FilePath& profile_path) = 0;
H A Dapp_list_service_disabled.cc32 virtual void SetProfilePath(const base::FilePath& profile_path) OVERRIDE {}
H A Dapp_list_service_views.cc39 SetProfilePath(requested_profile->GetPath());
H A Dapp_list_service_impl.h55 virtual void SetProfilePath(const base::FilePath& profile_path) OVERRIDE;
H A Dapp_list_controller_delegate_impl.cc122 service_->SetProfilePath(profile_path);
H A Dapp_list_service_unittest.cc176 service_->SetProfilePath(profile2_->GetPath());
181 service_->SetProfilePath(profile1_->GetPath());
H A Dapp_list_service_impl.cc286 void AppListServiceImpl::SetProfilePath(const base::FilePath& profile_path) { function in class:AppListServiceImpl
345 SetProfilePath(initial_profile->GetPath());
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmanage_profile_handler.cc390 app_list_service->SetProfilePath(profile_file_path);

Completed in 1043 milliseconds