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 179 bool offscreen_flush_pending_; member in class:content::PepperGraphics2DHost
pepper_graphics_2d_host.cc 189 offscreen_flush_pending_(false),
749 DCHECK(offscreen_flush_pending_);
754 offscreen_flush_pending_ = false;
759 offscreen_flush_pending_ = true;
767 return need_flush_ack_ || offscreen_flush_pending_;

Completed in 139 milliseconds