ShelfDelegateImpl   17 ash/shell/shelf_delegate_impl.cc ShelfDelegateImpl::ShelfDelegateImpl(WindowWatcher* watcher)
ShelfDelegateImpl   21 ash/shell/shelf_delegate_impl.cc ShelfDelegateImpl::~ShelfDelegateImpl() {
ShelfDelegateImpl   24 ash/shell/shelf_delegate_impl.cc void ShelfDelegateImpl::OnShelfCreated(Shelf* shelf) {
ShelfDelegateImpl   27 ash/shell/shelf_delegate_impl.cc void ShelfDelegateImpl::OnShelfDestroyed(Shelf* shelf) {
ShelfDelegateImpl   30 ash/shell/shelf_delegate_impl.cc ShelfID ShelfDelegateImpl::GetShelfIDForAppID(const std::string& app_id) {
ShelfDelegateImpl   34 ash/shell/shelf_delegate_impl.cc const std::string& ShelfDelegateImpl::GetAppIDForShelfID(ShelfID id) {
ShelfDelegateImpl   38 ash/shell/shelf_delegate_impl.cc void ShelfDelegateImpl::PinAppWithID(const std::string& app_id) {
ShelfDelegateImpl   41 ash/shell/shelf_delegate_impl.cc bool ShelfDelegateImpl::IsAppPinned(const std::string& app_id) {
ShelfDelegateImpl   45 ash/shell/shelf_delegate_impl.cc bool ShelfDelegateImpl::CanPin() const {
ShelfDelegateImpl   49 ash/shell/shelf_delegate_impl.cc void ShelfDelegateImpl::UnpinAppWithID(const std::string& app_id) {
ShelfDelegateImpl   20 ash/shell/shelf_delegate_impl.h class ShelfDelegateImpl : public ShelfDelegate {
ShelfDelegateImpl   22 ash/shell/shelf_delegate_impl.h   explicit ShelfDelegateImpl(WindowWatcher* watcher);
ShelfDelegateImpl   23 ash/shell/shelf_delegate_impl.h   virtual ~ShelfDelegateImpl();
ShelfDelegateImpl   41 ash/shell/shelf_delegate_impl.h   DISALLOW_COPY_AND_ASSIGN(ShelfDelegateImpl);
ShelfDelegateImpl  136 ash/shell/shell_delegate_impl.cc   shelf_delegate_ = new ShelfDelegateImpl(watcher_);
ShelfDelegateImpl   24 ash/shell/shell_delegate_impl.h class ShelfDelegateImpl;
ShelfDelegateImpl   72 ash/shell/shell_delegate_impl.h   ShelfDelegateImpl* shelf_delegate_;