Home
last modified time | relevance | path

Searched refs:_previousSibling (Results 1 – 3 of 3) sorted by relevance

/third_party/jsframework/runtime/vdom/
DNode.ts69 protected _previousSibling: Node; property in Node
81 this._previousSibling = null;
201 this._previousSibling = previousSibling;
205 return this._previousSibling;
237 this._previousSibling = null;
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dlayer.dart189 Layer get previousSibling => _previousSibling;
190 Layer _previousSibling;
795 child._previousSibling = lastChild;
809 if (child._previousSibling == null) {
813 child._previousSibling._nextSibling = child.nextSibling;
819 child.nextSibling._previousSibling = child.previousSibling;
826 child._previousSibling = null;
837 child._previousSibling = null;
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcompilation_trace.txt4125 package:flutter/src/rendering/layer.dart,Layer,get:_previousSibling
4136 package:flutter/src/rendering/layer.dart,Layer,set:_previousSibling