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

  /external/chromium/net/http/
http_response_info.h 48 bool was_cached; member in class:net::HttpResponseInfo
63 // NOTE: If the response was served from the cache (was_cached is true),
  /external/chromium/net/url_request/
url_request.h 402 bool was_cached() const { return response_info_.was_cached; } function in class:net::URLRequest
  /external/dbus/dbus/
dbus-message.c 587 dbus_bool_t was_cached; local
605 was_cached = FALSE;
646 was_cached = TRUE;
656 if (!was_cached)
    [all...]

Completed in 130 milliseconds