HomeSort by relevance Sort by last modified time
    Searched full:destinationid (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/resources/print_preview/
native_layer.js 159 * @param {string} destinationId ID of the destination.
161 startGetPrivetDestinationCapabilities: function(destinationId) {
162 chrome.send('getPrivetPrinterCapabilities', [destinationId]);
168 * @param {string} destinationId ID of the destination.
170 startGetLocalDestinationCapabilities: function(destinationId) {
171 chrome.send('getPrinterCapabilities', [destinationId]);
478 * @param {string} destinationId Printer affected by error.
481 onFailedToGetPrinterCapabilities_: function(destinationId) {
484 getCapsFailEvent.destinationId = destinationId;
    [all...]
cloud_print_interface.js 707 * @param {string} destinationId ID of the destination that was looked up.
711 onPrinterDone_: function(destinationId, request) {
757 errorEvent.destinationId = destinationId;
  /external/chromium_org/chrome/browser/resources/print_preview/data/
destination_store.js 744 var destinationId = event.settingsInfo['printerId'];
747 destinationId,
754 if (destinationId ==
772 {deviceName: destinationId, printerName: destinationId});
778 this.selectedDestination_.id == destinationId) {
794 event.destinationId);
796 this.sameAsPersistedDestination_(event.destinationId,
843 this.sameAsPersistedDestination_(event.destinationId,
846 'Failed to fetch last used printer caps: ' + event.destinationId);
    [all...]
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_channel_apitest.cc 356 "\"destinationId\": \"dest\", \"data\": 1235}]",
369 "\"destinationId\": \"dest\", \"data\": \"data\"}]",
382 "\"destinationId\": \"dest\", \"data\": \"data\"}]",
395 "\"destinationId\": \"\", \"data\": \"data\"}]",
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandDetails.java 95 public int destinationId;
ValueParser.java 72 devIds.destinationId = rawValue[valueIndex + 1] & 0xff;
CatService.java 684 private void eventDownload(int event, int sourceId, int destinationId,
707 buf.write(destinationId); // destination device id
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
gcm.json 69 "destinationId": {
  /external/chromium_org/extensions/common/api/
cast_channel.idl 121 DOMString destinationId;
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
cloudMessaging.html 292 destinationId: senderId + "@gcm.googleapis.com",
cloudMessagingV2.html 289 destinationId: senderId + "@gcm.googleapis.com",
  /external/chromium_org/third_party/closure_compiler/externs/
chrome_extensions.js     [all...]

Completed in 6027 milliseconds