Searched refs:ShelfDelegateImpl (Results 1 – 4 of 4) sorted by relevance
17 ShelfDelegateImpl::ShelfDelegateImpl(WindowWatcher* watcher) in ShelfDelegateImpl() function in ash::shell::ShelfDelegateImpl21 ShelfDelegateImpl::~ShelfDelegateImpl() { in ~ShelfDelegateImpl()24 void ShelfDelegateImpl::OnShelfCreated(Shelf* shelf) { in OnShelfCreated()27 void ShelfDelegateImpl::OnShelfDestroyed(Shelf* shelf) { in OnShelfDestroyed()30 ShelfID ShelfDelegateImpl::GetShelfIDForAppID(const std::string& app_id) { in GetShelfIDForAppID()34 const std::string& ShelfDelegateImpl::GetAppIDForShelfID(ShelfID id) { in GetAppIDForShelfID()38 void ShelfDelegateImpl::PinAppWithID(const std::string& app_id) { in PinAppWithID()41 bool ShelfDelegateImpl::IsAppPinned(const std::string& app_id) { in IsAppPinned()45 bool ShelfDelegateImpl::CanPin() const { in CanPin()49 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_;
242 shelf_delegate_ = new ShelfDelegateImpl(watcher_); in CreateShelfDelegate()