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

  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_api.h 87 class SerialUpdateFunction : public SerialAsyncApiFunction {
91 SerialUpdateFunction();
94 virtual ~SerialUpdateFunction();
serial_api.cc 184 SerialUpdateFunction::SerialUpdateFunction() {}
186 SerialUpdateFunction::~SerialUpdateFunction() {}
188 bool SerialUpdateFunction::Prepare() {
195 void SerialUpdateFunction::Work() {

Completed in 31 milliseconds