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

  /external/chromium_org/ui/app_list/
app_list_view_delegate.h 67 virtual void SetProfileByPath(const base::FilePath& profile_path) = 0;
  /external/chromium_org/ui/app_list/test/
app_list_test_view_delegate.h 41 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE {}
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.h 64 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE;
117 // Unowned pointer to the associated profile. May change if SetProfileByPath
app_list_view_delegate.cc 153 void AppListViewDelegate::SetProfileByPath(const base::FilePath& profile_path) {
  /external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_linux.cc 101 view_->SetProfileByPath(profile->GetPath());
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_win.cc 126 view_->SetProfileByPath(profile->GetPath());
  /external/chromium_org/ui/app_list/views/
app_list_view.h 91 void SetProfileByPath(const base::FilePath& profile_path);
app_list_view.cc 218 void AppListView::SetProfileByPath(const base::FilePath& profile_path) {
219 delegate_->SetProfileByPath(profile_path);
  /external/chromium_org/ash/shell/
app_list.cc 241 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE {

Completed in 72 milliseconds