ListInterfaces 192 chrome/browser/devtools/adb/android_usb_device.cc scoped_refptr<UsbConfigDescriptor> config = device->ListInterfaces(); ListInterfaces 216 chrome/browser/devtools/adb/android_usb_device.cc scoped_refptr<UsbConfigDescriptor> config = (*it)->ListInterfaces(); ListInterfaces 273 chrome/browser/devtools/adb/android_usb_device.cc scoped_refptr<UsbConfigDescriptor> config = (*it)->ListInterfaces(); ListInterfaces 29 chrome/browser/extensions/api/usb/usb_api.cc namespace ListInterfaces = usb::ListInterfaces; ListInterfaces 737 chrome/browser/extensions/api/usb/usb_api.cc parameters_ = ListInterfaces::Params::Create(*args_); ListInterfaces 748 chrome/browser/extensions/api/usb/usb_api.cc device_handle->device()->ListInterfaces(); ListInterfaces 167 chrome/browser/extensions/api/usb/usb_api.h scoped_ptr<extensions::api::usb::ListInterfaces::Params> parameters_; ListInterfaces 83 chrome/browser/extensions/api/usb/usb_apitest.cc MOCK_METHOD0(ListInterfaces, scoped_refptr<UsbConfigDescriptor>()); ListInterfaces 125 chrome/browser/extensions/api/usb/usb_apitest.cc IN_PROC_BROWSER_TEST_F(UsbApiTest, ListInterfaces) { ListInterfaces 126 chrome/browser/extensions/api/usb/usb_apitest.cc EXPECT_CALL(*mock_device_.get(), ListInterfaces()) ListInterfaces 106 chrome/browser/usb/usb_device.cc scoped_refptr<UsbConfigDescriptor> interfaces = ListInterfaces(); ListInterfaces 56 chrome/browser/usb/usb_device.h virtual scoped_refptr<UsbConfigDescriptor> ListInterfaces();