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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.h82 static inline bool compareByStart(const InlineTextBox* first, const InlineTextBox* second) { return first->start() < second->start(); } function in class:WebCore::InlineTextBox
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentMarkerController.cpp164 static bool compareByStart(const DocumentMarker* lhv, const DocumentMarker* rhv) function in namespace:WebCore
402 std::sort(result.begin(), result.end(), compareByStart);
417 std::sort(result.begin(), result.end(), compareByStart);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositeEditCommand.cpp734 std::sort(sortedTextBoxes.begin(), sortedTextBoxes.end(), InlineTextBox::compareByStart);
H A DTextIterator.cpp652 std::sort(m_sortedTextBoxes.begin(), m_sortedTextBoxes.end(), InlineTextBox::compareByStart);

Completed in 91 milliseconds