Home
last modified time | relevance | path

Searched refs:_position (Results 1 – 17 of 17) 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/chromium_org/third_party/WebKit/Source/devtools/front_end/
DScriptFormatterWorker.js231 this._position = 0;
261 this._formattedContent += this._content.substring(this._position);
302 this._formattedContent += this._content.substring(this._position, cursor);
304 this._position = cursor;
313 if (cursor === this._position)
316 var scriptContent = this._content.substring(this._position, cursor);
317 this._mapping.original.push(this._position);
319 …var formattedScriptContent = formatFunction(scriptContent, this._mapping, this._position, this._fo…
322 this._position = cursor;
DDialog.js57 this._position();
58 this._windowResizeHandler = this._position.bind(this);
113 _position: function() method in WebInspector.Dialog
DSourceMap.js322 this._position = 0;
331 return this._string.charAt(this._position++);
339 return this._string.charAt(this._position);
347 return this._position < this._string.length;
DHeapSnapshot.js1553 this._position = 0;
1593 this._position = 0;
1598 return this._position < this._iterationOrder.length;
1629 this._iterator.setIndex(this._iterationOrder[this._position]);
1641 ++this._position;
1663 this._position = begin;
1664 var startPosition = this._position;
1673 result.endPosition = this._position;
DDataGrid.js736 if (resizer._position !== left) {
737 resizer._position = left;
745 if (previousResizer && previousResizer._position !== left) {
746 previousResizer._position = left;
/external/lzma/Java/SevenZip/Compression/RangeCoder/
DEncoder.java19 long _position; field in Encoder
33 _position = 0; in Init()
56 _position += _cacheSize; in ShiftLow()
88 return _cacheSize + _position + 4; in GetProcessedSizeAdd()
/external/chromium_org/v8/tools/
DSourceMap.js344 this._position = 0;
353 return this._string.charAt(this._position++);
361 return this._string.charAt(this._position);
369 return this._position < this._string.length;
/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/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp175 _position = prop.uhVal.QuadPart; in GetStream()
370 RINOK(_outFileStreamSpec->Seek(_position, STREAM_SEEK_SET, NULL)); in GetStream()
410 askExtractMode, _isSplit ? &_position: 0); in PrepareOperation()
DArchiveExtractCallback.h40 UInt64 _position; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp227 noninherited_flags._position = other->noninherited_flags._position; in copyNonInheritedFrom()
500 || noninherited_flags._position != other->noninherited_flags._position in diff()
DRenderStyle.h211 && _position == other._position
241 unsigned _position : 3; // EPosition member
309 noninherited_flags._position = initialPosition(); in setBitDefaults()
454 EPosition position() const { return static_cast<EPosition>(noninherited_flags._position); } in position()
943 void setPosition(EPosition v) { noninherited_flags._position = v; } in setPosition()
/external/chromium_org/third_party/WebKit/Source/web/resources/
DcalendarPicker.js1562 this._position = 0;
1616 return this._position;
1623 if (this._position === y)
1625 this._position = y;
1626 this.element.style.webkitTransform = "translate(0, " + this._position + "px)";
/external/protobuf/python/google/protobuf/
Dtext_format.py319 self._position = 0
/external/chromium_org/third_party/protobuf/python/google/protobuf/
Dtext_format.py316 self._position = 0
/external/chromium/chrome/common/extensions/docs/css/
DApiRefStyles.css604 _position:relative