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

  /external/chromium_org/content/common/gpu/
devtools_gpu_agent.h 43 TimeTicks last_flush_time_; member in class:content::DevToolsGpuAgent
devtools_gpu_agent.cc 66 ((timestamp - last_flush_time_).InMilliseconds() >= kFlushIntervalMs ||
70 last_flush_time_ = timestamp;
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.cc 154 last_flush_time_ = base::TimeTicks::Now();
165 if (current_time - last_flush_time_ >
cmd_buffer_helper.h 330 base::TimeTicks last_flush_time_; member in class:gpu::CommandBufferHelper

Completed in 905 milliseconds