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

/external/chromium_org/athena/home/
H A Dapp_list_view_delegate.h31 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE;
H A Dapp_list_view_delegate.cc70 void AppListViewDelegate::SetProfileByPath(const base::FilePath& profile_path) { function in class:athena::AppListViewDelegate
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_shower_views.cc115 app_list_->SetProfileByPath(profile_->GetPath());
H A Dapp_list_view_delegate.h79 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE;
156 // Unowned pointer to the associated profile. May change if SetProfileByPath
H A Dapp_list_view_delegate.cc361 void AppListViewDelegate::SetProfileByPath(const base::FilePath& profile_path) { function in class:AppListViewDelegate
/external/chromium_org/ui/app_list/
H A Dapp_list_view_delegate.h69 virtual void SetProfileByPath(const base::FilePath& profile_path) = 0;
/external/chromium_org/ui/app_list/test/
H A Dapp_list_test_view_delegate.cc42 void AppListTestViewDelegate::SetProfileByPath( function in class:app_list::test::AppListTestViewDelegate
H A Dapp_list_test_view_delegate.h39 // SetProfileByPath() is called.
52 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE;
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.h107 void SetProfileByPath(const base::FilePath& profile_path);
H A Dapp_list_view.cc290 void AppListView::SetProfileByPath(const base::FilePath& profile_path) { function in class:app_list::AppListView
291 delegate_->SetProfileByPath(profile_path);
H A Dapp_list_view_unittest.cc433 view_->SetProfileByPath(base::FilePath());
/external/chromium_org/ash/shell/
H A Dapp_list.cc242 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE {

Completed in 4269 milliseconds