OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestAlignment
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/layout/
grid_layout_unittest.cc
84
void
TestAlignment
(GridLayout::Alignment alignment, gfx::Rect* bounds) {
104
TestAlignment
(GridLayout::FILL, &bounds);
110
TestAlignment
(GridLayout::LEADING, &bounds);
116
TestAlignment
(GridLayout::CENTER, &bounds);
122
TestAlignment
(GridLayout::TRAILING, &bounds);
/external/skia/tests/
SerializationTest.cpp
21
static void
TestAlignment
(T* testObj, skiatest::Reporter* reporter) {
139
TestAlignment
(testObj, reporter);
265
TestAlignment
(&rrect, reporter);
Completed in 179 milliseconds