Home
last modified time | relevance | path

Searched refs:nextCommaPosition (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
DResourceResponseBase.cpp637 size_t nextCommaPosition = safeHeader.find(',', pos); in parseCacheHeader() local
639 …qualSignPosition != notFound && (nextEqualSignPosition < nextCommaPosition || nextCommaPosition ==… in parseCacheHeader()
676 …} else if (nextCommaPosition != notFound && (nextCommaPosition < nextEqualSignPosition || nextEqua… in parseCacheHeader()
678 …(pair<String, String>(trimToNextSeparator(safeHeader.substring(pos, nextCommaPosition - pos).strip… in parseCacheHeader()
679 pos += nextCommaPosition - pos + 1; in parseCacheHeader()