HomeSort by relevance Sort by last modified time
    Searched refs:CanPin (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ash/shelf/
shelf_delegate.h 44 virtual bool CanPin() const = 0;
shelf_view.cc     [all...]
shelf_view_unittest.cc 265 virtual bool CanPin() const OVERRIDE {
    [all...]
  /external/chromium_org/ash/shell/
shelf_delegate_impl.cc 44 bool ShelfDelegateImpl::CanPin() const {
shelf_delegate_impl.h 34 virtual bool CanPin() const OVERRIDE;
  /external/chromium_org/ash/test/
test_shelf_delegate.h 45 virtual bool CanPin() const OVERRIDE;
test_shelf_delegate.cc 95 bool TestShelfDelegate::CanPin() const {
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc 53 return ChromeLauncherController::instance()->CanPin() ? PIN_EDITABLE :
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_footer_panel.cc 168 ash::Shell::GetInstance()->GetShelfDelegate()->CanPin();
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc 574 if (CanPin())
588 if (CanPin())
619 CanPin());
838 bool ChromeLauncherController::CanPin() const {
    [all...]
app_window_launcher_item_controller.cc 286 return launcher_controller()->CanPin() ? true : false;
browser_shortcut_launcher_item_controller.cc 257 return launcher_controller()->CanPin() ? true : false;
chrome_launcher_controller.h 300 virtual bool CanPin() const OVERRIDE;

Completed in 257 milliseconds