Home
last modified time | relevance | path

Searched refs:selectedDestination (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/resources/print_preview/
Dprint_header.js154 var saveToPdf = this.destinationStore_.selectedDestination &&
155 this.destinationStore_.selectedDestination.id ==
200 if (this.destinationStore_.selectedDestination.id !=
225 var isSaveLabel = this.destinationStore_.selectedDestination.id ==
227 this.destinationStore_.selectedDestination.id ==
Dprint_preview.js409 } else if (this.destinationStore_.selectedDestination.id ==
418 ((this.destinationStore_.selectedDestination.isLocal &&
419 !this.destinationStore_.selectedDestination.isPrivet &&
420 this.destinationStore_.selectedDestination.id !=
440 this.destinationStore_.selectedDestination &&
441 this.destinationStore_.selectedDestination.capabilities) {
445 this.destinationStore_.selectedDestination,
565 this.destinationStore_.selectedDestination,
606 if (this.destinationStore_.selectedDestination.id ==
860 var selectedDest = this.destinationStore_.selectedDestination;
Dpreview_generator.js177 this.selectedDestination_ = this.destinationStore_.selectedDestination;
181 this.destinationStore_.selectedDestination,
284 this.destinationStore_.selectedDestination);
/external/chromium_org/chrome/browser/resources/print_preview/settings/
Ddestination_settings.js108 var destination = this.destinationStore_.selectedDestination;
131 this.destinationStore_.selectedDestination.displayName;
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
Dticket_item.js184 this.destinationStore_.selectedDestination : null;
/external/chromium_org/chrome/browser/resources/print_preview/data/
Dprint_ticket_store.js439 var caps = this.destinationStore_.selectedDestination.capabilities;
Ddestination_store.js225 get selectedDestination() { getter in DestinationStore