HomeSort by relevance Sort by last modified time
    Searched defs:AppListViewDelegate (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/app_list/
app_list_view_delegate.h 39 class APP_LIST_EXPORT AppListViewDelegate {
61 virtual ~AppListViewDelegate() {}
75 // Gets the SpeechUIModel for the app list. Owned by the AppListViewDelegate.
  /external/chromium_org/athena/home/
app_list_view_delegate.h 19 class AppListViewDelegate : public app_list::AppListViewDelegate {
21 explicit AppListViewDelegate(AppModelBuilder* model_builder);
22 virtual ~AppListViewDelegate();
29 // Overridden from app_list::AppListViewDelegate:
70 DISALLOW_COPY_AND_ASSIGN(AppListViewDelegate);
app_list_view_delegate.cc 30 AppListViewDelegate::AppListViewDelegate(AppModelBuilder* model_builder)
38 AppListViewDelegate::~AppListViewDelegate() {
43 void AppListViewDelegate::RegisterSearchProvider(
49 &AppListViewDelegate::SearchResultChanged, base::Unretained(this)));
53 void AppListViewDelegate::SearchResultChanged() {
66 bool AppListViewDelegate::ForceNativeDesktop() const {
70 void AppListViewDelegate::SetProfileByPath(const base::FilePath& profile_path) {
74 app_list::AppListModel* AppListViewDelegate::GetModel()
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.h 50 class AppListViewDelegate : public app_list::AppListViewDelegate,
58 // Constructs Chrome's AppListViewDelegate with a NULL Profile.
60 explicit AppListViewDelegate(AppListControllerDelegate* controller);
61 virtual ~AppListViewDelegate();
77 // Overridden from app_list::AppListViewDelegate:
179 ScopedObserver<SigninManagerBase, AppListViewDelegate> scoped_observer_;
187 DISALLOW_COPY_AND_ASSIGN(AppListViewDelegate);
app_list_view_delegate.cc 98 app_list::AppListViewDelegate::Users* users) {
102 app_list::AppListViewDelegate::User user;
151 AppListViewDelegate::AppListViewDelegate(AppListControllerDelegate* controller)
190 AppListViewDelegate::~AppListViewDelegate() {
203 void AppListViewDelegate::SetProfile(Profile* new_profile) {
243 void AppListViewDelegate::SetUpSearchUI() {
260 void AppListViewDelegate::SetUpProfileSwitcher() {
281 void AppListViewDelegate::SetUpCustomLauncherPages()
    [all...]

Completed in 227 milliseconds