Home
last modified time | relevance | path

Searched refs:IntervalType (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPODIntervalTree.h46 typedef PODInterval<T, UserData> IntervalType; typedef
48 PODIntervalSearchAdapter(Vector<IntervalType>& result, const T& lowValue, const T& highValue) in PODIntervalSearchAdapter()
57 void collectIfNeeded(const IntervalType& data) const in collectIfNeeded()
64 Vector<IntervalType>& m_result;
78 typedef PODInterval<T, UserData> IntervalType; typedef
82 : PODRedBlackTree<IntervalType>(unitializedTree) in PODIntervalTree()
88 : PODRedBlackTree<IntervalType>() in PODIntervalTree()
94 : PODRedBlackTree<IntervalType>(arena) in PODIntervalTree()
102 Vector<IntervalType> allOverlaps(const IntervalType& interval) const in allOverlaps()
104 Vector<IntervalType> result; in allOverlaps()
[all …]
DPODIntervalTreeTest.cpp104 typedef PODIntervalTree<float, int*>::IntervalType IntervalType; in TEST() typedef
105 IntervalType interval1(1, 3, &tmp1); in TEST()
106 IntervalType interval2(1, 3, &tmp2); in TEST()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.cpp105 typedef FloatingObjectInterval IntervalType; typedef in WebCore::ComputeFloatOffsetAdapter
118 void collectIfNeeded(const IntervalType&);
469 inline void ComputeFloatOffsetAdapter<FloatTypeValue>::collectIfNeeded(const IntervalType& interval) in collectIfNeeded()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.h66 typedef CueIntervalTree::IntervalType CueInterval;