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

  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p2.cpp 6 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/clang/test/FixIt/
fixit-errors.c 21 void test_point() { function
  /external/chromium_org/third_party/libxml/src/
xmlmemory.c 131 #ifndef TEST_POINT
132 #define TEST_POINT
172 TEST_POINT
212 TEST_POINT
240 TEST_POINT
280 TEST_POINT
324 TEST_POINT
370 TEST_POINT
427 TEST_POINT
452 TEST_POINT
    [all...]
  /external/libxml2/
xmlmemory.c 131 #ifndef TEST_POINT
132 #define TEST_POINT
172 TEST_POINT
213 TEST_POINT
241 TEST_POINT
282 TEST_POINT
326 TEST_POINT
373 TEST_POINT
430 TEST_POINT
455 TEST_POINT
    [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/chrome/browser/ui/views/frame/
browser_view_layout.cc 262 gfx::Point test_point(point);
268 if (ConvertedHitTest(parent, tab_strip_, &test_point)) {
269 if (tab_strip_->IsPositionInWindowCaption(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 361 milliseconds