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

  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.h 121 static void OnImageCreated(
gpu_process_host.h 160 void OnImageCreated(const gfx::Size size);
browser_gpu_channel_host_factory.cc 271 base::Bind(&BrowserGpuChannelHostFactory::OnImageCreated,
276 void BrowserGpuChannelHostFactory::OnImageCreated(
gpu_process_host.cc 629 IPC_MESSAGE_HANDLER(GpuHostMsg_ImageCreated, OnImageCreated)
807 void GpuProcessHost::OnImageCreated(const gfx::Size size) {
808 TRACE_EVENT0("gpu", "GpuProcessHost::OnImageCreated");
    [all...]

Completed in 93 milliseconds