HomeSort by relevance Sort by last modified time
    Searched refs:approximateBinarySearch (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextPosition.cpp 58 const unsigned* foundLineEnding = approximateBinarySearch<unsigned, unsigned>(lineEndings, lineEndings.size(), offset, valueExtractor);
  /external/chromium_org/third_party/WebKit/Source/wtf/
StdLibExtras.h 218 // If the element is not found, crash if asserts are enabled, and behave like approximateBinarySearch in release builds.
234 inline ArrayElementType* approximateBinarySearch(ArrayType& array, size_t size, KeyType key, ExtractKey extractKey = ExtractKey())
251 inline ArrayElementType* approximateBinarySearch(const ArrayType& array, size_t size, KeyType key, ExtractKey extractKey = ExtractKey())
272 using WTF::approximateBinarySearch;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Font.cpp 482 UChar* boundingCharacter = approximateBinarySearch<UChar, UChar>(
530 UChar32* boundingCharacter = approximateBinarySearch<UChar32, UChar32>(
599 UChar32* boundingCharacter = approximateBinarySearch<UChar32, UChar32>(
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp 733 const SMILTimeWithOrigin* result = approximateBinarySearch<const SMILTimeWithOrigin, SMILTime>(list, sizeOfList, minimumTime, extractTimeFromVector);
    [all...]

Completed in 415 milliseconds