HomeSort by relevance Sort by last modified time
    Searched defs:test_point (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p2.cpp 6 void test_point() { function
  /external/clang/test/FixIt/
fixit-errors.c 21 void test_point() { function
  /external/chromium_org/cc/trees/
layer_tree_impl_unittest.cc 72 gfx::Point test_point(101, 101);
74 host_impl().active_tree()->FindLayerThatIsHitByPoint(test_point);
77 test_point = gfx::Point(-1, -1);
79 host_impl().active_tree()->FindLayerThatIsHitByPoint(test_point);
83 test_point = gfx::Point(1, 1);
85 host_impl().active_tree()->FindLayerThatIsHitByPoint(test_point);
89 test_point = gfx::Point(99, 99);
91 host_impl().active_tree()->FindLayerThatIsHitByPoint(test_point);
138 gfx::Point test_point(101, 101);
140 host_impl().active_tree()->FindLayerThatIsHitByPoint(test_point);
924 gfx::Point test_point = gfx::Point(1, 1); local
1073 gfx::Point test_point = gfx::Point(1, 1); local
1175 gfx::Point test_point = gfx::Point(12, 52); local
1250 gfx::Point test_point = gfx::Point(12, 52); local
1365 gfx::Point test_point = gfx::Point(1, 1); local
    [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 696 gfx::Point test_point = GetCursorHandleDragPoint(); local
697 ui::MouseEvent test_event1(ui::ET_MOUSE_MOVED, test_point, test_point,
710 ui::MouseEvent test_event2(ui::ET_MOUSE_MOVED, test_point, test_point,
717 ui::MouseEvent test_event3(ui::ET_MOUSE_MOVED, test_point, test_point,
  /external/chromium_org/ui/aura/
window_unittest.cc 317 gfx::Point test_point = reference_point; local
318 Window::ConvertPointToTarget(NULL, w1.get(), &test_point);
319 EXPECT_EQ(reference_point, test_point);
    [all...]

Completed in 248 milliseconds