Searched refs:m_sourceLine (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSStyleRule.h61 int sourceLine() { return m_sourceLine; }
74 int m_sourceLine; member in class:WebCore::CSSStyleRule
H A DCSSStyleRule.cpp36 , m_sourceLine(sourceLine)
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2RTFDTM.java135 m_sourceLine = (m_useSourceLocationProperty) ? new IntVector() : null;
H A DSAX2DTM.java201 protected IntVector m_sourceLine; field in class:SAX2DTM
289 m_sourceLine = (m_useSourceLocationProperty) ? new IntVector() : null;
975 m_sourceLine.addElement(m_locator.getLineNumber());
2496 m_sourceLine.elementAt(node),

Completed in 416 milliseconds