iconType         4521 Source/core/dom/Document.cpp         if (!(linkElement->iconType() & iconTypesMask))
iconType         4525 Source/core/dom/Document.cpp         if (!RuntimeEnabledFeatures::touchIconLoadingEnabled() && linkElement->iconType() != Favicon)
iconType         4528 Source/core/dom/Document.cpp         IconURL newURL(linkElement->href(), linkElement->iconSizes(), linkElement->type(), linkElement->iconType());
iconType         4529 Source/core/dom/Document.cpp         if (linkElement->iconType() == Favicon) {
iconType         4533 Source/core/dom/Document.cpp         } else if (linkElement->iconType() == TouchIcon) {
iconType         4537 Source/core/dom/Document.cpp         } else if (linkElement->iconType() == TouchPrecomposedIcon) {
iconType          415 Source/core/html/HTMLLinkElement.cpp     return m_relAttribute.iconType();
iconType          623 Source/core/html/HTMLLinkElement.cpp     if (m_owner->relAttribute().iconType() != InvalidIcon && builder.url().isValid() && !builder.url().isEmpty()) {
iconType          631 Source/core/html/HTMLLinkElement.cpp             document().frame()->loader().client()->dispatchDidChangeIcons(m_owner->relAttribute().iconType());
iconType          134 Source/core/html/HTMLLinkElement.h     IconType iconType() const;
iconType           49 Source/core/html/LinkRelAttribute.h     IconType iconType() const { return m_iconType; }
iconType           58 Source/core/html/LinkRelAttributeTest.cpp static inline void testLinkRelAttribute(String value, bool isStyleSheet, IconType iconType, bool isAlternate, bool isDNSPrefetch, bool isLinkSubresource, bool isLinkPrerender, bool isImport = false)
iconType           62 Source/core/html/LinkRelAttributeTest.cpp     ASSERT_EQ(iconType, linkRelAttribute.iconType()) << value.utf8().data();
iconType          205 Source/core/html/parser/HTMLPreloadScanner.cpp         return rel.isStyleSheet() && !rel.isAlternate() && rel.iconType() == InvalidIcon && !rel.isDNSPrefetch();
iconType           63 public/web/WebIconURL.h     Type iconType() const