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

  /external/chromium_org/cc/scheduler/
scheduler.cc 85 inside_process_scheduled_actions_(false),
204 if (!inside_process_scheduled_actions_) {
635 if (inside_process_scheduled_actions_)
638 base::AutoReset<bool> mark_inside(&inside_process_scheduled_actions_, true);
scheduler.h 201 bool inside_process_scheduled_actions_; member in class:cc::Scheduler

Completed in 138 milliseconds