Searched refs:DestinationStore (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/chrome/browser/resources/print_preview/data/ |
D | destination_store.js | 18 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 …]
|
D | print_ticket_store.js | 393 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/ |
D | destination_search.js | 186 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/ |
D | destination_settings.js | 84 print_preview.DestinationStore.EventType.DESTINATION_SELECT, 88 print_preview.DestinationStore.EventType.
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
D | print_preview.js | 62 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,
|
D | print_header.js | 113 print_preview.DestinationStore.EventType.DESTINATION_SELECT,
|
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/ |
D | ticket_item.js | 221 print_preview.DestinationStore.EventType.
|