Searched defs:ShelfDelegateImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/shell/
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 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...]

Completed in 98 milliseconds