Searched refs:ShelfDelegateImpl (Results 1 – 4 of 4) sorted by relevance
16 ShelfDelegateImpl::ShelfDelegateImpl(WindowWatcher* watcher) in ShelfDelegateImpl() function in ash::shell::ShelfDelegateImpl20 ShelfDelegateImpl::~ShelfDelegateImpl() { in ~ShelfDelegateImpl()23 void ShelfDelegateImpl::OnShelfCreated(Shelf* shelf) { in OnShelfCreated()26 void ShelfDelegateImpl::OnShelfDestroyed(Shelf* shelf) { in OnShelfDestroyed()29 ShelfID ShelfDelegateImpl::GetShelfIDForAppID(const std::string& app_id) { in GetShelfIDForAppID()33 const std::string& ShelfDelegateImpl::GetAppIDForShelfID(ShelfID id) { in GetAppIDForShelfID()37 void ShelfDelegateImpl::PinAppWithID(const std::string& app_id) { in PinAppWithID()40 bool ShelfDelegateImpl::IsAppPinned(const std::string& app_id) { in IsAppPinned()44 bool ShelfDelegateImpl::CanPin() const { in CanPin()48 void ShelfDelegateImpl::UnpinAppWithID(const std::string& app_id) { in UnpinAppWithID()
20 class ShelfDelegateImpl : public ShelfDelegate {22 explicit ShelfDelegateImpl(WindowWatcher* watcher);23 virtual ~ShelfDelegateImpl();41 DISALLOW_COPY_AND_ASSIGN(ShelfDelegateImpl);
24 class ShelfDelegateImpl; variable72 ShelfDelegateImpl* shelf_delegate_;
223 shelf_delegate_ = new ShelfDelegateImpl(watcher_); in CreateShelfDelegate()