Searched defs:DeferredGpuCommandService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/android_webview/browser/
H A Ddeferred_gpu_command_service.h32 class DeferredGpuCommandService class in namespace:android_webview
34 public base::RefCountedThreadSafe<DeferredGpuCommandService> {
37 static DeferredGpuCommandService* GetInstance();
57 virtual ~DeferredGpuCommandService();
58 friend class base::RefCountedThreadSafe<DeferredGpuCommandService>;
64 DeferredGpuCommandService();
72 DISALLOW_COPY_AND_ASSIGN(DeferredGpuCommandService);
H A Ddeferred_gpu_command_service.cc18 base::LazyInstance<scoped_refptr<DeferredGpuCommandService> >
40 DeferredGpuCommandService* service = g_service.Get();
50 void DeferredGpuCommandService::SetInstance() {
52 g_service.Get() = new DeferredGpuCommandService;
58 DeferredGpuCommandService* DeferredGpuCommandService::GetInstance() {
63 DeferredGpuCommandService::DeferredGpuCommandService() {} function in class:android_webview::DeferredGpuCommandService
65 DeferredGpuCommandService::~DeferredGpuCommandService() {
[all...]

Completed in 75 milliseconds