Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DTimeRanges.h98 inline bool isContiguousWithRange(const Range& range) const in isContiguousWithRange() function
DTimeRanges.cpp149 || addedRange.isContiguousWithRange(m_ranges[overlappingArcIndex])) { in add()