CanPin             44 ash/shelf/shelf_delegate.h   virtual bool CanPin() const = 0;
CanPin           1263 ash/shelf/shelf_view.cc   if (type == TYPE_APP_LIST || type == TYPE_DIALOG || !delegate_->CanPin())
CanPin             34 ash/shell/shelf_delegate_impl.h   virtual bool CanPin() const OVERRIDE;
CanPin             45 ash/test/test_shelf_delegate.h   virtual bool CanPin() const OVERRIDE;
CanPin             45 chrome/browser/ui/ash/app_list/app_list_controller_ash.cc   return ChromeLauncherController::instance()->CanPin() ? PIN_EDITABLE :
CanPin            237 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc   return launcher_controller()->CanPin() ? true : false;
CanPin            238 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc   return launcher_controller()->CanPin() ? true : false;
CanPin            534 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   if (CanPin())
CanPin            548 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   if (CanPin())
CanPin            579 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc           CanPin());
CanPin            795 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   if (CanPin())
CanPin            813 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   if (CanPin())
CanPin            840 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   if (!CanPin()) {
CanPin           1427 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     if (CanPin())
CanPin            293 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   virtual bool CanPin() const OVERRIDE;