Home
last modified time | relevance | path

Searched defs:headers (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/external/chromium_org/net/http/
Dhttp_request_headers_unittest.cc16 HttpRequestHeaders headers; in TEST() local
29 HttpRequestHeaders headers; in TEST() local
35 HttpRequestHeaders headers; in TEST() local
43 HttpRequestHeaders headers; in TEST() local
50 HttpRequestHeaders headers; in TEST() local
57 HttpRequestHeaders headers; in TEST() local
66 HttpRequestHeaders headers; in TEST() local
73 HttpRequestHeaders headers; in TEST() local
81 HttpRequestHeaders headers; in TEST() local
88 HttpRequestHeaders headers; in TEST() local
[all …]
Dhttp_response_headers_unittest.cc32 void HeadersToRaw(std::string* headers) { in HeadersToRaw()
55 const scoped_refptr<net::HttpResponseHeaders>& headers() { return headers_; } in headers() function in __anon9f2d4c030111::HttpResponseHeadersCacheControlTest
97 std::string headers; in TEST_P() local
311 std::string headers = in TEST() local
338 std::string headers = test.raw_headers; in TEST_P() local
526 std::string headers = in TEST() local
548 std::string headers = in TEST() local
568 std::string headers = in TEST() local
586 std::string headers = in TEST() local
630 std::string headers(test.raw_headers); in TEST_P() local
[all …]
Dpartial_data.cc113 bool PartialData::Init(const HttpRequestHeaders& headers) { in Init()
135 void PartialData::SetHeaders(const HttpRequestHeaders& headers) { in SetHeaders()
199 HttpRequestHeaders* headers) { in PrepareCacheValidation()
243 bool PartialData::UpdateFromStoredHeaders(const HttpResponseHeaders* headers, in UpdateFromStoredHeaders()
323 bool PartialData::ResponseHeadersOK(const HttpResponseHeaders* headers) { in ResponseHeadersOK()
377 void PartialData::FixResponseHeaders(HttpResponseHeaders* headers, in FixResponseHeaders()
404 void PartialData::FixContentLength(HttpResponseHeaders* headers) { in FixContentLength()
/external/chromium_org/tools/telemetry/third_party/davclient/
Ddavclient.py67 def _request(self, method, path='', body=None, headers=None): argument
112 def get(self, path, headers=None): argument
117 def head(self, path, headers=None): argument
121 def put(self, path, body=None, f=None, headers=None): argument
128 def post(self, path, body=None, headers=None): argument
133 def mkcol(self, path, headers=None): argument
139 def delete(self, path, headers=None): argument
143 def copy(self, source, destination, body=None, depth='infinity', overwrite=True, headers=None): argument
157 def copy_collection(self, source, destination, depth='infinity', overwrite=True, headers=None): argument
169 def move(self, source, destination, body=None, depth='infinity', overwrite=True, headers=None): argument
[all …]
/external/chromium_org/components/data_reduction_proxy/common/
Ddata_reduction_proxy_headers.cc52 const net::HttpResponseHeaders* headers, in GetDataReductionProxyActionValue()
77 bool ParseHeadersAndSetBypassDuration(const net::HttpResponseHeaders* headers, in ParseHeadersAndSetBypassDuration()
113 bool ParseHeadersAndSetProxyInfo(const net::HttpResponseHeaders* headers, in ParseHeadersAndSetProxyInfo()
159 bool HasDataReductionProxyViaHeader(const net::HttpResponseHeaders* headers, in HasDataReductionProxyViaHeader()
196 const net::HttpResponseHeaders* headers, in GetDataReductionProxyBypassType()
252 const net::HttpResponseHeaders* headers, in GetDataReductionProxyActionFingerprintChromeProxy()
261 const net::HttpResponseHeaders* headers, in GetDataReductionProxyActionFingerprintVia()
270 const net::HttpResponseHeaders* headers, in GetDataReductionProxyActionFingerprintOtherHeaders()
279 const net::HttpResponseHeaders* headers, in GetDataReductionProxyActionFingerprintContentLength()
288 const net::HttpResponseHeaders* headers, in GetDataReductionProxyHeaderWithFingerprintRemoved()
Ddata_reduction_proxy_headers_unittest.cc20 const char* headers; in TEST_F() member
97 std::string headers(tests[i].headers); in TEST_F() local
114 const char* headers; in TEST_F() member
347 std::string headers(tests[i].headers); in TEST_F() local
366 std::string headers = in TEST_F() local
385 const char* headers; in TEST_F() member
499 std::string headers(tests[i].headers); in TEST_F() local
522 const char* headers; in TEST_F() member
622 std::string headers(tests[i].headers); in TEST_F() local
637 const char* headers; in TEST_F() member
[all …]
/external/chromium_org/net/spdy/
Dhpack_round_trip_test.cc60 map<string, string> headers; in TEST_F() local
68 map<string, string> headers; in TEST_F() local
76 map<string, string> headers; in TEST_F() local
91 map<string, string> headers; in TEST_F() local
100 map<string, string> headers; in TEST_F() local
110 map<string, string> headers; in TEST_F() local
147 map<string, string> headers; in TEST_F() local
Dhpack_encoder_test.cc178 map<string, string> headers; in TEST_F() local
186 map<string, string> headers; in TEST_F() local
195 map<string, string> headers; in TEST_F() local
205 map<string, string> headers; in TEST_F() local
218 map<string, string> headers; in TEST_F() local
234 map<string, string> headers; in TEST_F() local
247 map<string, string> headers; in TEST_F() local
258 map<string, string> headers; in TEST_F() local
292 map<string, string> headers; in TEST_F() local
306 map<string, string> headers; in TEST_F() local
[all …]
Dspdy_headers_block_parser_test.cc51 string headers; in CreateHeaders() local
123 string headers(CreateHeaders(1, false)); in TEST_P() local
141 string headers(CreateHeaders(1, true)); in TEST_P() local
160 string headers(CreateHeaders(kNumHeadersInBlock, false)); in TEST_P() local
197 string headers(CreateHeaders(1, false)); in TEST_P() local
222 string headers = EncodeLength( in TEST_P() local
234 string headers = EncodeLength(1) + EncodeLength( in TEST_P() local
244 string headers = CreateHeaders(1, false) + "foobar"; in TEST_P() local
Dspdy_websocket_test_util.cc17 std::string SpdyWebSocketTestUtil::GetHeader(const SpdyHeaderBlock& headers, in GetHeader()
35 scoped_ptr<SpdyHeaderBlock> headers(new SpdyHeaderBlock()); in ConstructSpdyWebSocketSynStream() local
53 scoped_ptr<SpdyHeaderBlock> headers, in ConstructSpdyWebSocketHandshakeRequestFrame()
61 scoped_ptr<SpdyHeaderBlock> headers, in ConstructSpdyWebSocketHandshakeResponseFrame()
71 scoped_ptr<SpdyHeaderBlock> headers(new SpdyHeaderBlock()); in ConstructSpdyWebSocketHeadersFrame() local
Dspdy_http_utils.cc27 SpdyHeaderBlock* headers) { in AddSpdyHeader()
37 bool SpdyHeadersToHttpResponse(const SpdyHeaderBlock& headers, in SpdyHeadersToHttpResponse()
104 SpdyHeaderBlock* headers) { in CreateSpdyHeadersFromHttpRequest()
142 SpdyHeaderBlock* headers) { in CreateSpdyHeadersFromHttpResponse()
196 GURL GetUrlFromHeaderBlock(const SpdyHeaderBlock& headers, in GetUrlFromHeaderBlock()
Dspdy_header_block.cc13 const SpdyHeaderBlock* headers, in SpdyHeaderBlockNetLogCallback()
30 SpdyHeaderBlock* headers) { in SpdyHeaderBlockFromNetLogParam()
/external/chromium_org/content/browser/
Dtransition_request_manager_unittest.cc21 scoped_refptr<net::HttpResponseHeaders> headers; in TEST_F() local
34 scoped_refptr<net::HttpResponseHeaders> headers( in TEST_F() local
52 scoped_refptr<net::HttpResponseHeaders> headers( in TEST_F() local
69 scoped_refptr<net::HttpResponseHeaders> headers( in TEST_F() local
91 scoped_refptr<net::HttpResponseHeaders> headers( in TEST_F() local
/external/chromium_org/net/quic/
Dquic_data_stream_test.cc120 string headers = SpdyUtils::SerializeUncompressedHeaders(headers_); in TEST_P() local
133 string headers = SpdyUtils::SerializeUncompressedHeaders(headers_); in TEST_P() local
146 string headers = SpdyUtils::SerializeUncompressedHeaders(headers_); in TEST_P() local
174 string headers = SpdyUtils::SerializeUncompressedHeaders(headers_); in TEST_P() local
206 string headers = SpdyUtils::SerializeUncompressedHeaders(headers_); in TEST_P() local
233 string headers = SpdyUtils::SerializeUncompressedHeaders(headers_); in TEST_P() local
257 string headers = SpdyUtils::SerializeUncompressedHeaders(headers_); in TEST_P() local
298 string headers = SpdyUtils::SerializeUncompressedHeaders(headers_); in TEST_P() local
342 string headers = SpdyUtils::SerializeUncompressedHeaders(headers_); in TEST_P() local
385 string headers = SpdyUtils::SerializeUncompressedHeaders(headers_); in TEST_P() local
[all …]
/external/chromium_org/chrome/common/extensions/docs/server2/
Dservlet.py29 def __init__(self, path, host, headers, arguments={}): argument
36 def ForTest(path, host=None, headers=None, arguments=None): argument
76 def __init__(self, content=None, headers=None, status=None): argument
86 def Ok(content, headers=None): argument
99 def NotFound(content, headers=None): argument
105 def NotModified(content, headers=None): argument
109 def InternalError(content, headers=None): argument
115 def ThrottledError(content, headers=None): argument
130 def AddHeaders(self, headers): argument
/external/chromium_org/net/url_request/
Durl_request_data_job_unittest.cc21 scoped_refptr<net::HttpResponseHeaders> headers( in TEST() local
50 scoped_refptr<net::HttpResponseHeaders> headers( in TEST() local
63 scoped_refptr<net::HttpResponseHeaders> headers( in TEST() local
83 scoped_refptr<net::HttpResponseHeaders> headers( in TEST() local
Durl_request_simple_job_unittest.cc74 void StartRequest(const HttpRequestHeaders* headers) { in StartRequest()
102 HttpRequestHeaders headers; in TEST_F() local
115 HttpRequestHeaders headers; in TEST_F() local
131 HttpRequestHeaders headers; in TEST_F() local
/external/chromium_org/net/tools/balsa/
Dbalsa_headers_token_utils.cc11 const BalsaHeaders& headers, in TokenizeHeaderLine()
28 const base::StringPiece& key, BalsaHeaders* headers) { in RemoveLastTokenFromHeaderValue()
67 const BalsaHeaders& headers, in CheckHeaderForLastToken()
93 const BalsaHeaders& headers, in TokenizeHeaderValue()
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
DInternalRewrite.java13 private final Map<String, String> headers; field in InternalRewrite
15 public InternalRewrite(Map<String, String> headers, String uri) { in InternalRewrite() argument
/external/chromium_org/net/tools/quic/
Dspdy_utils.cc33 void PopulateSpdyHeaderBlock(const BalsaHeaders& headers, in PopulateSpdyHeaderBlock()
61 void PopulateSpdy3RequestHeaderBlock(const BalsaHeaders& headers, in PopulateSpdy3RequestHeaderBlock()
86 void PopulateSpdyResponseHeaderBlock(const BalsaHeaders& headers, in PopulateSpdyResponseHeaderBlock()
159 string SpdyUtils::SerializeUncompressedHeaders(const SpdyHeaderBlock& headers) { in SerializeUncompressedHeaders()
168 BalsaHeaders* headers) { in IsSpecialSpdyHeader()
218 BalsaHeaders* headers) { in ParseReasonAndStatus()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DHeadersTest.java41 Headers headers = response.headers(); in parseNameValueBlock() local
67 Headers headers = response.headers(); in readNameValueBlockDropsForbiddenHeadersSpdy3() local
81 Headers headers = response.headers(); in readNameValueBlockDropsForbiddenHeadersHttp2() local
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
D__init__.py216 def _normalize_headers(headers): argument
219 def _parse_cache_control(headers): argument
242 def _parse_www_authenticate(headers, headername='www-authenticate'): argument
415 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
431 def request(self, method, request_uri, headers, content): argument
449 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
452 def request(self, method, request_uri, headers, content): argument
461 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
475 def request(self, method, request_uri, headers, content, cnonce = None): argument
519 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
[all …]
/external/chromium_org/net/tools/flip_server/
Dspdy_interface.cc126 const SpdyHeaderBlock& headers, in SpdyHandleNewStream()
248 const SpdyHeaderBlock& headers) { in OnSynStream()
281 const SpdyHeaderBlock& headers) { in OnSynReply()
289 const SpdyHeaderBlock& headers) { in OnHeaders()
386 size_t SpdySM::SendSynStream(uint32 stream_id, const BalsaHeaders& headers) { in SendSynStream()
390 size_t SpdySM::SendSynReply(uint32 stream_id, const BalsaHeaders& headers) { in SendSynReply()
422 void SpdySM::CopyHeaders(SpdyHeaderBlock& dest, const BalsaHeaders& headers) { in CopyHeaders()
450 const BalsaHeaders& headers) { in SendSynStreamImpl()
492 size_t SpdySM::SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers) { in SendSynReplyImpl()
575 BalsaHeaders headers; in GetOutput() local
[all …]
/external/chromium_org/net/websockets/
Dwebsocket_basic_handshake_stream.cc91 HttpRequestHeaders* headers) { in AddVectorHeaderIfNonEmpty()
97 GetHeaderResult GetSingleHeaderValue(const HttpResponseHeaders* headers, in GetSingleHeaderValue()
126 bool ValidateUpgrade(const HttpResponseHeaders* headers, in ValidateUpgrade()
145 bool ValidateSecWebSocketAccept(const HttpResponseHeaders* headers, in ValidateSecWebSocketAccept()
164 bool ValidateConnection(const HttpResponseHeaders* headers, in ValidateConnection()
180 const HttpResponseHeaders* headers, in ValidateSubProtocol()
297 bool ValidateExtensions(const HttpResponseHeaders* headers, in ValidateExtensions()
374 const HttpRequestHeaders& headers, in SendRequest()
555 const HttpResponseHeaders* headers = http_response_info_->headers.get(); in ValidateResponse() local
600 const HttpResponseHeaders* headers) { in ValidateUpgradeResponse()
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
DCommonResources.java34 List<Pair<String, String>> headers = new ArrayList<Pair<String, String>>(); in getContentTypeAndCacheHeaders() local
91 public static String makeHtmlPageFrom(String headers, String body) { in makeHtmlPageFrom()
109 public static String makeHtmlPageWithSimpleLinkTo(String headers, String destination) { in makeHtmlPageWithSimpleLinkTo()

12345678910>>...20