Home
last modified time | relevance | path

Searched refs:isContiguousWithRange (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
DTimeRanges.h87 inline bool isContiguousWithRange(const Range& range) const in isContiguousWithRange() function
DTimeRanges.cpp83 || addedRange.isContiguousWithRange(m_ranges[overlappingArcIndex])) { in add()