Home
last modified time | relevance | path

Searched refs:kVertical (Results 1 – 25 of 56) sorted by relevance

123

/external/chromium_org/ui/views/layout/
Dbox_layout.cc158 if (orientation_ == kVertical) { in GetPreferredSize()
224 return orientation_ == kVertical ? rect.width() : rect.height(); in CrossAxisSize()
228 return orientation_ == kVertical ? rect.x() : rect.y(); in CrossAxisPosition()
232 if (orientation_ == kVertical) in SetCrossAxisSize()
239 if (orientation_ == kVertical) in SetCrossAxisPosition()
256 return orientation_ == kVertical in CrossAxisSizeForView()
Dbox_layout_unittest.cc47 BoxLayout* layout = new BoxLayout(BoxLayout::kVertical, 0, 0, 0); in TEST_F()
153 BoxLayout* layout = new BoxLayout(BoxLayout::kVertical, 0, 0, 0); in TEST_F()
185 BoxLayout::kVertical; in TEST_F()
241 BoxLayout* layout = new BoxLayout(BoxLayout::kVertical, 10, 10, 10); in TEST_F()
319 BoxLayout* layout = new BoxLayout(BoxLayout::kVertical, 10, 10, 10); in TEST_F()
381 BoxLayout* layout = new BoxLayout(BoxLayout::kVertical, 10, 10, 10); in TEST_F()
544 BoxLayout* layout = new BoxLayout(BoxLayout::kVertical, 0, 0, 0); in TEST_F()
594 BoxLayout* layout = new BoxLayout(BoxLayout::kVertical, 0, 0, 0); in TEST_F()
Dbox_layout.h33 kVertical, enumerator
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
Dapp_info_dialog_views.cc52 new views::BoxLayout(views::BoxLayout::kVertical, 0, 0, 0); in AppInfoDialog()
73 new views::BoxLayout(views::BoxLayout::kVertical, in AppInfoDialog()
Dapp_info_panel.cc36 new views::BoxLayout(views::BoxLayout::kVertical, 0, 0, child_spacing)); in CreateVerticalStack()
Dapp_info_header_panel.cc107 new views::BoxLayout(views::BoxLayout::kVertical, 0, 0, 0); in LayoutControls()
Dapp_info_permissions_panel.cc41 new views::BoxLayout(views::BoxLayout::kVertical, in AppInfoPermissionsPanel()
/external/chromium_org/athena/system/
Dnetwork_selector.cc68 const int kVertical = 0; in PasswordView() local
72 views::BoxLayout::kVertical, kHorizontal, kVertical, kPadding); in PasswordView()
81 views::BoxLayout::kHorizontal, kHorizontal, kVertical, kPadding); in PasswordView()
376 new views::BoxLayout(views::BoxLayout::kVertical, 0, 0, 0)); in CreateNetworkList()
/external/chromium_org/ash/system/tray/
Dtray_details_view.cc72 SetLayoutManager(new views::BoxLayout(views::BoxLayout::kVertical, in TrayDetailsView()
92 views::BoxLayout::kVertical, 0, 0, 1)); in CreateScrollableList()
Dtray_empty.cc47 view->SetLayoutManager(new views::BoxLayout(views::BoxLayout::kVertical, in CreateDefaultView()
Dtray_image_item.cc84 layout = views::BoxLayout::kVertical; in SetItemAlignment()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dnew_credit_card_bubble_views.cc73 SetLayoutManager(new views::BoxLayout(views::BoxLayout::kVertical, 0, 0, in Init()
78 new views::BoxLayout(views::BoxLayout::kVertical, 0, 0, 10)); in Init()
Dgenerated_credit_card_bubble_views.cc63 SetLayoutManager(new views::BoxLayout(views::BoxLayout::kVertical, 0, 0, in Init()
Dexpanding_textfield.cc45 SetLayoutManager(new views::BoxLayout(views::BoxLayout::kVertical, 0, 0, in ExpandingTextfield()
/external/chromium_org/ash/ime/
Dcandidate_window_view.cc163 SetLayoutManager(new views::BoxLayout(views::BoxLayout::kVertical, 0, 0, 0)); in CandidateWindowView()
177 views::BoxLayout::kVertical, 0, 0, 0)); in CandidateWindowView()
251 views::BoxLayout::kVertical, 0, 0, 0)); in UpdateCandidates()
Dinfolist_window.cc116 SetLayoutManager(new views::BoxLayout(views::BoxLayout::kVertical, 0, 0, 0)); in InfolistEntryView()
187 SetLayoutManager(new views::BoxLayout(views::BoxLayout::kVertical, 0, 0, 0)); in InfolistWindow()
Dcandidate_view_unittest.cc45 new views::BoxLayout(views::BoxLayout::kVertical, 0, 0, 0)); in SetUp()
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_sync_promo_view.cc65 views::BoxLayout* layout = new views::BoxLayout(views::BoxLayout::kVertical, in BookmarkSyncPromoView()
/external/chromium_org/ui/app_list/views/
Dtile_item_view.cc37 views::BoxLayout::kVertical, kTileHorizontalPadding, 0, 0); in TileItemView()
/external/chromium_org/ui/views/examples/
Dwidget_example.cc35 SetLayoutManager(new BoxLayout(BoxLayout::kVertical, 10, 10, 10)); in DialogExample()
Dbutton_example.cc46 container->SetLayoutManager(new BoxLayout(BoxLayout::kVertical, 10, 10, 10)); in CreateExampleView()
Dbubble_example.cc58 SetLayoutManager(new BoxLayout(BoxLayout::kVertical, 50, 50, 0)); in Init()
/external/chromium_org/ash/system/chromeos/screen_security/
Dscreen_tray_item.cc206 : views::BoxLayout::kVertical; in UpdateAfterShelfAlignmentChange()
/external/chromium_org/ash/
Dpopup_message.cc126 views::BoxLayout::kVertical, 0, 0, kVerticalPopupPaddingBetweenItems)); in MessageBubble()
/external/chromium_org/ash/system/user/
Duser_card_view.cc427 views::BoxLayout::kVertical, 0, kUserDetailsVerticalPadding, 0)); in AddUserContent()
446 views::BoxLayout::kVertical, 0, kUserDetailsVerticalPadding, 0)); in AddUserContent()

123