HomeSort by relevance Sort by last modified time
    Searched defs:m_isAlternate (Results 1 - 2 of 2) 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; }
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]

Completed in 156 milliseconds