Searched defs:IsWritePending (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/device/serial/
H A Dserial_io_handler.cc106 DCHECK(!IsWritePending());
129 DCHECK(IsWritePending());
145 bool SerialIoHandler::IsWritePending() const { function in class:device::SerialIoHandler
161 if (IsWritePending() && !write_canceled_) {
/external/chromium_org/content/browser/appcache/
H A Dappcache_response.h224 bool IsWritePending() { return IsIOPending(); } function in class:content::AppCacheResponseWriter

Completed in 168 milliseconds