Favicon          4525 Source/core/dom/Document.cpp         if (!RuntimeEnabledFeatures::touchIconLoadingEnabled() && linkElement->iconType() != Favicon)
Favicon          4529 Source/core/dom/Document.cpp         if (linkElement->iconType() == Favicon) {
Favicon          4549 Source/core/dom/Document.cpp     else if (m_url.protocolIsInHTTPFamily() && iconTypesMask & Favicon)
Favicon            47 Source/core/dom/IconURL.cpp     IconURL result(url, Vector<IntSize>(), emptyString(), Favicon);
Favicon            67 Source/core/html/LinkRelAttribute.cpp         m_iconType = Favicon;
Favicon            96 Source/core/html/LinkRelAttribute.cpp                 m_iconType = Favicon;
Favicon            77 Source/core/html/LinkRelAttributeTest.cpp     testLinkRelAttribute("icon", false, Favicon, false, false, false, false);
Favicon            78 Source/core/html/LinkRelAttributeTest.cpp     testLinkRelAttribute("iCoN", false, Favicon, false, false, false, false);
Favicon            79 Source/core/html/LinkRelAttributeTest.cpp     testLinkRelAttribute("shortcut icon", false, Favicon, false, false, false, false);
Favicon            80 Source/core/html/LinkRelAttributeTest.cpp     testLinkRelAttribute("sHoRtCuT iCoN", false, Favicon, false, false, false, false);
Favicon            95 Source/core/html/LinkRelAttributeTest.cpp     testLinkRelAttribute("stylesheet icon prerender aLtErNaTe", true, Favicon, true, false, false, true);
Favicon            97 Source/core/html/LinkRelAttributeTest.cpp     testLinkRelAttribute("alternate icon stylesheet", true, Favicon, true, false, false, false);
Favicon           111 Source/core/html/LinkRelAttributeTest.cpp     testLinkRelAttribute("icon", false, Favicon, false, false, false, false);
Favicon           112 Source/core/html/LinkRelAttributeTest.cpp     testLinkRelAttribute("iCoN", false, Favicon, false, false, false, false);
Favicon           113 Source/core/html/LinkRelAttributeTest.cpp     testLinkRelAttribute("shortcut icon", false, Favicon, false, false, false, false);
Favicon           114 Source/core/html/LinkRelAttributeTest.cpp     testLinkRelAttribute("sHoRtCuT iCoN", false, Favicon, false, false, false, false);
Favicon           129 Source/core/html/LinkRelAttributeTest.cpp     testLinkRelAttribute("stylesheet icon prerender aLtErNaTe", true, Favicon, true, false, false, true);
Favicon           131 Source/core/html/LinkRelAttributeTest.cpp     testLinkRelAttribute("alternate icon stylesheet", true, Favicon, true, false, false, false);
Favicon          1979 Source/core/testing/Internals.cpp     return iconURLs(document, Favicon);
Favicon          1984 Source/core/testing/Internals.cpp     return iconURLs(document, Favicon | TouchIcon | TouchPrecomposedIcon);
Favicon           395 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebIconURL::TypeFavicon, Favicon);