Home
last modified time | relevance | path

Searched refs:ConvertTransferTypeSafely (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/usb/
Dusb_api.h161 bool ConvertTransferTypeSafely(const UsbTransferType& input,
Dusb_api.cc779 if (!ConvertTransferTypeSafely(endpoint->GetTransferType(), &type) || in AsyncWorkStart()
835 bool UsbListInterfacesFunction::ConvertTransferTypeSafely( in ConvertTransferTypeSafely() function in extensions::UsbListInterfacesFunction