Searched defs:test_point (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp2.cpp6 void test_point() { function
/external/clang/test/FixIt/
H A Dfixit-errors.c21 void test_point() { function
/external/chromium_org/cc/trees/
H A Dlayer_tree_impl_unittest.cc72 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/
H A Dtouch_selection_controller_impl_unittest.cc701 gfx::Point test_point = GetCursorHandleDragPoint(); local
702 ui::MouseEvent test_event1(ui::ET_MOUSE_MOVED, test_point, test_point,
715 ui::MouseEvent test_event2(ui::ET_MOUSE_MOVED, test_point, test_point,
722 ui::MouseEvent test_event3(ui::ET_MOUSE_MOVED, test_point, test_point,
/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc317 gfx::Point test_point = reference_point; local
318 Window::ConvertPointToTarget(NULL, w1.get(), &test_point);
319 EXPECT_EQ(reference_point, test_point);

Completed in 992 milliseconds