Home
last modified time | relevance | path

Searched refs:is_high_res (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/message_loop/
Dincoming_task_queue.cc71 pending_task.is_high_res = true; in AddToIncomingQueue()
169 if (pending_task.is_high_res) in Push()
187 if (delayed_task.is_high_res) in Pop()
/external/libchrome/base/
Dpending_task.h58 bool is_high_res = false; member
/external/libchrome/base/task/sequence_manager/
Dtask_queue_impl.cc761 state->SetBoolean("is_high_res", task.is_high_res); in TaskAsValueInto()