Searched refs:customReverseImplementation (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp1295 void InlineFlowBox::collectLeafBoxesInLogicalOrder(Vector<InlineBox*>& leafBoxesInLogicalOrder, CustomInlineBoxRangeReverse customReverseImplementation, void* userData) const argument
1338 if (customReverseImplementation) {
1340 (*customReverseImplementation)(userData, first, last);
H A DInlineFlowBox.h95 void collectLeafBoxesInLogicalOrder(Vector<InlineBox*>&, CustomInlineBoxRangeReverse customReverseImplementation = 0, void* userData = 0) const;

Completed in 81 milliseconds