addRange          142 Source/core/html/HTMLViewSourceDocument.cpp             index = addRange(source, index, source.length(), emptyAtom);
addRange          150 Source/core/html/HTMLViewSourceDocument.cpp         index = addRange(source, index, iter->nameRange.start - token.startIndex(), emptyAtom);
addRange          151 Source/core/html/HTMLViewSourceDocument.cpp         index = addRange(source, index, iter->nameRange.end - token.startIndex(), "webkit-html-attribute-name");
addRange          156 Source/core/html/HTMLViewSourceDocument.cpp         index = addRange(source, index, iter->valueRange.start - token.startIndex(), emptyAtom);
addRange          159 Source/core/html/HTMLViewSourceDocument.cpp         index = addRange(source, index, iter->valueRange.end - token.startIndex(), "webkit-html-attribute-value", isLink, tagName == aTag, value);
addRange           61 Source/core/html/HTMLViewSourceDocument.h     int addRange(const String& source, int start, int end, const AtomicString& className, bool isLink = false, bool isAnchor = false, const AtomicString& link = nullAtom);
addRange           88 Source/core/page/DOMSelection.h     void addRange(Range*);