Searched refs:CompleteWithError (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/extensions/browser/api/hid/
H A Dhid_api.cc93 void HidAsyncApiFunction::CompleteWithError(const std::string& error) { function in class:extensions::HidAsyncApiFunction
142 CompleteWithError(kErrorInvalidDeviceId);
148 CompleteWithError(kErrorPermissionDenied);
157 CompleteWithError(kErrorFailedToOpenDevice);
181 CompleteWithError(kErrorConnectionNotFound);
203 CompleteWithError(kErrorConnectionNotFound);
215 CompleteWithError(kErrorTransfer);
245 CompleteWithError(kErrorConnectionNotFound);
260 CompleteWithError(kErrorTransfer);
281 CompleteWithError(kErrorConnectionNotFoun
[all...]
H A Dhid_api.h37 void CompleteWithError(const std::string& error);
/external/chromium_org/extensions/browser/api/usb/
H A Dusb_api.cc475 CompleteWithError(kErrorInitService);
481 CompleteWithError(kErrorNoDevice);
488 CompleteWithError(kErrorNoDevice);
501 CompleteWithError(kErrorNoDevice);
506 CompleteWithError(kErrorDisconnect);
515 CompleteWithError(kErrorNoDevice);
526 void UsbAsyncApiFunction::CompleteWithError(const std::string& error) { function in class:extensions::UsbAsyncApiFunction
597 CompleteWithError(kErrorPermissionDenied);
603 CompleteWithError(kErrorInitService);
682 CompleteWithError(kErrorInitServic
[all...]
H A Dusb_api.h49 void CompleteWithError(const std::string& error);
/external/chromium_org/extensions/browser/api/usb_private/
H A Dusb_private_api.cc56 CompleteWithError(kErrorInitService);
96 CompleteWithError(kErrorInitService);
103 CompleteWithError(kErrorNoDevice);
/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.cc105 void CompleteWithError(const Status& status, blink::WebCryptoResult* result) { function in namespace:content::__anon7555
116 CompleteWithError(status, result);
121 CompleteWithError(Status::ErrorUnexpected(), result);
132 CompleteWithError(status, result);
402 CompleteWithError(state->status, &state->result);
481 CompleteWithError(state->status, &state->result);
518 CompleteWithError(state->status, &state->result);

Completed in 153 milliseconds