HomeSort by relevance Sort by last modified time
    Searched refs:CompleteWithError (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/hid/
hid_api.cc 70 void HidAsyncApiFunction::CompleteWithError(const std::string& error) {
93 CompleteWithError(kErrorPermissionDenied);
114 CompleteWithError(kErrorInvalidDeviceId);
125 CompleteWithError(kErrorPermissionDenied);
134 CompleteWithError(kErrorFailedToOpenDevice);
158 CompleteWithError(kErrorConnectionNotFound);
180 CompleteWithError(kErrorConnectionNotFound);
191 CompleteWithError(kErrorTransfer);
214 CompleteWithError(kErrorConnectionNotFound);
228 CompleteWithError(kErrorTransfer)
    [all...]
hid_api.h 39 void CompleteWithError(const std::string& error);
  /external/chromium_org/extensions/browser/api/usb/
usb_api.cc 428 CompleteWithError(kErrorPermissionDenied);
434 CompleteWithError(kErrorInitService);
442 CompleteWithError(kErrorNoDevice);
450 CompleteWithError(kErrorNoDevice);
463 CompleteWithError(kErrorNoDevice);
468 CompleteWithError(kErrorDisconnect);
477 CompleteWithError(kErrorNoDevice);
488 void UsbAsyncApiFunction::CompleteWithError(const std::string& error) {
559 CompleteWithError(kErrorPermissionDenied);
565 CompleteWithError(kErrorInitService)
    [all...]
usb_api.h 44 void CompleteWithError(const std::string& error);
  /external/chromium_org/content/child/webcrypto/
webcrypto_impl.cc 99 result->completeWithError(blink::WebCryptoErrorTypeOperation,
103 void CompleteWithError(const Status& status, blink::WebCryptoResult* result) {
106 result->completeWithError(status.error_type(),
114 CompleteWithError(status, result);
119 CompleteWithError(Status::ErrorUnexpected(), result);
131 CompleteWithError(status, result);
401 CompleteWithError(state->status, &state->result);
480 CompleteWithError(state->status, &state->result);
518 CompleteWithError(state->status, &state->result);

Completed in 334 milliseconds