Searched refs:compareByStart (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DocumentMarkerController.cpp | 177 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/ |
D | InlineTextBox.h | 82 …static inline bool compareByStart(const InlineTextBox* first, const InlineTextBox* second) { retur… in compareByStart() function
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | CompositeEditCommand.cpp | 763 std::sort(sortedTextBoxes.begin(), sortedTextBoxes.end(), InlineTextBox::compareByStart); in deleteInsignificantText()
|
D | TextIterator.cpp | 605 … std::sort(m_sortedTextBoxes.begin(), m_sortedTextBoxes.end(), InlineTextBox::compareByStart); in handleTextNode()
|