HomeSort by relevance Sort by last modified time
    Searched refs:replaceWithLiteral (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFStringTest.cpp 116 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");
WTFString.h 292 ALWAYS_INLINE String& replaceWithLiteral(UChar a, const char (&characters)[charactersCount])
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.cpp 42 text.replaceWithLiteral('&', "&");
43 text.replaceWithLiteral('<', "&lt;");
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FormSubmission.cpp 70 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/
InlineTextBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp     [all...]

Completed in 762 milliseconds