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

/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DRenderQueue.cpp68 typedef bool (*FuncTileIndexLessThan)(const TileIndex& t1, const TileIndex& t2); typedef in namespace:BlackBerry::WebKit
69 static FuncTileIndexLessThan tileIndexLessThanFunction(SortDirection primary, SortDirection secondary)
71 static FuncTileIndexLessThan s_tileIndexLessThanFunctions[NumSortDirections][NumSortDirections] = { { 0 } };
117 FuncTileIndexLessThan m_tileIndexIsLessThan;

Completed in 66 milliseconds