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

  /external/chromium_org/mojo/shell/
context.cc 61 class Context::NativeViewportServiceLoader : public ServiceLoader {
63 explicit NativeViewportServiceLoader(Context* context) : context_(context) {}
64 virtual ~NativeViewportServiceLoader() {}
79 DISALLOW_COPY_AND_ASSIGN(NativeViewportServiceLoader);
105 scoped_ptr<ServiceLoader>(new NativeViewportServiceLoader(this)),
context.h 44 class NativeViewportServiceLoader;

Completed in 202 milliseconds