Home
last modified time | relevance | path

Searched refs:IsIOPending (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/browser/appcache/
Dappcache_response.h110 bool IsIOPending() { return !callback_.is_null(); } in IsIOPending() function
164 bool IsReadPending() { return IsIOPending(); } in IsReadPending()
224 bool IsWritePending() { return IsIOPending(); } in IsWritePending()