OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EqualsForTesting
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/gfx/
break_list_unittest.cc
49
EXPECT_TRUE(breaks.
EqualsForTesting
(expected));
100
EXPECT_TRUE(breaks.
EqualsForTesting
(overlap));
117
EXPECT_TRUE(breaks.
EqualsForTesting
(expected));
122
EXPECT_TRUE(breaks.
EqualsForTesting
(expected));
125
EXPECT_TRUE(breaks.
EqualsForTesting
(expected));
127
EXPECT_TRUE(breaks.
EqualsForTesting
(expected));
131
EXPECT_TRUE(breaks.
EqualsForTesting
(expected));
break_list.h
59
bool
EqualsForTesting
(const std::vector<Break>& breaks) const;
151
bool BreakList<T>::
EqualsForTesting
(const std::vector<Break>& breaks) const {
render_text_unittest.cc
139
EXPECT_TRUE(render_text->colors().
EqualsForTesting
(expected_color));
144
EXPECT_TRUE(render_text->styles()[BOLD].
EqualsForTesting
(expected_style));
159
EXPECT_TRUE(render_text->colors().
EqualsForTesting
(expected_color_end));
163
EXPECT_TRUE(render_text->styles()[BOLD].
EqualsForTesting
(expected_style_end));
175
EXPECT_TRUE(render_text->styles()[ITALIC].
EqualsForTesting
(expected_italic));
180
EXPECT_TRUE(render_text->styles()[ITALIC].
EqualsForTesting
(expected_italic));
183
EXPECT_TRUE(render_text->styles()[ITALIC].
EqualsForTesting
(expected_italic));
187
EXPECT_TRUE(render_text->styles()[ITALIC].
EqualsForTesting
(expected_italic));
[
all
...]
Completed in 27 milliseconds