Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarkerController.cpp177 static bool compareByStart(const DocumentMarker* lhv, const DocumentMarker* rhv) in compareByStart() function
415 std::sort(result.begin(), result.end(), compareByStart); in markersFor()
430 std::sort(result.begin(), result.end(), compareByStart); in markers()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.h82 …static inline bool compareByStart(const InlineTextBox* first, const InlineTextBox* second) { retur… in compareByStart() function
/external/chromium_org/third_party/WebKit/Source/core/editing/
DCompositeEditCommand.cpp763 std::sort(sortedTextBoxes.begin(), sortedTextBoxes.end(), InlineTextBox::compareByStart); in deleteInsignificantText()
DTextIterator.cpp605 … std::sort(m_sortedTextBoxes.begin(), m_sortedTextBoxes.end(), InlineTextBox::compareByStart); in handleTextNode()