Home
last modified time | relevance | path

Searched refs:isPointInRange (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DTimeRanges.h88 inline bool isPointInRange(double point) const in isPointInRange() function
95 …return isPointInRange(range.m_start) || isPointInRange(range.m_end) || range.isPointInRange(m_star… in isOverlappingRange()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.idl62 [RaisesException] boolean isPointInRange(Node refNode, long offset);
DRange.h74 bool isPointInRange(Node* refNode, int offset, ExceptionState&);
DRange.cpp293 bool Range::isPointInRange(Node* refNode, int offset, ExceptionState& exceptionState) in isPointInRange() function in WebCore::Range
/external/chromium_org/third_party/polymer/
Dplatform.js30 …:function(){return f(this.impl.cloneRange())},isPointInRange:function(a,b){return this.impl.isPoin… method in b