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

  /external/chromium_org/device/serial/
serial_io_handler.cc 106 DCHECK(!IsWritePending());
129 DCHECK(IsWritePending());
145 bool SerialIoHandler::IsWritePending() const {
161 if (IsWritePending() && !write_canceled_) {
  /external/chromium_org/content/browser/appcache/
appcache_response.h 224 bool IsWritePending() { return IsIOPending(); }

Completed in 252 milliseconds