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

  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.h 156 bool offscreen_flush_pending_; member in class:content::PepperGraphics2DHost
pepper_graphics_2d_host.cc 186 offscreen_flush_pending_(false),
715 DCHECK(offscreen_flush_pending_);
720 offscreen_flush_pending_ = false;
725 offscreen_flush_pending_ = true;
734 return need_flush_ack_ || offscreen_flush_pending_;

Completed in 162 milliseconds