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

  /external/chromium_org/content/public/browser/
gpu_data_manager.h 69 virtual bool IsCompleteGpuInfoAvailable() const = 0;
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl.h 71 virtual bool IsCompleteGpuInfoAvailable() const OVERRIDE;
gpu_data_manager_impl.cc 63 bool GpuDataManagerImpl::IsCompleteGpuInfoAvailable() const {
65 return private_->IsCompleteGpuInfoAvailable();
gpu_data_manager_impl_private.h 42 bool IsCompleteGpuInfoAvailable() const;
gpu_data_manager_impl_private.cc 366 if (complete_gpu_info_already_requested_ || IsCompleteGpuInfoAvailable())
388 bool GpuDataManagerImplPrivate::IsCompleteGpuInfoAvailable() const {
573 if (IsCompleteGpuInfoAvailable())
    [all...]

Completed in 198 milliseconds