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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareInheritedData.cpp 97 m_variables.init();
153 , m_variables(o.m_variables)
222 && m_variables == o.m_variables
StyleRareInheritedData.h 126 DataRef<StyleVariableData> m_variables; member in class:WebCore::StyleRareInheritedData
RenderStyle.h 346 void setVariable(const AtomicString& name, const String& value) { rareInheritedData.access()->m_variables.access()->setVariable(name, value); }
347 const HashMap<AtomicString, String>* variables() { return &(rareInheritedData->m_variables->m_data); }
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 296 m_variables = new Vector();
310 // eleminateRedundentGlobals will add variables to the m_variables vector, which
820 private Vector m_variables; field in class:StylesheetRoot
833 elemVar.setIndex(m_variables.size());
834 m_variables.addElement(elemVar);
848 if (null != m_variables)
850 int n = m_variables.size();
854 ElemVariable var = (ElemVariable)m_variables.elementAt(i);
871 return m_variables;
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 245 milliseconds