Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/print_preview/data/
Ddestination_store.js18 function DestinationStore(nativeLayer, appState, metrics) { class
157 DestinationStore.EventType = {
179 DestinationStore.AUTO_SELECT_TIMEOUT_ = 15000;
186 DestinationStore.createLocalPdfPrintDestination_ = function() {
210 DestinationStore.prototype = { class
307 DestinationStore.EventType.CACHED_SELECTED_DESTINATION_INFO_READY);
390 this, DestinationStore.EventType.DESTINATION_SELECT);
409 DestinationStore.EventType.SELECTED_DESTINATION_CAPABILITIES_READY);
423 this, DestinationStore.EventType.DESTINATIONS_INSERTED);
453 this, DestinationStore.EventType.DESTINATIONS_INSERTED);
[all …]
Dprint_ticket_store.js393 print_preview.DestinationStore.EventType.DESTINATION_SELECT,
398 print_preview.DestinationStore.EventType.
404 print_preview.DestinationStore.EventType.
/external/chromium_org/chrome/browser/resources/print_preview/search/
Ddestination_search.js186 print_preview.DestinationStore.EventType.DESTINATIONS_INSERTED,
190 print_preview.DestinationStore.EventType.DESTINATION_SELECT,
194 print_preview.DestinationStore.EventType.DESTINATION_SEARCH_STARTED,
198 print_preview.DestinationStore.EventType.DESTINATION_SEARCH_DONE,
/external/chromium_org/chrome/browser/resources/print_preview/settings/
Ddestination_settings.js84 print_preview.DestinationStore.EventType.DESTINATION_SELECT,
88 print_preview.DestinationStore.EventType.
/external/chromium_org/chrome/browser/resources/print_preview/
Dprint_preview.js62 this.destinationStore_ = new print_preview.DestinationStore(
301 print_preview.DestinationStore.EventType.
306 print_preview.DestinationStore.EventType.DESTINATION_SELECT,
310 print_preview.DestinationStore.EventType.DESTINATION_SEARCH_DONE,
Dprint_header.js113 print_preview.DestinationStore.EventType.DESTINATION_SELECT,
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
Dticket_item.js221 print_preview.DestinationStore.EventType.