Searched refs:m_decl (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSMutableStyleDeclaration.h45 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)
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExtensionCall.java60 ElemExtensionDecl m_decl = null; field in class:ElemExtensionCall
95 m_decl = getElemExtensionDecl(sroot, m_extns);
98 if (m_decl == null)

Completed in 539 milliseconds