OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESPONSE_INFO_TRUNCATED
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
http_response_info.cc
47
RESPONSE_INFO_TRUNCATED
= 1 << 12,
182
*response_truncated = (flags &
RESPONSE_INFO_TRUNCATED
) ? true : false;
201
flags |=
RESPONSE_INFO_TRUNCATED
;
/external/chromium_org/net/http/
http_response_info.cc
66
RESPONSE_INFO_TRUNCATED
= 1 << 12,
274
*response_truncated = (flags &
RESPONSE_INFO_TRUNCATED
) != 0;
296
flags |=
RESPONSE_INFO_TRUNCATED
;
Completed in 270 milliseconds