Searched refs:replaceWithLiteral (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFStringTest.cpp116 testString.replaceWithLiteral('2', "");
121 testString.replaceWithLiteral('2', "3");
126 testString.replaceWithLiteral('2', "555");
131 testString.replaceWithLiteral('3', "NotFound");
137 testString.replaceWithLiteral(UChar(0x00E9 /*U+00E9 is 'é'*/), "e");
142 testString.replaceWithLiteral(UChar(0x00E9 /*U+00E9 is 'é'*/), "");
147 testString.replaceWithLiteral('3', "NotFound");
H A DWTFString.h292 ALWAYS_INLINE String& replaceWithLiteral(UChar a, const char (&characters)[charactersCount]) function in class:WTF::String
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLTProcessor.cpp42 text.replaceWithLiteral('&', "&");
43 text.replaceWithLiteral('<', "&lt;");
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFormSubmission.cpp70 body = decodeURLEscapeSequences(body.replaceWithLiteral('&', "\r\n").replace('+', ' ') + "\r\n");
76 body = String(bodyData.data(), bodyData.size()).replaceWithLiteral('+', "%20");
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp1310 value.replaceWithLiteral('\\', "\\\\");
1311 value.replaceWithLiteral('\n', "\\n");
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp1658 value.replaceWithLiteral('\\', "\\\\");
1659 value.replaceWithLiteral('\n', "\\n");
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp1512 m_applyFontFace.replaceWithLiteral('\'', "");

Completed in 168 milliseconds