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

  /external/chromium_org/ui/app_list/
app_list_view_delegate.h 69 virtual void SetProfileByPath(const base::FilePath& profile_path) = 0;
  /external/chromium_org/athena/home/
app_list_view_delegate.h 31 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE;
app_list_view_delegate.cc 70 void AppListViewDelegate::SetProfileByPath(const base::FilePath& profile_path) {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_shower_views.cc 115 app_list_->SetProfileByPath(profile_->GetPath());
app_list_view_delegate.h 79 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE;
156 // Unowned pointer to the associated profile. May change if SetProfileByPath
app_list_view_delegate.cc 361 void AppListViewDelegate::SetProfileByPath(const base::FilePath& profile_path) {
  /external/chromium_org/ui/app_list/test/
app_list_test_view_delegate.cc 42 void AppListTestViewDelegate::SetProfileByPath(
app_list_test_view_delegate.h 39 // SetProfileByPath() is called.
52 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE;
  /external/chromium_org/ui/app_list/views/
app_list_view.h 107 void SetProfileByPath(const base::FilePath& profile_path);
app_list_view.cc 290 void AppListView::SetProfileByPath(const base::FilePath& profile_path) {
291 delegate_->SetProfileByPath(profile_path);
app_list_view_unittest.cc 433 view_->SetProfileByPath(base::FilePath());
  /external/chromium_org/ash/shell/
app_list.cc 242 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE {

Completed in 189 milliseconds