HomeSort by relevance Sort by last modified time
    Searched refs:ShellPtrWatcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/public/cpp/application/lib/
application_impl.cc 14 class ApplicationImpl::ShellPtrWatcher : public ErrorHandler {
16 ShellPtrWatcher(ApplicationImpl* impl)
19 virtual ~ShellPtrWatcher() {}
27 MOJO_DISALLOW_COPY_AND_ASSIGN(ShellPtrWatcher);
83 shell_watch_ = new ShellPtrWatcher(this);
  /external/chromium_org/mojo/public/cpp/application/
application_impl.h 78 class ShellPtrWatcher;
102 ShellPtrWatcher* shell_watch_;

Completed in 628 milliseconds