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

  /external/chromium_org/ui/compositor/
compositor.cc 242 last_ended_frame_(0),
427 if (next_draw_is_resize_ && (last_ended_frame_ > 1)) {
618 last_ended_frame_++;
619 TRACE_EVENT_ASYNC_END0("ui", "Compositor::Draw", last_ended_frame_);
compositor.h 320 int last_ended_frame() { return last_ended_frame_; }
359 int last_ended_frame_; member in class:ui::Compositor

Completed in 65 milliseconds