OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:response_truncated
(Results
1 - 13
of
13
) sorted by null
/external/chromium/net/http/
http_response_info.h
34
bool InitFromPickle(const Pickle& pickle, bool*
response_truncated
);
39
bool
response_truncated
) const;
http_response_info.cc
106
bool*
response_truncated
) {
182
*
response_truncated
= (flags & RESPONSE_INFO_TRUNCATED) ? true : false;
189
bool
response_truncated
) const {
200
if (
response_truncated
)
http_cache.h
164
bool*
response_truncated
);
http_cache.cc
432
bool*
response_truncated
) {
434
return response_info->InitFromPickle(pickle,
response_truncated
);
[
all
...]
http_cache_unittest.cc
574
bool*
response_truncated
) {
585
response_truncated
);
592
bool
response_truncated
) {
595
&pickle, skip_transient_headers,
response_truncated
);
4125
bool
response_truncated
;
local
[
all
...]
/external/chromium_org/net/http/
http_response_info.h
54
bool InitFromPickle(const Pickle& pickle, bool*
response_truncated
);
59
bool
response_truncated
) const;