Searched refs:comparePoint (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Range.cpp | 240 short Range::comparePoint(Node* refNode, int offset, ExceptionState& exceptionState) const in comparePoint() function in blink::Range 306 if (comparePoint(parentNode, nodeIndex, exceptionState) < 0) { // starts before in compareNode() 307 if (comparePoint(parentNode, nodeIndex + 1, exceptionState) > 0) // ends after the range in compareNode() 312 if (comparePoint(parentNode, nodeIndex + 1, exceptionState) > 0) // ends after the range in compareNode() 503 if (comparePoint(parentNode, nodeIndex, exceptionState) < 0 // starts before start in intersectsNode() 504 && comparePoint(parentNode, nodeIndex + 1, exceptionState) < 0) { // ends before start in intersectsNode() 508 if (comparePoint(parentNode, nodeIndex, exceptionState) > 0 // starts after end in intersectsNode() 509 && comparePoint(parentNode, nodeIndex + 1, exceptionState) > 0) { // ends after end in intersectsNode()
|
D | Range.idl | 65 [RaisesException, TypeChecking=Interface] short comparePoint(Node refNode, long offset);
|
D | Range.h | 72 short comparePoint(Node* refNode, int offset, ExceptionState&) const;
|
/external/chromium_org/third_party/polymer/components/platform/ |
D | platform.js | 14 …n(a,b){return this.impl.isPointInRange(e(a),b)},comparePoint:function(a,b){return this.impl.compar… method in b
|
D | platform.js.map | 1 …pIfNeeded(node), offset);\n },\n comparePoint: function(node, offset) {\n return this.i…
|
/external/chromium_org/third_party/polymer/components-chromium/platform/ |
D | platform.js | 14 …n(a,b){return this.impl.isPointInRange(e(a),b)},comparePoint:function(a,b){return this.impl.compar… method in b
|
D | platform.js.map | 1 …pIfNeeded(node), offset);\n },\n comparePoint: function(node, offset) {\n return this.i…
|
/external/chromium_org/third_party/polymer_legacy/platform/ |
D | platform.js | 33 …n(a,b){return this.impl.isPointInRange(e(a),b)},comparePoint:function(a,b){return this.impl.compar… method in b
|
D | platform.js.map | 1 …pIfNeeded(node), offset);\n },\n comparePoint: function(node, offset) {\n return this.i…
|