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

  /external/chromium_org/chrome/browser/extensions/api/hid/
hid_api.h 171 class HidSendFeatureReportFunction : public HidAsyncApiFunction {
175 HidSendFeatureReportFunction();
182 virtual ~HidSendFeatureReportFunction();
189 DISALLOW_COPY_AND_ASSIGN(HidSendFeatureReportFunction);
hid_api.cc 269 HidSendFeatureReportFunction::HidSendFeatureReportFunction() {}
271 HidSendFeatureReportFunction::~HidSendFeatureReportFunction() {}
273 bool HidSendFeatureReportFunction::Prepare() {
279 void HidSendFeatureReportFunction::AsyncWorkStart() {
292 base::Bind(&HidSendFeatureReportFunction::OnFinished, this));
295 void HidSendFeatureReportFunction::OnFinished(bool success, size_t bytes) {

Completed in 90 milliseconds