HomeSort by relevance Sort by last modified time
    Searched defs:cancelling (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context.cc 316 GeolocationPermissionRequest* cancelling = local
320 if (cancelling != NULL && web_contents != NULL &&
323 CancelRequest(cancelling);
  /external/chromium_org/chrome/browser/media/
midi_permission_context.cc 297 MidiPermissionRequest* cancelling = pending_requests_.get(id.ToString()); local
300 if (cancelling != NULL && web_contents != NULL &&
303 CancelRequest(cancelling);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java 605 public void setPrintJobCancelling(PrintJobId printJobId, boolean cancelling) {
609 printJob.setCancelling(cancelling);
683 private static final String ATTR_CANCELLING = "cancelling";
1012 String cancelling = parser.getAttributeValue(null, ATTR_CANCELLING); local
    [all...]

Completed in 564 milliseconds