HomeSort by relevance Sort by last modified time
    Searched full:m_decl (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/css/
CSSMutableStyleDeclaration.h 45 bool operator!=(const CSSMutableStyleDeclarationConstIterator& o) { ASSERT(m_decl == o.m_decl); return m_current != o.m_current; }
46 bool operator==(const CSSMutableStyleDeclarationConstIterator& o) { ASSERT(m_decl == o.m_decl); return m_current == o.m_current; }
54 const CSSMutableStyleDeclaration* m_decl; member in class:WebCore::CSSMutableStyleDeclarationConstIterator
184 : m_decl(decl)
188 const_cast<CSSMutableStyleDeclaration*>(m_decl)->m_iteratorCount++;
193 : m_decl(o.m_decl)
197 const_cast<CSSMutableStyleDeclaration*>(m_decl)->m_iteratorCount++;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 60 ElemExtensionDecl m_decl = null; field in class:ElemExtensionCall
95 m_decl = getElemExtensionDecl(sroot, m_extns);
98 if (m_decl == null)

Completed in 94 milliseconds