Searched refs:flush_pending_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_manager.cc20 flush_pending_(false),
35 flush_pending_(false),
104 if (flush_pending_)
140 flush_pending_ = false;
170 flush_pending_ = true;
181 PP_DCHECK(flush_pending_);
182 flush_pending_ = false;
204 if (aggregator_.HasPendingUpdate() && !flush_pending_)
H A Dpaint_manager.h286 bool flush_pending_; member in class:pp::PaintManager
/external/chromium_org/native_client_sdk/src/examples/api/gamepad/
H A Dgamepad.cc49 bool flush_pending() const { return flush_pending_; }
50 void set_flush_pending(bool flag) { flush_pending_ = flag; }
70 bool flush_pending_; member in class:GamepadInstance
78 flush_pending_(false) {
/external/chromium_org/pdf/
H A Dpaint_manager.cc22 flush_pending_(false),
146 if (flush_pending_)
186 flush_pending_ = false;
268 flush_pending_ = true;
283 DCHECK(flush_pending_);
284 flush_pending_ = false;
H A Dpaint_manager.h183 bool flush_pending_; member in class:PaintManager
/external/chromium_org/remoting/client/plugin/
H A Dpepper_view.cc71 flush_pending_(false),
260 if (flush_pending_) {
312 flush_pending_ = true;
319 DCHECK(flush_pending_);
324 flush_pending_ = false;
H A Dpepper_view.h133 bool flush_pending_; member in class:remoting::PepperView

Completed in 3782 milliseconds