Searched refs:GetPinnable (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_delegate_impl.h37 virtual Pinnable GetPinnable() OVERRIDE;
H A Dapp_context_menu.cc102 if (controller_->GetPinnable() != AppListControllerDelegate::NO_PIN) {
219 return controller_->GetPinnable() ==
249 } else if (command_id == TOGGLE_PIN && controller_->GetPinnable() ==
H A Dapp_list_controller_delegate.h76 virtual Pinnable GetPinnable() = 0;
H A Dapp_list_controller_delegate_impl.cc53 AppListControllerDelegateImpl::GetPinnable() { function in class:AppListControllerDelegateImpl
H A Dextension_app_model_builder_unittest.cc78 virtual Pinnable GetPinnable() OVERRIDE { return NO_PIN; }
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_controller_ash.h27 virtual Pinnable GetPinnable() OVERRIDE;
H A Dapp_list_controller_ash.cc52 AppListControllerDelegateAsh::GetPinnable() { function in class:AppListControllerDelegateAsh

Completed in 88 milliseconds