Home
last modified time | relevance | path

Searched refs:ALIGN_CENTER (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium_org/ui/gfx/
Dtext_constants.h21 ALIGN_CENTER, // Align the text's center with that of its display area. enumerator
/external/chromium_org/ash/system/tray/
Dtray_popup_label_button.cc22 SetHorizontalAlignment(gfx::ALIGN_CENTER); in TrayPopupLabelButton()
Dtray_popup_header_button.cc35 SetImageAlignment(views::ImageButton::ALIGN_CENTER, in TrayPopupHeaderButton()
Dtray_notification_view.cc40 close_button->SetImageAlignment(views::ImageButton::ALIGN_CENTER, in InitView()
Dhover_highlight_view.cc73 if (alignment != gfx::ALIGN_CENTER) { in AddLabel()
/external/chromium_org/ui/views/examples/
Dbutton_example.cc110 alignment_ = TextButton::ALIGN_CENTER; in TextButtonPressed()
112 case TextButton::ALIGN_CENTER: in TextButtonPressed()
Dmultiline_example.cc37 render_text_->SetHorizontalAlignment(gfx::ALIGN_CENTER); in RenderTextView()
/external/chromium_org/ui/views/controls/button/
Dlabel_button.cc175 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()
Dlabel_button_unittest.cc144 button.SetHorizontalAlignment(gfx::ALIGN_CENTER); in TEST_F()
146 EXPECT_EQ(gfx::ALIGN_CENTER, button.GetHorizontalAlignment()); in TEST_F()
Dimage_button.h30 ALIGN_CENTER, enumerator
Dimage_button_unittest.cc109 button.SetImageAlignment(ImageButton::ALIGN_CENTER, in TEST_F()
/external/chromium_org/chrome/browser/themes/
Dtheme_properties.h60 ALIGN_CENTER = 0, enumerator
Dtheme_properties_unittest.cc35 EXPECT_EQ(ThemeProperties::ALIGN_CENTER, alignment); in TEST_F()
/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_chooser_view.cc216 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/
Dvirtual_keyboard_tray.cc32 button_->SetImageAlignment(views::ImageButton::ALIGN_CENTER, in VirtualKeyboardTray()
/external/chromium_org/ui/views/controls/
Dlabel.cc386 horizontal_alignment_ = gfx::ALIGN_CENTER; in Init()
419 case gfx::ALIGN_CENTER: in GetTextBounds()
459 case gfx::ALIGN_CENTER: in ComputeDrawStringFlags()
Dlabel_unittest.cc80 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/
Dsearch_result_actions_view.cc69 button->SetImageAlignment(views::ImageButton::ALIGN_CENTER, in CreateImageButton()
Dtile_item_view.cc94 title_->SetHorizontalAlignment(gfx::ALIGN_CENTER); in TileItemView()
Dfolder_header_view.cc67 back_button_->SetImageAlignment(views::ImageButton::ALIGN_CENTER, in FolderHeaderView()
/external/chromium_org/chrome/browser/ui/views/extensions/
Dmedia_gallery_checkbox_view.cc59 folder_viewer_button_->SetImageAlignment(views::ImageButton::ALIGN_CENTER, in MediaGalleryCheckboxView()
/external/chromium_org/athena/activity/
Dactivity_view_manager_impl.cc34 title_->SetHorizontalAlignment(gfx::ALIGN_CENTER); in ActivityWidget()
/external/chromium_org/ash/accelerators/
Dexit_warning_handler.cc61 label->SetHorizontalAlignment(gfx::ALIGN_CENTER); in ExitWarningWidgetDelegateView()
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_frame_view.cc266 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/
Dzoom_bubble_view.cc225 set_default_button->SetHorizontalAlignment(gfx::ALIGN_CENTER); in Init()

12