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

  /external/chromium_org/chrome/browser/extensions/api/usb/
usb_api.cc 421 CompleteWithError(kErrorPermissionDenied);
427 CompleteWithError(kErrorInitService);
435 CompleteWithError(kErrorNoDevice);
443 CompleteWithError(kErrorNoDevice);
456 CompleteWithError(kErrorNoDevice);
461 CompleteWithError(kErrorDisconnect);
470 CompleteWithError(kErrorNoDevice);
481 void UsbAsyncApiFunction::CompleteWithError(const std::string& error) {
557 CompleteWithError(kErrorPermissionDenied);
563 CompleteWithError(kErrorInitService)
    [all...]
usb_api.h 46 void CompleteWithError(const std::string& error);

Completed in 24 milliseconds