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

/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DRenderQueue.cpp59 template<SortDirection primarySortDirection, SortDirection secondarySortDirection>
63 if (primaryResult || secondarySortDirection == primarySortDirection)
65 return compareRectOneDirection<secondarySortDirection>(t1, t2) < 0;
106 TileIndexLessThan(SortDirection primarySortDirection, SortDirection secondarySortDirection) argument
107 : m_tileIndexIsLessThan(tileIndexLessThanFunction(primarySortDirection, secondarySortDirection))

Completed in 141 milliseconds