OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_idle_time_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc
271
if (!is_idle && !
last_idle_time_
.is_null()) {
273
last_idle_time_
;
283
last_idle_time_
= base::TimeTicks::Now();
302
last_idle_time_
= base::TimeTicks();
314
if (
last_idle_time_
.is_null())
315
last_idle_time_
= base::TimeTicks::Now();
[
all
...]
gpu_command_buffer_stub.h
257
base::TimeTicks
last_idle_time_
;
member in class:content::GpuCommandBufferStub
Completed in 160 milliseconds