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::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()
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
72 ShelfDelegateImpl* shelf_delegate_;
Dshell_delegate_impl.cc242 shelf_delegate_ = new ShelfDelegateImpl(watcher_); in CreateShelfDelegate()