OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALIGN_TOP
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/themes/
theme_properties_unittest.cc
17
EXPECT_EQ(ThemeProperties::
ALIGN_TOP
| ThemeProperties::ALIGN_LEFT,
23
EXPECT_EQ(ThemeProperties::
ALIGN_TOP
, alignment);
theme_properties.h
62
ALIGN_TOP
= 1 << 1,
theme_properties.cc
147
alignment_mask |=
ALIGN_TOP
;
178
if (alignment &
ALIGN_TOP
)
browser_theme_pack_unittest.cc
227
EXPECT_EQ(ThemeProperties::
ALIGN_TOP
, val);
/cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java
90
assertEquals(R.id.relative_view1, rules[RelativeLayout.
ALIGN_TOP
]);
154
assertEquals(R.id.relative_view3, rules[RelativeLayout.
ALIGN_TOP
]);
204
assertEquals(R.id.relative_view21, rules[RelativeLayout.
ALIGN_TOP
]);
210
assertEquals(R.id.relative_view21, rules[RelativeLayout.
ALIGN_TOP
]);
309
assertEquals(R.id.relative_view23, rules[RelativeLayout.
ALIGN_TOP
]);
315
assertEquals(R.id.relative_view23, rules[RelativeLayout.
ALIGN_TOP
]);
/external/chromium_org/ui/views/controls/button/
image_button.h
35
ALIGN_TOP
= 0,
image_button.cc
32
v_alignment_(
ALIGN_TOP
),
/external/chromium_org/chrome/browser/chromeos/login/ui/
simple_web_view_dialog.cc
175
views::ImageButton::
ALIGN_TOP
);
/external/chromium_org/chrome/browser/search/
instant_service.cc
354
if (alignment & ThemeProperties::
ALIGN_TOP
)
/external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.cc
133
if (alignment & ThemeProperties::
ALIGN_TOP
) {
/external/chromium_org/third_party/libaddressinput/src/java/
android.jar
Completed in 335 milliseconds