Home
last modified time | relevance | path

Searched refs:comparePoint (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.cpp240 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()
DRange.idl65 [RaisesException, TypeChecking=Interface] short comparePoint(Node refNode, long offset);
DRange.h72 short comparePoint(Node* refNode, int offset, ExceptionState&) const;
/external/chromium_org/third_party/polymer/components/platform/
Dplatform.js14 …n(a,b){return this.impl.isPointInRange(e(a),b)},comparePoint:function(a,b){return this.impl.compar… method in b
Dplatform.js.map1 …pIfNeeded(node), offset);\n },\n comparePoint: function(node, offset) {\n return this.i…
/external/chromium_org/third_party/polymer/components-chromium/platform/
Dplatform.js14 …n(a,b){return this.impl.isPointInRange(e(a),b)},comparePoint:function(a,b){return this.impl.compar… method in b
Dplatform.js.map1 …pIfNeeded(node), offset);\n },\n comparePoint: function(node, offset) {\n return this.i…
/external/chromium_org/third_party/polymer_legacy/platform/
Dplatform.js33 …n(a,b){return this.impl.isPointInRange(e(a),b)},comparePoint:function(a,b){return this.impl.compar… method in b
Dplatform.js.map1 …pIfNeeded(node), offset);\n },\n comparePoint: function(node, offset) {\n return this.i…