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

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemWhen.java 46 private XPath m_test; field in class:ElemWhen
57 m_test = v;
69 return m_test;
95 if(null != m_test)
96 m_test.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize());
122 m_test.getExpression().callVisitors(m_test, visitor);
ElemIf.java 50 private XPath m_test = null; field in class:ElemIf
60 m_test = v;
71 return m_test;
91 if (null != m_test)
92 m_test.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize());
133 if (m_test.bool(xctxt, sourceNode, this)) {
146 m_test.getExpression().callVisitors(m_test, visitor);
  /external/webkit/Source/WebCore/page/
UserContentURLPattern.cpp 153 const String m_test; member in struct:WebCore::MatchTester
159 , m_test(test)
164 bool testStringFinished() const { return m_testIndex >= m_test.length(); }
181 if (m_pattern[m_patternIndex] != m_test[m_testIndex])
  /external/webkit/Source/WebCore/css/
CSSStyleApplyProperty.cpp 204 , m_test(test)
218 while (currParent && (currParent->*m_test)()) {
278 bool (FillLayer::*m_test)() const; member in class:WebCore::ApplyPropertyFillLayer

Completed in 161 milliseconds