HomeSort by relevance Sort by last modified time
    Searched full:destinations_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/resources/print_preview/search/
destination_list.js 49 this.destinations_ = [];
118 return this.destinations_.length;
128 numItems = Math.min(numItems, this.destinations_.length);
144 size = Math.max(1, Math.min(size, this.destinations_.length));
145 if (size == 1 && this.destinations_.length > 1) {
185 this.destinations_ = destinations;
253 this.renderListInternal(this.destinations_);
255 var filteredDests = this.destinations_.filter(function(destination) {
  /external/chromium_org/media/midi/
midi_manager_mac.cc 68 destinations_.resize(destination_count);
75 destinations_[i] = destination;
181 if (static_cast<size_t>(port_index) >= destinations_.size())
184 MIDIEndpointRef destination = destinations_[port_index];
midi_manager_mac.h 70 std::vector<MIDIEndpointRef> destinations_; member in class:media::MidiManagerMac
  /external/chromium_org/chrome/browser/resources/print_preview/data/
destination_store.js 55 this.destinations_ = [];
233 return this.destinations_.filter(function(destination) {
237 return this.destinations_.slice(0);
360 return this.destinations_.every(function(dest) {
393 this.destinations_.some(function(otherDestination) {
550 opt_destination && [opt_destination] || this.destinations_;
610 this.destinations_.push(destination);
675 this.destinations_ = [];
    [all...]

Completed in 1717 milliseconds