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

  /external/chromium_org/ui/app_list/
app_list_view_delegate_observer.h 12 class APP_LIST_EXPORT AppListViewDelegateObserver {
19 virtual ~AppListViewDelegateObserver() {}
app_list_view_delegate.h 32 class AppListViewDelegateObserver;
134 virtual void AddObserver(AppListViewDelegateObserver* observer) {}
135 virtual void RemoveObserver(AppListViewDelegateObserver* observer) {}
  /external/chromium_org/ui/app_list/test/
app_list_test_view_delegate.h 66 virtual void AddObserver(AppListViewDelegateObserver* observer) OVERRIDE;
67 virtual void RemoveObserver(AppListViewDelegateObserver* observer) OVERRIDE;
81 ObserverList<AppListViewDelegateObserver> observers_;
app_list_test_view_delegate.cc 63 FOR_EACH_OBSERVER(AppListViewDelegateObserver,
117 AppListViewDelegateObserver* observer) {
122 AppListViewDelegateObserver* observer) {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.h 90 app_list::AppListViewDelegateObserver* observer) OVERRIDE;
92 app_list::AppListViewDelegateObserver* observer) OVERRIDE;
134 ObserverList<app_list::AppListViewDelegateObserver> observers_;
app_list_view_delegate.cc 144 FOR_EACH_OBSERVER(app_list::AppListViewDelegateObserver,
340 app_list::AppListViewDelegateObserver* observer) {
345 app_list::AppListViewDelegateObserver* observer) {
  /external/chromium_org/ui/app_list/views/
app_list_view.h 35 public AppListViewDelegateObserver,
86 // Overridden from AppListViewDelegateObserver:

Completed in 624 milliseconds