Searched refs:SetProfileByPath (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/app_list/
H A Dapp_list_view_delegate.h67 virtual void SetProfileByPath(const base::FilePath& profile_path) = 0;
/external/chromium_org/ui/app_list/test/
H A Dapp_list_test_view_delegate.h41 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE {}
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_linux.cc101 view_->SetProfileByPath(profile->GetPath());
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_win.cc126 view_->SetProfileByPath(profile->GetPath());
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.h91 void SetProfileByPath(const base::FilePath& profile_path);
H A Dapp_list_view.cc218 void AppListView::SetProfileByPath(const base::FilePath& profile_path) { function in class:app_list::AppListView
219 delegate_->SetProfileByPath(profile_path);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_view_delegate.h64 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE;
117 // Unowned pointer to the associated profile. May change if SetProfileByPath
H A Dapp_list_view_delegate.cc153 void AppListViewDelegate::SetProfileByPath(const base::FilePath& profile_path) { function in class:AppListViewDelegate
/external/chromium_org/ash/shell/
H A Dapp_list.cc241 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE {

Completed in 118 milliseconds