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

  /external/chromium_org/extensions/browser/api/hid/
hid_api.h 165 class HidSendFeatureReportFunction : public HidAsyncApiFunction {
169 HidSendFeatureReportFunction();
176 virtual ~HidSendFeatureReportFunction();
182 DISALLOW_COPY_AND_ASSIGN(HidSendFeatureReportFunction);
hid_api.cc 304 HidSendFeatureReportFunction::HidSendFeatureReportFunction() {}
306 HidSendFeatureReportFunction::~HidSendFeatureReportFunction() {}
308 bool HidSendFeatureReportFunction::Prepare() {
314 void HidSendFeatureReportFunction::AsyncWorkStart() {
331 base::Bind(&HidSendFeatureReportFunction::OnFinished, this));
334 void HidSendFeatureReportFunction::OnFinished(bool success) {

Completed in 2129 milliseconds