HomeSort by relevance Sort by last modified time
    Searched refs:EXPECT_VECTOR_EQ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host_unittest_scroll.cc 44 EXPECT_VECTOR_EQ(initial_scroll_, root->scroll_offset());
46 EXPECT_VECTOR_EQ(initial_scroll_ + scroll_amount_, root->scroll_offset());
55 EXPECT_VECTOR_EQ(gfx::Vector2d(), root->ScrollDelta());
63 EXPECT_VECTOR_EQ(initial_scroll_, root->scroll_offset());
64 EXPECT_VECTOR_EQ(scroll_amount_, root->ScrollDelta());
68 EXPECT_VECTOR_EQ(root->scroll_offset(), second_scroll_);
69 EXPECT_VECTOR_EQ(root->ScrollDelta(), scroll_amount_);
110 EXPECT_VECTOR_EQ(root->scroll_offset(), initial_scroll_);
113 EXPECT_VECTOR_EQ(root->scroll_offset(),
116 EXPECT_VECTOR_EQ(root->scroll_offset()
    [all...]
layer_tree_host_impl_unittest.cc 187 EXPECT_VECTOR_EQ(scroll_delta, scroll_info.scrolls[i].scroll_delta);
439 EXPECT_VECTOR_EQ(root->sent_scroll_delta(), scroll_delta);
446 EXPECT_VECTOR_EQ(root->sent_scroll_delta(), scroll_delta + scroll_delta2);
758 EXPECT_VECTOR_EQ(gfx::Vector2dF(), scroll_layer->TotalScrollOffset());
759 EXPECT_VECTOR_EQ(gfx::Vector2dF(), overflow->TotalScrollOffset());
764 EXPECT_VECTOR_EQ(gfx::Vector2dF(), scroll_layer->TotalScrollOffset());
765 EXPECT_VECTOR_EQ(gfx::Vector2dF(10, 10), overflow->TotalScrollOffset());
771 EXPECT_VECTOR_EQ(gfx::Vector2dF(), scroll_layer->TotalScrollOffset());
772 EXPECT_VECTOR_EQ(gfx::Vector2dF(10, 10), overflow->TotalScrollOffset());
776 EXPECT_VECTOR_EQ(gfx::Vector2dF(10, 0), scroll_layer->TotalScrollOffset())
    [all...]
layer_tree_host_common_unittest.cc     [all...]
  /external/chromium_org/cc/layers/
layer_impl_unittest.cc 349 EXPECT_VECTOR_EQ(gfx::Vector2dF(), layer()->TotalScrollOffset());
350 EXPECT_VECTOR_EQ(gfx::Vector2dF(), layer()->scroll_offset());
351 EXPECT_VECTOR_EQ(gfx::Vector2dF(), layer()->ScrollDelta());
354 EXPECT_VECTOR_EQ(gfx::Vector2dF(0, 80), layer()->TotalScrollOffset());
356 EXPECT_VECTOR_EQ(layer()->ScrollDelta(), layer()->TotalScrollOffset());
357 EXPECT_VECTOR_EQ(gfx::Vector2dF(), layer()->scroll_offset());
360 EXPECT_VECTOR_EQ(gfx::Vector2dF(50, 0), layer()->TotalScrollOffset());
362 EXPECT_VECTOR_EQ(layer()->ScrollDelta(), layer()->TotalScrollOffset());
363 EXPECT_VECTOR_EQ(gfx::Vector2dF(), layer()->scroll_offset());
372 EXPECT_VECTOR_EQ(scroll_offset, layer()->TotalScrollOffset())
    [all...]
  /external/chromium_org/cc/base/
math_util_unittest.cc 104 EXPECT_VECTOR_EQ(gfx::Vector2dF(0, 0), MathUtil::ProjectVector(x, y));
105 EXPECT_VECTOR_EQ(gfx::Vector2dF(0, 0), MathUtil::ProjectVector(y, x));
109 EXPECT_VECTOR_EQ(gfx::Vector2dF(test_vector.x(), 0),
111 EXPECT_VECTOR_EQ(gfx::Vector2dF(0, test_vector.y()),
  /external/chromium_org/cc/test/
geometry_test_utils.h 59 #define EXPECT_VECTOR_EQ(expected, actual) \

Completed in 163 milliseconds