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 190 bool offscreen_flush_pending_; member in class:content::PepperGraphics2DHost
pepper_graphics_2d_host.cc 195 offscreen_flush_pending_(false),
833 DCHECK(offscreen_flush_pending_);
838 offscreen_flush_pending_ = false;
843 offscreen_flush_pending_ = true;
852 return need_flush_ack_ || offscreen_flush_pending_;

Completed in 27 milliseconds