Searched refs:m_isAlternate (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DLinkRelAttribute.h43 bool m_isAlternate; member in struct:WebCore::LinkRelAttribute
H A DLinkRelAttribute.cpp40 , m_isAlternate(false)
52 , m_isAlternate(false)
73 m_isAlternate = true;
85 m_isAlternate = true;
H A DHTMLLinkElement.h95 bool isAlternate() const { return m_disabledState == Unset && m_relAttribute.m_isAlternate; }
H A DHTMLLinkElement.cpp111 if (m_relAttribute.m_isAlternate && m_disabledState == EnabledViaScript)
119 if (!m_relAttribute.m_isAlternate && m_disabledState == EnabledViaScript && oldDisabledState == Disabled)
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLPreloadScanner.cpp195 return rel.m_isStyleSheet && !rel.m_isAlternate && rel.m_iconType == InvalidIcon && !rel.m_isDNSPrefetch;

Completed in 146 milliseconds