Searched refs:CanPin (Results 1 – 12 of 12) sorted by relevance
44 virtual bool CanPin() const = 0;
237 virtual bool CanPin() const OVERRIDE { in CanPin() function in ash::test::TestShelfDelegateForShelfView
1235 if (type == TYPE_APP_LIST || !delegate_->CanPin()) in RemovableByRipOff()
45 bool ShelfDelegateImpl::CanPin() const { in CanPin() function in ash::shell::ShelfDelegateImpl
34 virtual bool CanPin() const OVERRIDE;
45 virtual bool CanPin() const OVERRIDE;
96 bool TestShelfDelegate::CanPin() const { in CanPin() function in ash::test::TestShelfDelegate
45 return ChromeLauncherController::instance()->CanPin() ? PIN_EDITABLE : in GetPinnable()
544 if (CanPin()) in Pin()558 if (CanPin()) in Unpin()589 CanPin()); in IsPinnable()783 bool ChromeLauncherController::CanPin() const { in CanPin() function in ChromeLauncherController810 if (CanPin()) in PinAppWithID()828 if (CanPin()) in UnpinAppWithID()855 if (!CanPin()) { in PersistPinnedState()1441 if (CanPin()) in DoPinAppWithID()
240 return launcher_controller()->CanPin() ? true : false; in IsDraggable()
238 return launcher_controller()->CanPin() ? true : false; in IsDraggable()
301 virtual bool CanPin() const OVERRIDE;