/external/chromium_org/ui/gfx/ |
D | text_constants.h | 21 ALIGN_CENTER, // Align the text's center with that of its display area. enumerator
|
/external/chromium_org/ash/system/tray/ |
D | tray_popup_label_button.cc | 22 SetHorizontalAlignment(gfx::ALIGN_CENTER); in TrayPopupLabelButton()
|
D | tray_popup_header_button.cc | 35 SetImageAlignment(views::ImageButton::ALIGN_CENTER, in TrayPopupHeaderButton()
|
D | tray_notification_view.cc | 40 close_button->SetImageAlignment(views::ImageButton::ALIGN_CENTER, in InitView()
|
D | hover_highlight_view.cc | 73 if (alignment != gfx::ALIGN_CENTER) { in AddLabel()
|
/external/chromium_org/ui/views/examples/ |
D | button_example.cc | 110 alignment_ = TextButton::ALIGN_CENTER; in TextButtonPressed() 112 case TextButton::ALIGN_CENTER: in TextButtonPressed()
|
D | multiline_example.cc | 37 render_text_->SetHorizontalAlignment(gfx::ALIGN_CENTER); in RenderTextView()
|
/external/chromium_org/ui/views/controls/button/ |
D | label_button.cc | 175 label_->SetHorizontalAlignment(gfx::ALIGN_CENTER); in SetStyle() 234 if (base::i18n::IsRTL() && adjusted_alignment != gfx::ALIGN_CENTER) in Layout() 252 if (adjusted_alignment == gfx::ALIGN_CENTER) { in Layout() 263 if (adjusted_alignment == gfx::ALIGN_CENTER) { in Layout()
|
D | label_button_unittest.cc | 144 button.SetHorizontalAlignment(gfx::ALIGN_CENTER); in TEST_F() 146 EXPECT_EQ(gfx::ALIGN_CENTER, button.GetHorizontalAlignment()); in TEST_F()
|
D | image_button.h | 30 ALIGN_CENTER, enumerator
|
D | image_button_unittest.cc | 109 button.SetImageAlignment(ImageButton::ALIGN_CENTER, in TEST_F()
|
/external/chromium_org/chrome/browser/themes/ |
D | theme_properties.h | 60 ALIGN_CENTER = 0, enumerator
|
D | theme_properties_unittest.cc | 35 EXPECT_EQ(ThemeProperties::ALIGN_CENTER, alignment); in TEST_F()
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
D | profile_chooser_view.cc | 216 change_photo_button_->SetHorizontalAlignment(gfx::ALIGN_CENTER); in EditableProfilePhoto() 283 SetHorizontalAlignment(gfx::ALIGN_CENTER); in EditableProfileName() 308 profile_name_textfield_->SetHorizontalAlignment(gfx::ALIGN_CENTER); in EditableProfileName() 350 label()->SetHorizontalAlignment(gfx::ALIGN_CENTER); in Layout() 380 title_label_->SetHorizontalAlignment(gfx::ALIGN_CENTER); in TitleCard() 1000 (*button)->SetHorizontalAlignment(gfx::ALIGN_CENTER); in CreateTutorialView() 1110 manage_accounts_link_->SetHorizontalAlignment(gfx::ALIGN_CENTER); in CreateCurrentProfileView() 1114 email_label->SetHorizontalAlignment(gfx::ALIGN_CENTER); in CreateCurrentProfileView() 1429 gfx::ALIGN_CENTER); in CreateAccountRemovalView() 1479 gfx::ALIGN_CENTER); in CreateEndPreviewView()
|
/external/chromium_org/ash/system/chromeos/virtual_keyboard/ |
D | virtual_keyboard_tray.cc | 32 button_->SetImageAlignment(views::ImageButton::ALIGN_CENTER, in VirtualKeyboardTray()
|
/external/chromium_org/ui/views/controls/ |
D | label.cc | 386 horizontal_alignment_ = gfx::ALIGN_CENTER; in Init() 419 case gfx::ALIGN_CENTER: in GetTextBounds() 459 case gfx::ALIGN_CENTER: in ComputeDrawStringFlags()
|
D | label_unittest.cc | 80 label.SetHorizontalAlignment(gfx::ALIGN_CENTER); in TEST() 81 EXPECT_EQ(gfx::ALIGN_CENTER, label.GetHorizontalAlignment()); in TEST() 433 label.SetHorizontalAlignment(gfx::ALIGN_CENTER); in TEST() 560 label.SetHorizontalAlignment(gfx::ALIGN_CENTER); in TEST() 690 label.SetHorizontalAlignment(gfx::ALIGN_CENTER); in TEST() 816 label.SetHorizontalAlignment(gfx::ALIGN_CENTER); in TEST()
|
/external/chromium_org/ui/app_list/views/ |
D | search_result_actions_view.cc | 69 button->SetImageAlignment(views::ImageButton::ALIGN_CENTER, in CreateImageButton()
|
D | tile_item_view.cc | 94 title_->SetHorizontalAlignment(gfx::ALIGN_CENTER); in TileItemView()
|
D | folder_header_view.cc | 67 back_button_->SetImageAlignment(views::ImageButton::ALIGN_CENTER, in FolderHeaderView()
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
D | media_gallery_checkbox_view.cc | 59 folder_viewer_button_->SetImageAlignment(views::ImageButton::ALIGN_CENTER, in MediaGalleryCheckboxView()
|
/external/chromium_org/athena/activity/ |
D | activity_view_manager_impl.cc | 34 title_->SetHorizontalAlignment(gfx::ALIGN_CENTER); in ActivityWidget()
|
/external/chromium_org/ash/accelerators/ |
D | exit_warning_handler.cc | 61 label->SetHorizontalAlignment(gfx::ALIGN_CENTER); in ExitWarningWidgetDelegateView()
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
D | panel_frame_view.cc | 266 close_button_->SetImageAlignment(views::ImageButton::ALIGN_CENTER, in Init() 282 minimize_button_->SetImageAlignment(views::ImageButton::ALIGN_CENTER, in Init() 293 restore_button_->SetImageAlignment(views::ImageButton::ALIGN_CENTER, in Init()
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
D | zoom_bubble_view.cc | 225 set_default_button->SetHorizontalAlignment(gfx::ALIGN_CENTER); in Init()
|