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 156 if (!lost_context_callback_.is_null())
157 base::ResetAndReturn(&lost_context_callback_).Run();
181 DCHECK(lost_context_callback_.is_null() || cb.is_null());
182 lost_context_callback_ = cb;
test_context_provider.h 79 LostContextCallback lost_context_callback_; member in class:cc::TestContextProvider
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 175 if (!lost_context_callback_.is_null())
176 base::ResetAndReturn(&lost_context_callback_).Run();
216 DCHECK(lost_context_callback_.is_null() ||
218 lost_context_callback_ = lost_context_callback;
context_provider_command_buffer.h 75 LostContextCallback lost_context_callback_; member in class:content::ContextProviderCommandBuffer
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc 181 if (!lost_context_callback_.is_null())
182 base::ResetAndReturn(&lost_context_callback_).Run();
195 DCHECK(lost_context_callback_.is_null() ||
197 lost_context_callback_ = lost_context_callback;
context_provider_in_process.h 67 LostContextCallback lost_context_callback_; member in class:webkit::gpu::ContextProviderInProcess

Completed in 60 milliseconds