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

  /external/chromium_org/net/http/
http_response_info.h 67 // Note also that under normal circumstances, was_cached is set to the correct
69 bool was_cached; member in class:net::HttpResponseInfo
98 // NOTE: If the response was served from the cache (was_cached is true),
  /external/chromium_org/net/url_request/
url_request.h 477 bool was_cached() const { return response_info_.was_cached; } function in class:net::URLRequest
    [all...]

Completed in 55 milliseconds