Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dbreak_list_unittest.cc49 EXPECT_TRUE(breaks.EqualsForTesting(expected)); in TEST_F()
100 EXPECT_TRUE(breaks.EqualsForTesting(overlap)); in TEST_F()
117 EXPECT_TRUE(breaks.EqualsForTesting(expected)); in TEST_F()
122 EXPECT_TRUE(breaks.EqualsForTesting(expected)); in TEST_F()
125 EXPECT_TRUE(breaks.EqualsForTesting(expected)); in TEST_F()
127 EXPECT_TRUE(breaks.EqualsForTesting(expected)); in TEST_F()
131 EXPECT_TRUE(breaks.EqualsForTesting(expected)); in TEST_F()
Dbreak_list.h59 bool EqualsForTesting(const std::vector<Break>& breaks) const;
151 bool BreakList<T>::EqualsForTesting(const std::vector<Break>& breaks) const { in EqualsForTesting() function
Drender_text_unittest.cc139 EXPECT_TRUE(render_text->colors().EqualsForTesting(expected_color)); in TEST_F()
144 EXPECT_TRUE(render_text->styles()[BOLD].EqualsForTesting(expected_style)); in TEST_F()
159 EXPECT_TRUE(render_text->colors().EqualsForTesting(expected_color_end)); in TEST_F()
163 EXPECT_TRUE(render_text->styles()[BOLD].EqualsForTesting(expected_style_end)); in TEST_F()
175 EXPECT_TRUE(render_text->styles()[ITALIC].EqualsForTesting(expected_italic)); in TEST_F()
180 EXPECT_TRUE(render_text->styles()[ITALIC].EqualsForTesting(expected_italic)); in TEST_F()
183 EXPECT_TRUE(render_text->styles()[ITALIC].EqualsForTesting(expected_italic)); in TEST_F()
187 EXPECT_TRUE(render_text->styles()[ITALIC].EqualsForTesting(expected_italic)); in TEST_F()