Home
last modified time | relevance | path

Searched refs:CanPin (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf_delegate.h44 virtual bool CanPin() const = 0;
Dshelf_view_unittest.cc237 virtual bool CanPin() const OVERRIDE { in CanPin() function in ash::test::TestShelfDelegateForShelfView
Dshelf_view.cc1235 if (type == TYPE_APP_LIST || !delegate_->CanPin()) in RemovableByRipOff()
/external/chromium_org/ash/shell/
Dshelf_delegate_impl.cc45 bool ShelfDelegateImpl::CanPin() const { in CanPin() function in ash::shell::ShelfDelegateImpl
Dshelf_delegate_impl.h34 virtual bool CanPin() const OVERRIDE;
/external/chromium_org/ash/test/
Dtest_shelf_delegate.h45 virtual bool CanPin() const OVERRIDE;
Dtest_shelf_delegate.cc96 bool TestShelfDelegate::CanPin() const { in CanPin() function in ash::test::TestShelfDelegate
/external/chromium_org/chrome/browser/ui/ash/app_list/
Dapp_list_controller_ash.cc45 return ChromeLauncherController::instance()->CanPin() ? PIN_EDITABLE : in GetPinnable()
/external/chromium_org/chrome/browser/ui/ash/launcher/
Dchrome_launcher_controller.cc544 if (CanPin()) in Pin()
558 if (CanPin()) in Unpin()
589 CanPin()); in IsPinnable()
783 bool ChromeLauncherController::CanPin() const { in CanPin() function in ChromeLauncherController
810 if (CanPin()) in PinAppWithID()
828 if (CanPin()) in UnpinAppWithID()
855 if (!CanPin()) { in PersistPinnedState()
1441 if (CanPin()) in DoPinAppWithID()
Dshell_window_launcher_item_controller.cc240 return launcher_controller()->CanPin() ? true : false; in IsDraggable()
Dbrowser_shortcut_launcher_item_controller.cc238 return launcher_controller()->CanPin() ? true : false; in IsDraggable()
Dchrome_launcher_controller.h301 virtual bool CanPin() const OVERRIDE;