Searched refs:ShellPtrWatcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/mojo/public/cpp/application/lib/
H A Dapplication_impl.cc14 class ApplicationImpl::ShellPtrWatcher : public ErrorHandler { class in class:mojo::ApplicationImpl
16 ShellPtrWatcher(ApplicationImpl* impl) function in class:mojo::ApplicationImpl::ShellPtrWatcher
19 virtual ~ShellPtrWatcher() {}
27 MOJO_DISALLOW_COPY_AND_ASSIGN(ShellPtrWatcher);
83 shell_watch_ = new ShellPtrWatcher(this);
/external/chromium_org/mojo/public/cpp/application/
H A Dapplication_impl.h78 class ShellPtrWatcher;
102 ShellPtrWatcher* shell_watch_;

Completed in 66 milliseconds