Searched refs:headerValue (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/network/soup/
H A DResourceResponseSoup.cpp66 const char* headerValue; local
69 while (soup_message_headers_iter_next(&headersIter, &headerName, &headerValue))
70 m_httpHeaderFields.set(String::fromUTF8(headerName), String::fromUTF8(headerValue));
H A DResourceRequestSoup.cpp95 const char* headerValue; local
97 while (soup_message_headers_iter_next(&headersIter, &headerName, &headerValue)) {
98 m_httpHeaderFields.set(String::fromUTF8(headerName), String::fromUTF8(headerValue));
/external/webrtc/src/system_wrappers/source/
H A Daligned_malloc.cc96 uintptr_t headerValue = (uintptr_t)returnValue; local
97 memcpy(headerPtr,&headerValue,sizeof(uintptr_t));
/external/webkit/Source/WebCore/inspector/front-end/
H A DCookieParser.js80 _initialize: function(headerValue)
82 this._input = headerValue;
83 if (typeof headerValue !== "string")
/external/webkit/Tools/CodeCoverage/
H A Dregenerate-coverage-display100 <td class="headerValue" width="80%%" colspan=4>%(path)s</td>
104 <td class="headerValue" width="80%%" colspan=4>%(product)s</td>
108 <td class="headerValue" width="20%%">%(date)s</td>
111 <td class="headerValue" width="20%%">%(total_lines)s</td>
115 <td class="headerValue" width="20%%">%(covered_lines)s</td>
118 <td class="headerValue" width="20%%">%(total_executed)s</td>
/external/webkit/Source/WebCore/platform/network/mac/
H A DResourceResponseMac.mm104 if (NSString* headerValue = [headers objectForKey:commonHeaderFields[i]])
105 m_httpHeaderFields.set([commonHeaderFields[i] UTF8String], headerValue);
/external/webkit/Source/WebCore/platform/network/
H A DResourceResponseBase.cpp400 String headerValue = headers.get(headerName); local
401 if (headerValue.isEmpty())
407 double dateInMilliseconds = parseDate(headerValue);
431 String headerValue = m_httpHeaderFields.get(headerName); local
433 m_age = headerValue.toDouble(&ok);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DLexer.java81 String headerValue = null;
84 headerValue = line.substring(begin + 1);
88 return headerValue;
H A DParserFactory.java287 String headerValue = Lexer.getHeaderValue(line);
288 if (headerName == null || headerValue == null)
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DHeaderFactoryImpl.java1197 * @param headerValue -- header value for the header to parse.
1203 String headerValue)
1211 .append(headerValue)
1201 createHeader( String headerName, String headerValue) argument
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp1034 String headerValue = String(header + pos + 1, headerLength - pos - 1); local
1036 response.setHTTPHeaderField(headerName, headerValue);

Completed in 432 milliseconds