Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/text/
DLineEnding.cpp154 void normalizeToCROrLF(const CString& from, Vector<char>& result, bool toCR);
157 void normalizeToCROrLF(const CString& from, Vector<char>& result, bool toCR) in normalizeToCROrLF() function
219 normalizeToCROrLF(from, result, true); in normalizeLineEndingsToCR()
224 normalizeToCROrLF(from, result, false); in normalizeLineEndingsToLF()