OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:was_cached
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/http/
http_response_info.h
47
bool
was_cached
;
member in class:net::HttpResponseInfo
62
// NOTE: If the response was served from the cache (
was_cached
is true),
/external/chromium/net/url_request/
url_request.h
401
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 204 milliseconds