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

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate.cc 16 void AppListControllerDelegate::ViewActivationChanged(bool active) {}
app_list_controller_delegate.h 36 virtual void ViewActivationChanged(bool active);
app_list_view_delegate.h 60 virtual void ViewActivationChanged(bool active) OVERRIDE;
app_list_view_delegate.cc 155 void AppListViewDelegate::ViewActivationChanged(bool active) {
156 controller_->ViewActivationChanged(active);
  /external/chromium_org/ui/app_list/
app_list_view_delegate.h 74 virtual void ViewActivationChanged(bool active) = 0;
  /external/chromium_org/ui/app_list/test/
app_list_test_view_delegate.h 45 virtual void ViewActivationChanged(bool active) OVERRIDE {}
  /external/chromium_org/ash/shell/
app_list.cc 297 virtual void ViewActivationChanged(bool active) OVERRIDE {
  /external/chromium_org/ui/app_list/views/
app_list_view.cc 251 delegate_->ViewActivationChanged(active);
  /external/chromium_org/chrome/browser/ui/views/app_list/
app_list_controller_win.cc 255 virtual void ViewActivationChanged(bool active) OVERRIDE;
520 void AppListControllerDelegateWin::ViewActivationChanged(bool active) {
    [all...]

Completed in 1094 milliseconds