Searched refs:SetGpuInfo (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/common/
H A Dchrome_content_client.h24 virtual void SetGpuInfo(const gpu::GPUInfo& gpu_info) OVERRIDE;
H A Dchrome_content_client.cc442 void ChromeContentClient::SetGpuInfo(const gpu::GPUInfo& gpu_info) { function in class:ChromeContentClient
/external/chromium_org/content/public/common/
H A Dcontent_client.h82 virtual void SetGpuInfo(const gpu::GPUInfo& gpu_info) {} function in class:content::ContentClient
/external/chromium_org/content/gpu/
H A Dgpu_child_thread.cc207 GetContentClient()->SetGpuInfo(gpu_info_);
H A Dgpu_main.cc268 // and we already registered them through SetGpuInfo() above.
391 GetContentClient()->SetGpuInfo(gpu_info);
422 GetContentClient()->SetGpuInfo(gpu_info);
/external/chromium_org/content/browser/gpu/
H A Dbrowser_gpu_channel_host_factory.cc378 GetContentClient()->SetGpuInfo(pending_request_->gpu_info());
H A Dgpu_data_manager_impl_private.cc546 GetContentClient()->SetGpuInfo(gpu_info_);
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc1413 GetContentClient()->SetGpuInfo(gpu_info);

Completed in 1824 milliseconds