Searched refs:CanPin (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_delegate.h44 virtual bool CanPin() const = 0;
H A Dshelf_view.cc1170 if (type == TYPE_APP_LIST || type == TYPE_DIALOG || !delegate_->CanPin())
H A Dshelf_view_unittest.cc265 virtual bool CanPin() const OVERRIDE {
/external/chromium_org/ash/shell/
H A Dshelf_delegate_impl.cc44 bool ShelfDelegateImpl::CanPin() const { function in class:ash::shell::ShelfDelegateImpl
H A Dshelf_delegate_impl.h34 virtual bool CanPin() const OVERRIDE;
/external/chromium_org/ash/test/
H A Dtest_shelf_delegate.h45 virtual bool CanPin() const OVERRIDE;
H A Dtest_shelf_delegate.cc95 bool TestShelfDelegate::CanPin() const { function in class:ash::test::TestShelfDelegate
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_controller_ash.cc53 return ChromeLauncherController::instance()->CanPin() ? PIN_EDITABLE :
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
H A Dapp_info_footer_panel.cc168 ash::Shell::GetInstance()->GetShelfDelegate()->CanPin();
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc574 if (CanPin())
588 if (CanPin())
619 CanPin());
838 bool ChromeLauncherController::CanPin() const { function in class:ChromeLauncherController
865 if (CanPin())
884 if (CanPin())
911 if (!CanPin()) {
1497 if (CanPin())
H A Dapp_window_launcher_item_controller.cc286 return launcher_controller()->CanPin() ? true : false;
H A Dbrowser_shortcut_launcher_item_controller.cc257 return launcher_controller()->CanPin() ? true : false;
H A Dchrome_launcher_controller.h300 virtual bool CanPin() const OVERRIDE;

Completed in 7018 milliseconds