rel 4264 Source/core/dom/Document.cpp if (!equalIgnoringCase(linkElement->type(), openSearchMIMEType) || !equalIgnoringCase(linkElement->rel(), openSearchRelation)) rel 79 Source/core/dom/ShadowTreeStyleSheetCollection.cpp const AtomicString& rel = element->fastGetAttribute(relAttr); rel 80 Source/core/dom/ShadowTreeStyleSheetCollection.cpp if (rel.contains("alternate") && title.isEmpty()) rel 127 Source/core/html/HTMLLinkElement.h const AtomicString& rel() const; rel 53 Source/core/html/LinkRelAttribute.cpp LinkRelAttribute::LinkRelAttribute(const String& rel) rel 64 Source/core/html/LinkRelAttribute.cpp if (equalIgnoringCase(rel, "stylesheet")) { rel 66 Source/core/html/LinkRelAttribute.cpp } else if (equalIgnoringCase(rel, "icon") || equalIgnoringCase(rel, "shortcut icon")) { rel 68 Source/core/html/LinkRelAttribute.cpp } else if (equalIgnoringCase(rel, "dns-prefetch")) { rel 70 Source/core/html/LinkRelAttribute.cpp } else if (equalIgnoringCase(rel, "alternate stylesheet") || equalIgnoringCase(rel, "stylesheet alternate")) { rel 73 Source/core/html/LinkRelAttribute.cpp } else if (equalIgnoringCase(rel, "import")) { rel 75 Source/core/html/LinkRelAttribute.cpp } else if (equalIgnoringCase(rel, "apple-touch-icon")) { rel 79 Source/core/html/LinkRelAttribute.cpp } else if (equalIgnoringCase(rel, "apple-touch-icon-precomposed")) { rel 85 Source/core/html/LinkRelAttribute.cpp String relCopy = rel; rel 204 Source/core/html/parser/HTMLPreloadScanner.cpp LinkRelAttribute rel(attributeValue); rel 205 Source/core/html/parser/HTMLPreloadScanner.cpp return rel.isStyleSheet() && !rel.isAlternate() && rel.iconType() == InvalidIcon && !rel.isDNSPrefetch(); rel 353 Source/platform/weborigin/KURLTest.cpp const char rel[] = "foo.html"; rel 354 Source/platform/weborigin/KURLTest.cpp WebCore::KURL resolveErr(emptyBase, rel);