OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expected_style_end
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/gfx/
render_text_unittest.cc
160
std::vector<std::pair<size_t, bool> >
expected_style_end
;
local
161
expected_style_end
.push_back(std::pair<size_t, bool>(0, false));
162
expected_style_end
.push_back(std::pair<size_t, bool>(2, true));
163
EXPECT_TRUE(render_text->styles()[BOLD].EqualsForTesting(
expected_style_end
));
[
all
...]
Completed in 116 milliseconds