isAlternate 84 Source/core/dom/StyleSheetCandidate.cpp return !isEnabledViaScript() && !title().isEmpty() && !isAlternate() && currentPreferrableName.isEmpty(); isAlternate 95 Source/core/dom/StyleSheetCandidate.cpp if (isAlternate() && title.isEmpty()) isAlternate 55 Source/core/dom/StyleSheetCandidate.h bool isAlternate() const; isAlternate 588 Source/core/html/HTMLLinkElement.cpp if (m_owner->relAttribute().isAlternate() && m_disabledState == EnabledViaScript) isAlternate 596 Source/core/html/HTMLLinkElement.cpp if (!m_owner->relAttribute().isAlternate() && m_disabledState == EnabledViaScript && oldDisabledState == Disabled) isAlternate 663 Source/core/html/HTMLLinkElement.cpp bool blocking = mediaQueryMatches && !m_owner->isAlternate(); isAlternate 162 Source/core/html/HTMLLinkElement.h bool isAlternate() const { return linkStyle()->isUnset() && m_relAttribute.isAlternate(); } isAlternate 50 Source/core/html/LinkRelAttribute.h bool isAlternate() const { return m_isAlternate; } isAlternate 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) isAlternate 63 Source/core/html/LinkRelAttributeTest.cpp ASSERT_EQ(isAlternate, linkRelAttribute.isAlternate()) << value.utf8().data(); isAlternate 205 Source/core/html/parser/HTMLPreloadScanner.cpp return rel.isStyleSheet() && !rel.isAlternate() && rel.iconType() == InvalidIcon && !rel.isDNSPrefetch();