OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EqualsValueForTesting
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/gfx/
break_list_unittest.cc
18
EXPECT_TRUE(style_breaks.
EqualsValueForTesting
(false));
20
EXPECT_TRUE(style_breaks.
EqualsValueForTesting
(true));
24
EXPECT_TRUE(color_breaks.
EqualsValueForTesting
(SK_ColorRED));
26
EXPECT_TRUE(color_breaks.
EqualsValueForTesting
(SK_ColorBLACK));
36
EXPECT_TRUE(breaks.
EqualsValueForTesting
(false));
39
EXPECT_TRUE(breaks.
EqualsValueForTesting
(false));
54
EXPECT_TRUE(breaks.
EqualsValueForTesting
(true));
58
EXPECT_TRUE(breaks.
EqualsValueForTesting
(false));
64
EXPECT_TRUE(breaks.
EqualsValueForTesting
(false));
70
EXPECT_TRUE(breaks.
EqualsValueForTesting
(true))
[
all
...]
break_list.h
58
bool
EqualsValueForTesting
(T value) const;
146
bool BreakList<T>::
EqualsValueForTesting
(T value) const {
render_text_unittest.cc
99
EXPECT_TRUE(render_text->colors().
EqualsValueForTesting
(SK_ColorBLACK));
101
EXPECT_TRUE(render_text->styles()[style].
EqualsValueForTesting
(false));
115
EXPECT_TRUE(render_text->colors().
EqualsValueForTesting
(color));
116
EXPECT_TRUE(render_text->styles()[BOLD].
EqualsValueForTesting
(true));
117
EXPECT_TRUE(render_text->styles()[UNDERLINE].
EqualsValueForTesting
(false));
124
EXPECT_TRUE(render_text->styles()[STRIKE].
EqualsValueForTesting
(true));
148
EXPECT_TRUE(render_text->colors().
EqualsValueForTesting
(SK_ColorBLUE));
150
EXPECT_TRUE(render_text->styles()[BOLD].
EqualsValueForTesting
(false));
[
all
...]
Completed in 123 milliseconds