Home
last modified time | relevance | path

Searched refs:CompareVertical (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/geometry/
Dr_tree_base.h194 static bool CompareVertical(const NodeBase* a, const NodeBase* b);
Dr_tree_base.cc211 &RTreeBase::Node::CompareVertical); in Split()
264 bool RTreeBase::Node::CompareVertical(const NodeBase* a, const NodeBase* b) { in CompareVertical() function in gfx::RTreeBase::Node
Dr_tree_unittest.cc124 return RTreeBase::Node::CompareVertical(a, b); in NodeCompareVertical()
239 TEST_F(RTreeNodeTest, CompareVertical) { in TEST_F() argument