HomeSort by relevance Sort by last modified time
    Searched full:destinationstore (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/browser/resources/print_preview/settings/
advanced_options_settings.js 12 * @param {!print_preview.DestinationStore} destinationStore Used to determine
17 function AdvancedOptionsSettings(ticketItem, destinationStore) {
28 * @private {!print_preview.DestinationStore}
30 this.destinationStore_ = destinationStore;
70 print_preview.DestinationStore.EventType.DESTINATION_SELECT,
74 print_preview.DestinationStore.EventType.
destination_settings.js 14 * @param {!print_preview.DestinationStore} destinationStore Used to determine
19 function DestinationSettings(destinationStore) {
24 * @type {!print_preview.DestinationStore}
27 this.destinationStore_ = destinationStore;
95 print_preview.DestinationStore.EventType.DESTINATION_SELECT,
99 print_preview.DestinationStore.EventType.
more_settings.js 10 * @param {!print_preview.DestinationStore} destinationStore To listen for
17 function MoreSettings(destinationStore, settingsSections) {
20 /** @private {!print_preview.DestinationStore} */
21 this.destinationStore_ = destinationStore;
66 print_preview.DestinationStore.EventType.DESTINATION_SELECT,
70 print_preview.DestinationStore.EventType.
  /external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
collate.js 13 * @param {!print_preview.DestinationStore} destinationStore Destination store
18 function Collate(appState, destinationStore) {
23 destinationStore);
fit_to_page.js 13 * @param {!print_preview.DestinationStore} destinationStore Used to determine
18 function FitToPage(documentInfo, destinationStore) {
23 destinationStore,
copies.js 12 * @param {!print_preview.DestinationStore} destinationStore Destination store
17 function Copies(destinationStore) {
19 this, null /*appState*/, null /*field*/, destinationStore);
duplex.js 13 * @param {!print_preview.DestinationStore} destinationStore Destination store
18 function Duplex(appState, destinationStore) {
23 destinationStore);
vendor_items.js 15 * @param {print_preview.DestinationStore} destinationStore Used listen for
22 function VendorItems(appState, destinationStore) {
34 * @private {print_preview.DestinationStore}
36 this.destinationStore_ = destinationStore || null;
color.js 13 * @param {!print_preview.DestinationStore} destinationStore Used to determine
18 function Color(appState, destinationStore) {
23 destinationStore);
landscape.js 13 * @param {!print_preview.DestinationStore} destinationStore Destination store
25 function Landscape(appState, destinationStore, documentInfo, marginsType,
31 destinationStore,
media_size.js 12 * @param {!print_preview.DestinationStore} destinationStore Destination store
24 appState, destinationStore, documentInfo, marginsType, customMargins) {
29 destinationStore,
selection_only.js 21 null /*destinationStore*/,
ticket_item.js 17 * @param {print_preview.DestinationStore=} destinationStore Used listen for
26 function TicketItem(appState, field, destinationStore, documentInfo) {
46 * @type {print_preview.DestinationStore}
49 this.destinationStore_ = destinationStore || null;
221 print_preview.DestinationStore.EventType.
css_background.js 23 null /*destinationStore*/,
margins_type.js 26 null /*destinationStore*/,
page_range.js 21 null /*destinationStore*/,
header_footer.js 27 null /*destinationStore*/,
custom_margins.js 23 null /*destinationStore*/,
  /external/chromium_org/chrome/browser/resources/print_preview/data/
destination_store.js 18 function DestinationStore(nativeLayer, userInfo, appState) {
171 DestinationStore.EventType = {
173 'print_preview.DestinationStore.DESTINATION_SEARCH_DONE',
175 'print_preview.DestinationStore.DESTINATION_SEARCH_STARTED',
176 DESTINATION_SELECT: 'print_preview.DestinationStore.DESTINATION_SELECT',
178 'print_preview.DestinationStore.DESTINATIONS_INSERTED',
180 'print_preview.DestinationStore.CACHED_SELECTED_DESTINATION_INFO_READY',
182 'print_preview.DestinationStore.SELECTED_DESTINATION_CAPABILITIES_READY'
193 DestinationStore.AUTO_SELECT_TIMEOUT_ = 15000;
201 DestinationStore.PRIVET_SEARCH_DURATION_ = 2000
    [all...]
print_ticket_store.js 18 * @param {!print_preview.DestinationStore} destinationStore Used to
25 function PrintTicketStore(destinationStore, appState, documentInfo) {
30 * @type {!print_preview.DestinationStore}
33 this.destinationStore_ = destinationStore;
454 print_preview.DestinationStore.EventType.DESTINATION_SELECT,
459 print_preview.DestinationStore.EventType.
465 print_preview.DestinationStore.EventType.
  /external/chromium_org/chrome/browser/resources/print_preview/
print_header.js 13 * @param {!print_preview.DestinationStore} destinationStore Used to get the
18 function PrintHeader(printTicketStore, destinationStore) {
30 * @type {!print_preview.DestinationStore}
33 this.destinationStore_ = destinationStore;
113 print_preview.DestinationStore.EventType.DESTINATION_SELECT,
preview_generator.js 10 * @param {!print_preview.DestinationStore} destinationStore Used to get the
21 destinationStore, printTicketStore, nativeLayer, documentInfo) {
26 * @type {!print_preview.DestinationStore}
29 this.destinationStore_ = destinationStore;
print_preview.js 51 * @type {!print_preview.DestinationStore}
54 this.destinationStore_ = new print_preview.DestinationStore(
385 print_preview.DestinationStore.EventType.
390 print_preview.DestinationStore.EventType.DESTINATION_SELECT,
394 print_preview.DestinationStore.EventType.DESTINATION_SEARCH_DONE,
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/search/
destination_search.js 13 * @param {!print_preview.DestinationStore} destinationStore Data store
22 function DestinationSearch(destinationStore, invitationStore, userInfo) {
27 * @type {!print_preview.DestinationStore}
30 this.destinationStore_ = destinationStore;
34 * @type {!print_preview.DestinationStore}
229 print_preview.DestinationStore.EventType.DESTINATIONS_INSERTED,
233 print_preview.DestinationStore.EventType.DESTINATION_SELECT,
237 print_preview.DestinationStore.EventType.DESTINATION_SEARCH_STARTED,
241 print_preview.DestinationStore.EventType.DESTINATION_SEARCH_DONE
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/previewarea/
preview_area.js 11 * @param {!print_preview.DestinationStore} destinationStore Used to get the
22 destinationStore, printTicketStore, nativeLayer, documentInfo) {
29 * @type {!print_preview.DestinationStore}
32 this.destinationStore_ = destinationStore;

Completed in 1475 milliseconds

1 2