Home
last modified time | relevance | path

Searched refs:_position (Results 1 – 8 of 8) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMAxisIteratorBase.java41 protected int _position = 0; field in DTMAxisIteratorBase
134 final int temp = _position; // Save state in getLast()
145 _position = temp; in getLast()
157 return _position == 0 ? 1 : _position; in getPosition()
213 _position++; in returnNode()
229 _position = 0; in resetPosition()
/external/webkit/Source/WebKit/mac/WebView/
DWebGeolocationPosition.mm42 RefPtr<GeolocationPosition> _position; field
57 _position = coreGeolocationPosition;
69 return position ? position->_internal->_position.get() : 0;
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
Dtest_mux.py79 self._position = 0
82 if self._position + length > len(self._current_data):
86 data = self._current_data[self._position:self._position+length]
87 self._position += length
/external/webkit/Source/WebCore/inspector/front-end/
DHeapSnapshot.js793 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;
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h223 && _position == other._position
246 unsigned _position : 2; // EPosition member
293 noninherited_flags._position = initialPosition(); in setBitDefaults()
393 EPosition position() const { return static_cast<EPosition>(noninherited_flags._position); } in position()
796 void setPosition(EPosition v) { noninherited_flags._position = v; } in setPosition()
DRenderStyle.cpp425 || noninherited_flags._position != other->noninherited_flags._position in diff()
/external/protobuf/python/google/protobuf/
Dtext_format.py319 self._position = 0
/external/chromium/chrome/common/extensions/docs/css/
DApiRefStyles.css604 _position:relative