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

  /external/chromium_org/extensions/browser/api/serial/
serial_api.h 87 class SerialUpdateFunction : public SerialAsyncApiFunction {
91 SerialUpdateFunction();
94 virtual ~SerialUpdateFunction();
serial_api.cc 180 SerialUpdateFunction::SerialUpdateFunction() {
183 SerialUpdateFunction::~SerialUpdateFunction() {
186 bool SerialUpdateFunction::Prepare() {
193 void SerialUpdateFunction::Work() {

Completed in 644 milliseconds