replace           310 Source/bindings/templates/methods.cpp         {# FIXME: replace toVectorOfArguments with toNativeArguments(info, 0)
replace           268 Source/core/accessibility/AXNodeObject.cpp     idList.replace('\n', ' ');
replace           269 Source/core/css/MediaList.cpp         message.append(String(mediaQueryMessage).replace("%replacementUnits%", mediaValueDPI).replace("%lengthUnit%", lengthUnitInch));
replace           271 Source/core/css/MediaList.cpp         message.append(String(mediaQueryMessage).replace("%replacementUnits%", mediaValueDPCM).replace("%lengthUnit%", lengthUnitCentimeter));
replace          1694 Source/core/editing/FrameSelection.cpp     return plainText(selection.toNormalizedRange().get(), behavior).replace(0, "");
replace           211 Source/core/editing/markup.cpp     return result.toString().replace(0, "");
replace           829 Source/core/editing/markup.cpp     string.replace("\r\n", "\n");
replace           830 Source/core/editing/markup.cpp     string.replace('\r', '\n');
replace           138 Source/core/fetch/MemoryCache.h     void replace(Resource* newResource, Resource* oldResource);
replace           376 Source/core/fetch/MemoryCacheTest.cpp     memoryCache()->replace(resource2.get(), resource1.get());
replace           381 Source/core/fetch/MemoryCacheTest.cpp     memoryCache()->replace(resource3.get(), resource2.get());
replace           403 Source/core/fetch/MemoryCacheTest.cpp     memoryCache()->replace(resource1.get(), resource2.get());
replace           735 Source/core/fetch/Resource.cpp     memoryCache()->replace(m_resourceToRevalidate, this);
replace            57 Source/core/frame/Location.h     void replace(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String&);
replace           395 Source/core/html/HTMLElement.cpp         textWithConsistentLineBreaks.replace("\r\n", "\n");
replace           396 Source/core/html/HTMLElement.cpp         textWithConsistentLineBreaks.replace('\r', '\n');
replace           276 Source/core/html/HTMLFormElement.cpp             message.replace("%name", unhandledAssociatedElement->name());
replace           379 Source/core/html/HTMLMetaElement-in.cpp         message.replace("%replacement1", replacement1);
replace           381 Source/core/html/HTMLMetaElement-in.cpp         message.replace("%replacement2", replacement2);
replace           359 Source/core/html/HTMLTextAreaElement.cpp     normalizedValue.replace("\r\n", "\n");
replace           360 Source/core/html/HTMLTextAreaElement.cpp     normalizedValue.replace('\r', '\n');
replace           421 Source/core/html/HTMLTextAreaElement.cpp     value.replace("\r\n", "\n");
replace           422 Source/core/html/HTMLTextAreaElement.cpp     value.replace('\r', '\n');
replace           225 Source/core/html/HTMLTextFormControlElement.cpp         text.replace(start, end - start, replacement);
replace            86 Source/core/html/LinkRelAttribute.cpp         relCopy.replace('\n', ' ');
replace          2174 Source/core/html/canvas/CanvasRenderingContext2D.cpp         text.replace(index, 1, replacement);
replace           235 Source/core/html/forms/FileInputType.cpp             String relativePath = files[i].path.substring(rootLength).replace('\\', '/');
replace           444 Source/core/html/forms/TextFieldInputType.cpp     eventText.replace("\r\n", " ");
replace           445 Source/core/html/forms/TextFieldInputType.cpp     eventText.replace('\r', ' ');
replace           446 Source/core/html/forms/TextFieldInputType.cpp     eventText.replace('\n', ' ');
replace           187 Source/core/html/parser/XSSAuditor.cpp     workingString.replace('+', ' ');
replace          1039 Source/core/inspector/InspectorStyleSheet.cpp     sheetText.replace(sourceData->ruleHeaderRange.start, sourceData->ruleHeaderRange.length(), selector);
replace          1180 Source/core/inspector/InspectorStyleSheet.cpp             selector.replace(offset, matchLength, "");
replace          1486 Source/core/inspector/InspectorStyleSheet.cpp     text.replace(bodyStart, bodyEnd - bodyStart, newStyleText);
replace           152 Source/core/inspector/InspectorStyleTextEditor.cpp     m_styleText.replace(replaceRangeStart, replacedLength, finalNewText);
replace            70 Source/core/loader/FormSubmission.cpp         body = decodeURLEscapeSequences(body.replaceWithLiteral('&', "\r\n").replace('+', ' ') + "\r\n");
replace          1411 Source/core/rendering/RenderText.cpp         m_text.replace(lastTypedCharacterOffsetToReveal, 1, String(&revealedText, 1));
replace            44 Source/core/rendering/svg/RenderSVGInlineText.cpp         RefPtr<StringImpl> newString = string->replace('\t', ' ');
replace            45 Source/core/rendering/svg/RenderSVGInlineText.cpp         newString = newString->replace('\n', ' ');
replace            46 Source/core/rendering/svg/RenderSVGInlineText.cpp         newString = newString->replace('\r', ' ');
replace            55 Source/core/rendering/svg/RenderSVGInlineText.cpp     RefPtr<StringImpl> newString = string->replace('\n', StringImpl::empty());
replace            56 Source/core/rendering/svg/RenderSVGInlineText.cpp     newString = newString->replace('\r', StringImpl::empty());
replace            57 Source/core/rendering/svg/RenderSVGInlineText.cpp     newString = newString->replace('\t', ' ');
replace           127 Source/core/xml/XMLHttpRequest.cpp         mediaType.replace(pos, len, charsetValue);
replace            48 Source/modules/serviceworkers/InstallEvent.h     void replace();
replace            86 Source/platform/Language.cpp         lowercaseLanguageCode.replace(2, 1, "-");
replace            43 Source/platform/clipboard/ClipboardUtilities.cpp     str.replace(NonBreakingSpaceCharacter, SpaceCharacter);
replace            80 Source/platform/network/FormDataBuilder.cpp     normalizedAcceptCharset.replace(',', ' ');
replace           270 Source/platform/text/DateTimeFormat.cpp             escaped.replace("'", "''");
replace           388 Source/platform/text/LocaleToScriptMapping.cpp     String canonicalLocale = locale.lower().replace('-', '_');
replace           112 Source/platform/text/LocaleWin.cpp     String localeName = String(name).replace('_', '-');
replace           434 Source/platform/text/LocaleWin.cpp         m_shortMonthFormat = convertWindowsDateTimeFormat(getLocaleInfoString(LOCALE_SYEARMONTH)).replace("MMMM", "MMM");
replace            73 Source/platform/text/UnicodeUtilities.cpp     s.replace(hebrewPunctuationGeresh, '\'');
replace            74 Source/platform/text/UnicodeUtilities.cpp     s.replace(hebrewPunctuationGershayim, '"');
replace            75 Source/platform/text/UnicodeUtilities.cpp     s.replace(leftDoubleQuotationMark, '"');
replace            76 Source/platform/text/UnicodeUtilities.cpp     s.replace(leftSingleQuotationMark, '\'');
replace            77 Source/platform/text/UnicodeUtilities.cpp     s.replace(rightDoubleQuotationMark, '"');
replace            78 Source/platform/text/UnicodeUtilities.cpp     s.replace(rightSingleQuotationMark, '\'');
replace            81 Source/platform/text/UnicodeUtilities.cpp     s.replace(softHyphen, 0);
replace           654 Source/platform/weborigin/KURL.cpp     escaped.replace("%2F", "/");
replace           921 Source/web/WebFrameImpl.cpp void WebFrameImpl::loadData(const WebData& data, const WebString& mimeType, const WebString& textEncoding, const WebURL& baseURL, const WebURL& unreachableURL, bool replace)
replace           932 Source/web/WebFrameImpl.cpp     if (replace && !unreachableURL.isEmpty() && frame()->loader().provisionalDocumentLoader())
replace           938 Source/web/WebFrameImpl.cpp     frameRequest.setLockBackForwardList(replace);
replace           942 Source/web/WebFrameImpl.cpp void WebFrameImpl::loadHTMLString(const WebData& data, const WebURL& baseURL, const WebURL& unreachableURL, bool replace)
replace           945 Source/web/WebFrameImpl.cpp     loadData(data, WebString::fromUTF8("text/html"), WebString::fromUTF8("UTF-8"), baseURL, unreachableURL, replace);
replace          1124 Source/web/WebFrameImpl.cpp     command.replace(0, 1, command.substring(0, 1).upper());
replace           147 Source/web/WebFrameImpl.h         const WebURL& baseURL, const WebURL& unreachableURL, bool replace) OVERRIDE;
replace           150 Source/web/WebFrameImpl.h         bool replace) OVERRIDE;
replace            56 Source/web/WebSearchableFormData.cpp     str.replace(',', ' ');
replace          1641 Source/wtf/text/StringImpl.cpp         return replace(pattern, replacement->characters8(), replacement->length());
replace          1643 Source/wtf/text/StringImpl.cpp     return replace(pattern, replacement->characters16(), replacement->length());
replace           393 Source/wtf/text/StringImpl.h     PassRefPtr<StringImpl> replace(UChar, UChar);
replace           394 Source/wtf/text/StringImpl.h     PassRefPtr<StringImpl> replace(UChar, StringImpl*);
replace           395 Source/wtf/text/StringImpl.h     ALWAYS_INLINE PassRefPtr<StringImpl> replace(UChar pattern, const char* replacement, unsigned replacementLength) { return replace(pattern, reinterpret_cast<const LChar*>(replacement), replacementLength); }
replace           396 Source/wtf/text/StringImpl.h     PassRefPtr<StringImpl> replace(UChar, const LChar*, unsigned replacementLength);
replace           397 Source/wtf/text/StringImpl.h     PassRefPtr<StringImpl> replace(UChar, const UChar*, unsigned replacementLength);
replace           398 Source/wtf/text/StringImpl.h     PassRefPtr<StringImpl> replace(StringImpl*, StringImpl*);
replace           399 Source/wtf/text/StringImpl.h     PassRefPtr<StringImpl> replace(unsigned index, unsigned len, StringImpl*);
replace           374 Source/wtf/text/TextCodecICU.cpp         resultString.replace(0xE5E5, ideographicSpace);
replace           297 Source/wtf/text/WTFString.h     String& replace(UChar a, UChar b) { if (m_impl) m_impl = m_impl->replace(a, b); return *this; }
replace           298 Source/wtf/text/WTFString.h     String& replace(UChar a, const String& b) { if (m_impl) m_impl = m_impl->replace(a, b.impl()); return *this; }
replace           299 Source/wtf/text/WTFString.h     String& replace(const String& a, const String& b) { if (m_impl) m_impl = m_impl->replace(a.impl(), b.impl()); return *this; }
replace           300 Source/wtf/text/WTFString.h     String& replace(unsigned index, unsigned len, const String& b) { if (m_impl) m_impl = m_impl->replace(index, len, b.impl()); return *this; }
replace           306 Source/wtf/text/WTFString.h             m_impl = m_impl->replace(a, characters, charactersCount - 1);
replace           360 public/web/WebFrame.h                           bool replace = false) = 0;
replace           367 public/web/WebFrame.h                                 bool replace = false) = 0;