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

  /external/chromium_org/mojo/embedder/
simple_platform_support.h 17 // has no state, and different instances of |SimplePlatformSupport| are mutually
20 class MOJO_SYSTEM_IMPL_EXPORT SimplePlatformSupport : public PlatformSupport {
22 SimplePlatformSupport() {}
23 virtual ~SimplePlatformSupport() {}
31 DISALLOW_COPY_AND_ASSIGN(SimplePlatformSupport);
  /external/chromium_org/mojo/python/system/mojo/
embedder.pyx 25 cdef cppclass SimplePlatformSupport(PlatformSupport):
26 SimplePlatformSupport()
39 new SimplePlatformSupport()))

Completed in 675 milliseconds