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

  /external/chromium_org/cc/test/
test_context_provider.cc 132 if (!lost_context_callback_.is_null())
133 base::ResetAndReturn(&lost_context_callback_).Run();
157 DCHECK(lost_context_callback_.is_null() || cb.is_null());
158 lost_context_callback_ = cb;
test_context_provider.h 76 LostContextCallback lost_context_callback_; member in class:cc::TestContextProvider
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 172 if (!lost_context_callback_.is_null())
173 base::ResetAndReturn(&lost_context_callback_).Run();
210 DCHECK(lost_context_callback_.is_null() ||
212 lost_context_callback_ = lost_context_callback;
context_provider_command_buffer.h 76 LostContextCallback lost_context_callback_; member in class:content::ContextProviderCommandBuffer
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc 189 if (!lost_context_callback_.is_null())
190 base::ResetAndReturn(&lost_context_callback_).Run();
205 DCHECK(lost_context_callback_.is_null() ||
207 lost_context_callback_ = lost_context_callback;
context_provider_in_process.h 68 LostContextCallback lost_context_callback_; member in class:webkit::gpu::ContextProviderInProcess

Completed in 4364 milliseconds