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

  /external/chromium_org/chrome/browser/extensions/api/hid/
hid_api.h 48 class HidGetDevicesFunction : public HidAsyncApiFunction {
52 HidGetDevicesFunction();
58 virtual ~HidGetDevicesFunction();
64 DISALLOW_COPY_AND_ASSIGN(HidGetDevicesFunction);
hid_api.cc 75 HidGetDevicesFunction::HidGetDevicesFunction() {}
77 HidGetDevicesFunction::~HidGetDevicesFunction() {}
79 bool HidGetDevicesFunction::Prepare() {
85 void HidGetDevicesFunction::AsyncWorkStart() {

Completed in 75 milliseconds