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

  /external/chromium_org/ui/compositor/
compositor.h 252 int last_started_frame() { return last_started_frame_; }
300 int last_started_frame_; member in class:ui::Compositor
compositor.cc 81 last_started_frame_(0),
219 TRACE_EVENT_ASYNC_BEGIN0("ui", "Compositor::Draw", last_started_frame_ + 1);
225 last_started_frame_++;

Completed in 652 milliseconds