HomeSort by relevance Sort by last modified time
    Searched defs:headerFields (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/websockets/
WebSocketHandshakeRequest.cpp 78 const HTTPHeaderMap& WebSocketHandshakeRequest::headerFields() const
WebSocketHandshakeResponse.cpp 83 const HTTPHeaderMap& WebSocketHandshakeResponse::headerFields() const
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 151 HTTPHeaderMap headerFields;
177 String currentValue = headerFields.get(lastHeaderKey);
180 headerFields.set(lastHeaderKey, currentValue + newValue);
204 String oldValue = headerFields.get(lastHeaderKey);
212 headerFields.set(lastHeaderKey, value);
216 return headerFields;
219 static NPError parsePostBuffer(bool isFile, const char *buffer, uint32_t length, bool parseHeaders, HTTPHeaderMap& headerFields, Vector<uint8_t>& bodyData)
247 headerFields = parseRFC822HeaderFields(postBuffer, location);
253 String contentLength = headerFields.get("Content-Length");
257 headerFields.remove("Content-Length")
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp     [all...]

Completed in 61 milliseconds