Searched refs:headers (Results 401 - 425 of 974) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/google_apis/gcm/engine/
H A Dunregistration_request.cc144 net::HttpRequestHeaders headers; local
145 headers.SetHeader(net::HttpRequestHeaders::kAuthorization, auth_header);
146 headers.SetHeader(kAppIdKey, request_info_.app_id);
147 url_fetcher_->SetExtraRequestHeaders(headers.ToString());
H A Dunregistration_request_unittest.cc134 net::HttpRequestHeaders headers; local
135 fetcher->GetExtraRequestHeaders(&headers);
137 headers.GetHeader(net::HttpRequestHeaders::kAuthorization, &auth_header);
146 headers.GetHeader("app", &app_id_header);
/external/chromium_org/media/base/
H A Dmedia_posix.cc28 #error FFmpeg headers not included!
/external/chromium_org/mojo/examples/png_viewer/
H A Dpng_viewer.cc103 int content_length = GetContentLength(response->headers);
164 int GetContentLength(const Array<String>& headers) { argument
165 for (size_t i = 0; i < headers.size(); ++i) {
166 base::StringTokenizer t(headers[i], ": ;=");
/external/chromium_org/net/http/
H A Dhttp_response_info.h115 // The time at which the response headers were received. For cached
119 // If the response headers indicate a 401 or 407 failure, then this structure
132 // The parsed response headers and status line.
133 scoped_refptr<HttpResponseHeaders> headers; member in class:net::HttpResponseInfo
H A Dhttp_transaction.h37 // Provides an opportunity to add proxy-specific request headers. Called after
38 // it is determined that a proxy is being used and before the request headers
40 // and additional headers may be added to |request_headers|.
90 // chance to process the response headers from all of the intermediate
115 // Gets the full request headers sent to the server. This is guaranteed to
119 // Returns true and overwrites headers if it can get the request headers;
120 // otherwise, returns false and does not modify headers.
121 virtual bool GetFullRequestHeaders(HttpRequestHeaders* headers) const = 0;
143 // zero will be returned. This does not include the request headers
[all...]
H A Dhttp_util.h55 // Scans the headers and look for the first "Range" header in |headers|,
61 static bool ParseRanges(const std::string& headers,
69 // Scans the '\r\n'-delimited headers for the given header name. Returns
72 static bool HasHeader(const std::string& headers, const char* name);
85 // Strips all header lines from |headers| whose name matches
89 static std::string StripHeaders(const std::string& headers,
93 // Multiple occurances of some headers cannot be coalesced into a comma-
140 // Returns index beyond the end-of-headers marker or -1 if not found. RFC
141 // 2616 defines the end-of-headers marke
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_websocket_stream.h73 int SendRequest(scoped_ptr<SpdyHeaderBlock> headers);
/external/chromium_org/net/test/embedded_test_server/
H A Dhttp_request.h38 std::map<std::string, std::string> headers; member in struct:net::test_server::HttpRequest
64 STATE_HEADERS, // Waiting for a request headers.
89 // Parses headers and returns ACCEPTED if whole request was parsed. Otherwise
/external/chromium_org/net/tools/balsa/
H A Dbalsa_visitor_interface.h65 // Since the BalsaFrame already has to parse the headers in order to
68 // that purpose-- parsed headers are passed into this function.
70 // headers - contains the parsed headers in the order in which
72 virtual void ProcessHeaders(const BalsaHeaders& headers) = 0;
H A Dnoop_balsa_visitor.h26 virtual void ProcessHeaders(const BalsaHeaders& headers) OVERRIDE { }
/external/chromium_org/net/tools/get_server_time/
H A Dget_server_time.cc6 // response headers of an http/https HEAD request and compares it to
59 // For the sources that are supported (HTTP date headers, TLS
277 const net::HttpResponseHeaders* const headers = member in class:net
279 if (!headers) {
280 LOG(ERROR) << "Response does not have any headers";
286 while (headers->EnumerateHeader(&iter, "Date", &date_header)) {
291 if (!headers->GetDateValue(&server_time)) {
292 LOG(ERROR) << "Could not parse time from server response headers";
/external/chromium_org/net/websockets/
H A Dwebsocket_stream.h191 // removed, multiple headers concatenated into one comma-separated list). See
210 const scoped_refptr<HttpResponseHeaders>& headers,
/external/chromium_org/ppapi/proxy/
H A Durl_response_info_resource.cc58 return StringVar::StringToPPVar(data_.headers);
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_url_request_job.h51 const net::HttpRequestHeaders& headers) OVERRIDE;
/external/chromium_org/styleguide/c++/chromium-cpp/
H A Dmain.py43 self.response.headers['Content-Type'] = 'text/css'
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DCrossOriginAccessControl.cpp111 // control headers.
176 Vector<String> headers; local
177 headerValue.split(',', false, headers);
178 for (unsigned headerCount = 0; headerCount < headers.size(); headerCount++) {
179 String strippedHeader = headers[headerCount].stripWhiteSpace();
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DRequest.h44 Headers* headers() const { return m_headers; } function in class:blink::FINAL
H A DResponse.h43 Headers* headers() const;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
H A D__init__.py79 'Client\'s opening handshake headers: %r', dict(request.headers_in))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
H A Dlayouttestsserver.py51 json_raw_data = self.rfile.read(int(self.headers.getheader('content-length')))
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Dtestdata.h24 * number of entries in headers. Default headers can be specified in
25 * the TestDataModule info section. The default headers will be overriden
26 * by per-test headers.
95 RBTestData(UResourceBundle *data, UResourceBundle *headers, UErrorCode& status);
/external/chromium_org/third_party/libwebp/dec/
H A Dwebpi.h53 // Structure storing a description of the RIFF headers.
70 // In 'headers', compressed_size, offset, alpha_data, alpha_size, and lossless
72 VP8StatusCode WebPParseHeaders(WebPHeaderStructure* const headers);
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dwebsocket_unittest.py18 key = self.headers.getheader('Sec-WebSocket-Key')
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dtestdata.h24 * number of entries in headers. Default headers can be specified in
25 * the TestDataModule info section. The default headers will be overriden
26 * by per-test headers.
95 RBTestData(UResourceBundle *data, UResourceBundle *headers, UErrorCode& status);

Completed in 1230 milliseconds

<<11121314151617181920>>