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

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DStringPrototype.cpp1398 color.replaceWithLiteral('"', """);
1447 fontSize.replaceWithLiteral('"', """);
1460 anchor.replaceWithLiteral('"', """);
1473 linkText.replaceWithLiteral('"', """);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp272 urlString.replaceWithLiteral('\r', "");
273 urlString.replaceWithLiteral('\n', "");
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DWTFString.h295 ALWAYS_INLINE String& replaceWithLiteral(UChar a, const char (&characters)[charactersCount]) function in class:WTF::String

Completed in 131 milliseconds