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::OnLauncherCreated(Launcher* launcher) { in OnLauncherCreated()27 void ShelfDelegateImpl::OnLauncherDestroyed(Launcher* launcher) { in OnLauncherDestroyed()30 LauncherID ShelfDelegateImpl::GetLauncherIDForAppID(const std::string& app_id) { in GetLauncherIDForAppID()34 const std::string& ShelfDelegateImpl::GetAppIDForLauncherID(LauncherID id) { in GetAppIDForLauncherID()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; variable66 ShelfDelegateImpl* shelf_delegate_;
125 shelf_delegate_ = new ShelfDelegateImpl(watcher_); in CreateShelfDelegate()