Home
last modified time | relevance | path

Searched refs:customReverseImplementation (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.h89 …nLogicalOrder(Vector<InlineBox*>&, CustomInlineBoxRangeReverse customReverseImplementation = 0, vo…
DInlineFlowBox.cpp1560 …ineBox*>& leafBoxesInLogicalOrder, CustomInlineBoxRangeReverse customReverseImplementation, void* … in collectLeafBoxesInLogicalOrder() argument
1603 if (customReverseImplementation) { in collectLeafBoxesInLogicalOrder()
1605 (*customReverseImplementation)(userData, first, last); in collectLeafBoxesInLogicalOrder()