Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/print_preview/
Dcloud_print_interface.js160 new HttpParam('connection_status', 'ALL'),
161 new HttpParam('client', 'chrome'),
162 new HttpParam('use_cdd', 'true')
165 params.push(new HttpParam('q', '^recent'));
193 new HttpParam('printerid', destination.id),
194 new HttpParam('contentType', 'dataUrl'),
195 new HttpParam('title', documentInfo.title),
196 new HttpParam('ticket',
198 new HttpParam('content', 'data:application/pdf;base64,' + data),
199 new HttpParam('tag',
[all …]