HomeSort by relevance Sort by last modified time
    Searched refs:m_isAlternate (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLLinkElement.h 43 bool m_isAlternate;
57 , m_isAlternate(false)
105 bool isAlternate() const { return m_disabledState == Unset && m_relAttribute.m_isAlternate; }
HTMLLinkElement.cpp 100 if (m_relAttribute.m_isAlternate && m_disabledState == EnabledViaScript)
108 if (!m_relAttribute.m_isAlternate && m_disabledState == EnabledViaScript && oldDisabledState == Disabled)
163 relAttribute.m_isAlternate = false;
187 relAttribute.m_isAlternate = true;
199 relAttribute.m_isAlternate = true;
  /external/webkit/Source/WebCore/html/parser/
HTMLPreloadScanner.cpp 98 return rel.m_isStyleSheet && !rel.m_isAlternate && !rel.m_isIcon && !rel.m_isDNSPrefetch;
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]

Completed in 600 milliseconds