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

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIteratorBase.java 41 protected int _position = 0; field in class:DTMAxisIteratorBase
134 final int temp = _position; // Save state
145 _position = temp;
157 return _position == 0 ? 1 : _position;
213 _position++;
229 _position = 0;
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 223 && _position == other._position
246 unsigned _position : 2; // EPosition member in struct:WebCore::RenderStyle::NonInheritedFlags
293 noninherited_flags._position = initialPosition();
393 EPosition position() const { return static_cast<EPosition>(noninherited_flags._position); }
    [all...]

Completed in 43 milliseconds