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

/external/chromium_org/ash/shell/
H A Dshelf_delegate_impl.cc16 ShelfDelegateImpl::ShelfDelegateImpl(WindowWatcher* watcher) function in class:ash::shell::ShelfDelegateImpl
20 ShelfDelegateImpl::~ShelfDelegateImpl() {
23 void ShelfDelegateImpl::OnShelfCreated(Shelf* shelf) {
26 void ShelfDelegateImpl::OnShelfDestroyed(Shelf* shelf) {
29 ShelfID ShelfDelegateImpl::GetShelfIDForAppID(const std::string& app_id) {
33 const std::string& ShelfDelegateImpl::GetAppIDForShelfID(ShelfID id) {
37 void ShelfDelegateImpl::PinAppWithID(const std::string& app_id) {
40 bool ShelfDelegateImpl
[all...]
H A Dshelf_delegate_impl.h20 class ShelfDelegateImpl : public ShelfDelegate { class in namespace:ash::shell
22 explicit ShelfDelegateImpl(WindowWatcher* watcher);
23 virtual ~ShelfDelegateImpl();
41 DISALLOW_COPY_AND_ASSIGN(ShelfDelegateImpl);
H A Dshell_delegate_impl.h24 class ShelfDelegateImpl;
72 ShelfDelegateImpl* shelf_delegate_;
H A Dshell_delegate_impl.cc223 shelf_delegate_ = new ShelfDelegateImpl(watcher_);

Completed in 102 milliseconds