HomeSort by relevance Sort by last modified time
    Searched refs:headers (Results 351 - 375 of 590) sorted by null

<<11121314151617181920>>

  /external/chromium/net/url_request/
url_request_http_job.h 68 virtual void SetExtraRequestHeaders(const HttpRequestHeaders& headers);
url_request_job.h 47 // Sets extra request headers for Job types that support request headers.
48 virtual void SetExtraRequestHeaders(const HttpRequestHeaders& headers);
186 // Notifies the job that headers have been received.
url_request.h 34 // This stores the values of the Set-Cookie headers received during the request.
209 // response headers if this is a request for a HTTP resource.
360 // Sets all extra request headers. Any extra request headers set by other
363 void SetExtraRequestHeaders(const HttpRequestHeaders& headers);
376 // once the delegate's OnResponseStarted method has been called. Headers
380 // TODO(darin): add API to enumerate response headers.
384 // Get all response headers, \n-delimited and \n\0-terminated. This includes
386 void GetAllResponseHeaders(std::string* headers);
424 // Get all response headers, as a HttpResponseHeaders object. See comment
    [all...]
url_request_file_job.cc 282 const HttpRequestHeaders& headers) {
284 if (headers.GetHeader(HttpRequestHeaders::kRange, &range_header)) {
  /external/chromium/third_party/libevent/
evhttp.h 304 /* Interfaces for dealing with HTTP headers */
349 * @param headers the head of the evkeyval queue
351 void evhttp_parse_query(const char *uri, struct evkeyvalq *headers);
  /external/webkit/Source/WebCore/inspector/
InspectorProfilerAgent.h 79 void getProfileHeaders(ErrorString* error, RefPtr<InspectorArray>* headers);
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginStream.h 93 void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, const WTF::String& mimeType, NSData *headers);
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.cpp 387 void PluginControllerProxy::streamDidReceiveResponse(uint64_t streamID, const String& responseURLString, uint32_t streamLength, uint32_t lastModifiedTime, const String& mimeType, const String& headers)
389 m_plugin->streamDidReceiveResponse(streamID, KURL(ParsedURLString, responseURLString), streamLength, lastModifiedTime, mimeType, headers);
407 void PluginControllerProxy::manualStreamDidReceiveResponse(const String& responseURLString, uint32_t streamLength, uint32_t lastModifiedTime, const String& mimeType, const String& headers)
412 m_plugin->manualStreamDidReceiveResponse(KURL(ParsedURLString, responseURLString), streamLength, lastModifiedTime, mimeType, headers);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.cpp 229 void PluginProxy::streamDidReceiveResponse(uint64_t streamID, const KURL& responseURL, uint32_t streamLength, uint32_t lastModifiedTime, const WTF::String& mimeType, const WTF::String& headers)
231 m_connection->connection()->send(Messages::PluginControllerProxy::StreamDidReceiveResponse(streamID, responseURL.string(), streamLength, lastModifiedTime, mimeType, headers), m_pluginInstanceID);
249 void PluginProxy::manualStreamDidReceiveResponse(const KURL& responseURL, uint32_t streamLength, uint32_t lastModifiedTime, const WTF::String& mimeType, const WTF::String& headers)
251 m_connection->connection()->send(Messages::PluginControllerProxy::ManualStreamDidReceiveResponse(responseURL.string(), streamLength, lastModifiedTime, mimeType, headers), m_pluginInstanceID);
  /external/webkit/Tools/TestResultServer/handlers/
dashboardhandler.py 65 self.response.headers["Content-Type"] = content_type
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayer.h 43 const char *url, const KeyedVector<String8, String8> *headers);
NuPlayerDriver.cpp 67 const char *url, const KeyedVector<String8, String8> *headers) {
70 mPlayer->setDataSource(url, headers);
  /frameworks/base/obex/javax/obex/
ServerOperation.java 165 * Determine if any headers were sent in the initial request
241 * operation even if no headers will be sent; if <code>false</code>
243 * headers to send
442 * Determine if any headers were sent in the initial request
507 * Returns the headers that have been received during the operation.
508 * Modifying the object returned has no effect on the headers that are sent
510 * @return the headers received during this <code>Operation</code>
519 * Specifies the headers that should be sent in the next OBEX message that
521 * @param headers the headers to send in the next messag
    [all...]
  /libcore/luni/src/test/java/libcore/net/http/
HttpResponseCacheTest.java 552 List<String> headers = conditionalRequest.getHeaders(); local
553 assertTrue(headers.contains("If-Modified-Since: " + lastModifiedDate));
592 List<String> headers = conditionalRequest.getHeaders(); local
593 assertTrue(headers.contains("If-Modified-Since: " + lastModifiedDate));
619 List<String> headers = conditionalRequest.getHeaders(); local
620 assertTrue(headers.contains("If-Modified-Since: " + lastModifiedDate));
776 List<String> headers = conditionalRequest.getHeaders(); local
798 List<String> headers = conditionalRequest.getHeaders(); local
812 List<String> headers = conditionalRequest.getHeaders(); local
1032 List<String> headers = request.getHeaders(); local
1045 List<String> headers = request.getHeaders(); local
1719 List<String> headers = new ArrayList<String>(response.getHeaders()); local
    [all...]
  /external/chromium/chrome/browser/renderer_host/
download_resource_handler.cc 100 if (!response->response_head.headers ||
101 !response->response_head.headers->GetMimeType(&content_type_header))
  /external/chromium/chrome/browser/sync/glue/
http_bridge.cc 141 void HttpBridge::SetExtraRequestHeaders(const char * headers) {
144 extra_headers_.assign(headers);
  /external/chromium/net/base/
net_util.h 135 // Return the value of the HTTP response header with name 'name'. 'headers'
138 std::wstring GetSpecificHeader(const std::wstring& headers,
140 std::string GetSpecificHeader(const std::string& headers,
  /external/chromium/net/socket_stream/
socket_stream.h 183 char* headers() const { return headers_.get(); } function in class:net::SocketStream::ResponseHeaders
261 int HandleAuthChallenge(const HttpResponseHeaders* headers);
  /external/llvm/tools/llvm-config/
llvm-config.in.in 184 --includedir Directory containing LLVM headers.
186 --cppflags C preprocessor flags for files that include LLVM headers.
187 --cflags C compiler flags for files that include LLVM headers.
188 --cxxflags C++ compiler flags for files that include LLVM headers.
  /external/stlport/
configure 32 --includedir=<dir> install path for headers (PREFIX/include)
40 --with-boost=<dir> use boost headers in catalog <dir>
  /external/webkit/Source/WebCore/bindings/scripts/
gobject-generate-headers.pl 30 This file has been generated by gobject-generate-headers.pl. DO NOT MODIFY!
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 155 uint32_t lastModifiedTime, const String& mimeType, const String& headers);
160 uint32_t lastModifiedTime, const String& mimeType, const String& headers);
  /external/webkit/Tools/wx/packaging/debian/
rules 35 dh_install -pwebkitwx-headers \
  /frameworks/base/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 111 const char *url, const KeyedVector<String8, String8> *headers)
122 status_t ret = p->setDataSource(url, headers);
  /frameworks/base/media/libstagefright/include/
AwesomePlayer.h 69 const KeyedVector<String8, String8> *headers = NULL);
251 const KeyedVector<String8, String8> *headers = NULL);

Completed in 2936 milliseconds

<<11121314151617181920>>