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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h 81 static inline bool compareByStart(const InlineTextBox* first, const InlineTextBox* second) { return first->start() < second->start(); }
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerController.cpp 177 static bool compareByStart(const RawPtrWillBeMember<DocumentMarker>& lhv, const RawPtrWillBeMember<DocumentMarker>& rhv)
414 std::sort(result.begin(), result.end(), compareByStart);
429 std::sort(result.begin(), result.end(), compareByStart);

Completed in 774 milliseconds