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.cc16 ShelfDelegateImpl::ShelfDelegateImpl(WindowWatcher* watcher) in ShelfDelegateImpl() function in ash::shell::ShelfDelegateImpl
20 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()
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.cc223 shelf_delegate_ = new ShelfDelegateImpl(watcher_); in CreateShelfDelegate()