HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN_CENTER (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/chromium_org/ash/system/tray/
tray_popup_label_button.cc 23 SetHorizontalAlignment(gfx::ALIGN_CENTER);
tray_popup_header_button.cc 36 SetImageAlignment(views::ImageButton::ALIGN_CENTER,
tray_notification_view.cc 40 close_button->SetImageAlignment(views::ImageButton::ALIGN_CENTER,
  /external/chromium_org/ui/gfx/
text_constants.h 26 ALIGN_CENTER,
  /cts/tests/tests/text/src/android/text/style/cts/
AlignmentSpan_StandardTest.java 31 new Standard(Alignment.ALIGN_CENTER);
51 standard = new Standard(Alignment.ALIGN_CENTER);
52 assertEquals(Alignment.ALIGN_CENTER, standard.getAlignment());
90 Standard s = new Standard(Alignment.ALIGN_CENTER);
94 assertEquals(Alignment.ALIGN_CENTER, standard.getAlignment());
  /external/chromium/chrome/browser/themes/
theme_service_unittest.cc 31 EXPECT_EQ(ThemeService::ALIGN_CENTER, alignment);
theme_service.h 127 ALIGN_CENTER = 0x0,
  /external/chromium_org/chrome/browser/themes/
theme_properties.h 60 ALIGN_CENTER = 0,
theme_properties_unittest.cc 35 EXPECT_EQ(ThemeProperties::ALIGN_CENTER, alignment);
  /external/chromium/chrome/browser/chromeos/status/
status_area_button.cc 43 set_alignment(TextButton::ALIGN_CENTER);
  /external/chromium_org/ui/app_list/views/
search_result_actions_view.cc 67 button->SetImageAlignment(views::ImageButton::ALIGN_CENTER,
folder_header_view.cc 67 back_button_->SetImageAlignment(views::ImageButton::ALIGN_CENTER,
  /external/chromium_org/ui/views/controls/button/
image_button.h 30 ALIGN_CENTER,
label_button.cc 156 label_->SetHorizontalAlignment(gfx::ALIGN_CENTER);
216 if (base::i18n::IsRTL() && adjusted_alignment != gfx::ALIGN_CENTER)
234 if (adjusted_alignment == gfx::ALIGN_CENTER) {
245 if (adjusted_alignment == gfx::ALIGN_CENTER) {
label_button_unittest.cc 140 button.SetHorizontalAlignment(gfx::ALIGN_CENTER);
142 EXPECT_EQ(gfx::ALIGN_CENTER, button.GetHorizontalAlignment());
  /external/chromium_org/ui/views/controls/
label.cc 131 (alignment != gfx::ALIGN_CENTER)) {
377 horizontal_alignment_ = gfx::ALIGN_CENTER;
416 case gfx::ALIGN_CENTER:
456 case gfx::ALIGN_CENTER:
label_unittest.cc 65 label.SetHorizontalAlignment(gfx::ALIGN_CENTER);
66 EXPECT_EQ(gfx::ALIGN_CENTER, label.horizontal_alignment());
75 label.SetHorizontalAlignment(gfx::ALIGN_CENTER);
76 EXPECT_EQ(gfx::ALIGN_CENTER, label.horizontal_alignment());
408 label.SetHorizontalAlignment(gfx::ALIGN_CENTER);
545 label.SetHorizontalAlignment(gfx::ALIGN_CENTER);
685 label.SetHorizontalAlignment(gfx::ALIGN_CENTER);
828 label.SetHorizontalAlignment(gfx::ALIGN_CENTER);
    [all...]
  /external/chromium_org/ui/views/examples/
button_example.cc 110 alignment_ = TextButton::ALIGN_CENTER;
112 case TextButton::ALIGN_CENTER:
multiline_example.cc 24 render_text_->SetHorizontalAlignment(gfx::ALIGN_CENTER);
  /cts/tests/tests/text/src/android/text/cts/
DynamicLayoutTest.java 34 protected static final Layout.Alignment DEFAULT_ALIGN = Layout.Alignment.ALIGN_CENTER;
BoringLayoutTest.java 43 private static final Layout.Alignment DEFAULT_ALIGN = Layout.Alignment.ALIGN_CENTER;
200 boringLayout = makeBoringLayoutAlign(Layout.Alignment.ALIGN_CENTER);
  /external/chromium/chrome/browser/chromeos/login/
default_images_view.cc 74 SetImageAlignment(ALIGN_CENTER, ALIGN_MIDDLE);
captcha_view.cc 196 ok_button_->set_alignment(views::TextButton::ALIGN_CENTER);
  /external/chromium_org/ash/shelf/
app_list_button.cc 47 SetImageAlignment(ImageButton::ALIGN_CENTER, ImageButton::ALIGN_TOP);
  /external/chromium/chrome/browser/speech/
speech_input_bubble_views.cc 85 heading_->SetHorizontalAlignment(views::Label::ALIGN_CENTER);
92 message_->SetHorizontalAlignment(views::Label::ALIGN_CENTER);

Completed in 3443 milliseconds

1 2 3 4