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

  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 104 bool IsLost() const {
106 return channel_filter_->IsLost();
209 bool IsLost() const;
gpu_channel_host.cc 252 if (IsLost())
401 bool GpuChannelHost::MessageFilter::IsLost() const {
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 327 if (gpu_channel_.get() && gpu_channel_->IsLost()) {
348 if (gpu_channel_ && !gpu_channel_->IsLost())
  /external/chromium_org/cc/resources/
resource_provider.h 92 bool IsLost(ResourceId id);
resource_provider_unittest.cc     [all...]
resource_provider.cc 327 bool ResourceProvider::IsLost(ResourceId id) {
    [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc     [all...]

Completed in 1098 milliseconds