Searched refs:pending_size_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_manager.cc62 pending_size_ = new_size;
97 return has_pending_resize_ ? pending_size_ : graphics_.size();
135 graphics_ = Graphics2D(instance_, pending_size_, is_always_opaque_);
146 pending_size_ = Size();
H A Dpaint_manager.h290 // paint operation. When true, the new size is in pending_size_.
292 Size pending_size_; member in class:pp::PaintManager
/external/chromium_org/media/midi/
H A Dusb_midi_output_stream.cc14 : jack_(jack), pending_size_(0), is_sending_sysex_(false) {}
57 pending_size_ = size - current;
61 return data.size() + pending_size_;
67 if (index < pending_size_)
69 return data[index - pending_size_];
H A Dusb_midi_output_stream.h48 size_t pending_size_; member in class:media::UsbMidiOutputStream
/external/chromium_org/pdf/
H A Dpaint_manager.cc91 pending_size_ = new_size;
135 return has_pending_resize_ ? pending_size_ : plugin_size_;
175 plugin_size_ = pending_size_;
179 pp::Size new_size = GetNewContextSize(graphics_.size(), pending_size_);
197 pending_size_ = pp::Size();
H A Dpaint_manager.h187 // paint operation. When true, the new size is in pending_size_.
190 pp::Size pending_size_; member in class:PaintManager

Completed in 657 milliseconds