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

  /external/chromium_org/ui/ozone/public/
gpu_platform_support_host.cc 15 // No-op implementations of GpuPlatformSupportHost.
16 class StubGpuPlatformSupportHost : public GpuPlatformSupportHost {
18 // GpuPlatformSupportHost:
27 GpuPlatformSupportHost::GpuPlatformSupportHost() {
30 GpuPlatformSupportHost::~GpuPlatformSupportHost() {
33 GpuPlatformSupportHost* CreateStubGpuPlatformSupportHost() {
gpu_platform_support_host.h 23 class OZONE_BASE_EXPORT GpuPlatformSupportHost : public IPC::Listener {
25 GpuPlatformSupportHost();
26 virtual ~GpuPlatformSupportHost();
36 OZONE_BASE_EXPORT GpuPlatformSupportHost* CreateStubGpuPlatformSupportHost();

Completed in 242 milliseconds