Searched refs:CanDoCreateShortcutsFlow (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_delegate_views.h24 virtual bool CanDoCreateShortcutsFlow() OVERRIDE;
H A Dapp_list_controller_delegate_views.cc44 bool AppListControllerDelegateViews::CanDoCreateShortcutsFlow() { function in class:AppListControllerDelegateViews
H A Dapp_list_controller_delegate_impl.cc57 bool AppListControllerDelegateImpl::CanDoCreateShortcutsFlow() { function in class:AppListControllerDelegateImpl
64 DCHECK(CanDoCreateShortcutsFlow());
H A Dapp_list_controller_delegate_impl.h38 virtual bool CanDoCreateShortcutsFlow() OVERRIDE;
H A Dapp_list_controller_delegate.h84 virtual bool CanDoCreateShortcutsFlow() = 0;
87 // CanDoCreateShortcutsFlow() returns true.
H A Dapp_context_menu.cc111 if (controller_->CanDoCreateShortcutsFlow()) {
H A Dextension_app_model_builder_unittest.cc79 virtual bool CanDoCreateShortcutsFlow() OVERRIDE { return false; }
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_controller_ash.h30 virtual bool CanDoCreateShortcutsFlow() OVERRIDE;
H A Dapp_list_controller_ash.cc71 bool AppListControllerDelegateAsh::CanDoCreateShortcutsFlow() { function in class:AppListControllerDelegateAsh

Completed in 401 milliseconds