Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/text/
DLineEnding.cpp152 void normalizeToCROrLF(const CString& from, Vector<char>& result, bool toCR);
155 void normalizeToCROrLF(const CString& from, Vector<char>& result, bool toCR) in normalizeToCROrLF() function
213 normalizeToCROrLF(from, result, true); in normalizeLineEndingsToCR()
218 normalizeToCROrLF(from, result, false); in normalizeLineEndingsToLF()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0634727 (WebCore::normalizeToCROrLF):
37734 (WebCore::normalizeToCROrLF): use the correct type for a string length.