HomeSort by relevance Sort by last modified time
    Searched defs:isPointInRange (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/html/
TimeRanges.h 75 inline bool isPointInRange(float point) const
82 return isPointInRange(range.m_start) || isPointInRange(range.m_end) || range.isPointInRange(m_start);
  /external/webkit/WebCore/dom/
Range.cpp 271 bool Range::isPointInRange(Node* refNode, int offset, ExceptionCode& ec)
    [all...]

Completed in 236 milliseconds