Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/api/serial/
Dserial_io_handler.cc82 bool SerialIoHandler::IsWritePending() const { in IsWritePending() function in extensions::SerialIoHandler
/external/chromium_org/webkit/browser/appcache/
Dappcache_response.h224 bool IsWritePending() { return IsIOPending(); } in IsWritePending() function