Home
last modified time | relevance | path

Searched refs:ShelfDelegateImpl (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/shell/
Dshelf_delegate_impl.cc17 ShelfDelegateImpl::ShelfDelegateImpl(WindowWatcher* watcher) in ShelfDelegateImpl() function in ash::shell::ShelfDelegateImpl
21 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()
Dshelf_delegate_impl.h20 class ShelfDelegateImpl : public ShelfDelegate {
22 explicit ShelfDelegateImpl(WindowWatcher* watcher);
23 virtual ~ShelfDelegateImpl();
41 DISALLOW_COPY_AND_ASSIGN(ShelfDelegateImpl);
Dshell_delegate_impl.h24 class ShelfDelegateImpl; variable
66 ShelfDelegateImpl* shelf_delegate_;
Dshell_delegate_impl.cc125 shelf_delegate_ = new ShelfDelegateImpl(watcher_); in CreateShelfDelegate()