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

  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 323 if (!is_idle && !last_idle_time_.is_null()) {
325 last_idle_time_;
335 last_idle_time_ = base::TimeTicks::Now();
354 last_idle_time_ = base::TimeTicks();
366 if (last_idle_time_.is_null())
367 last_idle_time_ = base::TimeTicks::Now();
    [all...]
gpu_command_buffer_stub.h 268 base::TimeTicks last_idle_time_; member in class:content::GpuCommandBufferStub

Completed in 67 milliseconds