HomeSort by relevance Sort by last modified time
    Searched refs:_position (Results 1 - 5 of 5) 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/WebKit/mac/WebView/
WebGeolocationPosition.mm 42 RefPtr<GeolocationPosition> _position;
57 _position = coreGeolocationPosition;
69 return position ? position->_internal->_position.get() : 0;
  /external/webkit/Source/WebCore/inspector/front-end/
HeapSnapshot.js 793 this._position = 0;
815 this._position = 0;
820 return this._position < this._iterationOrder.length;
839 this._iterator.index = this._iterationOrder[this._position];
852 ++this._position;
    [all...]
  /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...]
RenderStyle.cpp 425 || noninherited_flags._position != other->noninherited_flags._position
    [all...]

Completed in 578 milliseconds