HomeSort by relevance Sort by last modified time
    Searched defs:Layout (Results 51 - 75 of 275) sorted by null

1 23 4 5 6 7 8 91011

  /external/chromium/chrome/browser/ui/views/infobars/
after_translate_infobar.cc 37 void AfterTranslateInfoBar::Layout() {
38 TranslateInfoBarBase::Layout();
122 // These must happen after adding all children because they trigger layout,
extension_infobar.cc 59 void ExtensionInfoBar::Layout() {
60 InfoBarView::Layout();
90 // This must happen after adding all children because it can trigger layout,
165 Layout();
  /external/chromium/chrome/browser/ui/views/location_bar/
keyword_hint_view.cc 115 void KeywordHintView::Layout() {
116 // TODO(sky): baseline layout.
  /external/chromium/chrome/browser/ui/views/tabs/
side_tab.cc 53 void SideTab::Layout() {
dragged_tab_view.cc 110 void DraggedTabView::Layout() {
  /external/chromium_org/ash/system/chromeos/power/
power_status_view.cc 21 #include "ui/views/layout/box_layout.h"
22 #include "ui/views/layout/grid_layout.h"
31 // Specify min width of status label for layout.
77 views::BoxLayout* layout = local
80 SetLayoutManager(layout);
89 views::BoxLayout* layout = local
92 SetLayoutManager(layout);
218 void PowerStatusView::Layout() {
219 views::View::Layout();
  /external/chromium_org/ash/system/tray/
special_popup_row.cc 17 #include "ui/views/layout/box_layout.h"
110 void SpecialPopupRow::Layout() {
111 views::View::Layout();
tray_bar_button_with_title.cc 93 void TrayBarButtonWithTitle::Layout() {
tray_details_view.cc 13 #include "ui/views/layout/box_layout.h"
113 void TrayDetailsView::Layout() {
115 views::View::Layout();
129 views::View::Layout();
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.cc 71 void BookmarkBarInstructionsView::Layout() {
  /external/chromium_org/ui/oak/
oak_window.cc 17 #include "ui/views/layout/layout_constants.h"
87 void OakWindow::Layout() {
  /external/chromium_org/ui/views/controls/button/
checkbox.cc 79 void Checkbox::Layout() {
80 LabelButton::Layout();
  /external/chromium_org/ui/views/controls/scrollbar/
kennedy_scroll_bar.cc 84 void KennedyScrollBar::Layout() {
  /external/chromium_org/ui/views/layout/
box_layout.cc 5 #include "ui/views/layout/box_layout.h"
28 void BoxLayout::Layout(View* host) {
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 46 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD);
51 return Layout.getNonVirtualSize() == PointerSize ||
52 Layout.getNonVirtualSize() == PointerSize * 2;
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc 162 void BubbleFrameView::Layout() {
  /external/chromium/chrome/browser/chromeos/login/
screen_lock_view.cc 28 #include "views/layout/grid_layout.h"
107 void ScreenLockView::Layout() {
155 GridLayout* layout = new GridLayout(main_); local
156 main_->SetLayoutManager(layout);
157 views::ColumnSet* column_set = layout->AddColumnSet(0);
163 column_set = layout->AddColumnSet(1);
169 layout->AddPaddingRow(0, kBorderSize);
170 layout->StartRow(0, 0);
171 layout->AddView(user_view_);
172 layout->AddPaddingRow(0, kBorderSize)
    [all...]
take_photo_view.cc 21 #include "views/layout/grid_layout.h"
32 // IDs of column sets for grid layout manager.
109 Layout();
113 virtual void Layout() {
188 views::GridLayout* layout = new views::GridLayout(this); local
189 layout->SetInsets(GetInsets());
190 SetLayoutManager(layout);
194 views::ColumnSet* column_set = layout->AddColumnSet(kTitleRow);
202 views::ColumnSet* column_set = layout->AddColumnSet(kImageRow);
208 // Fill the layout with rows and views now
    [all...]
update_view.cc 163 void UpdateView::Layout() {
193 // Curtain layout is independed.
  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller.cc 108 void PanelScroller::Layout() {
242 Layout();
  /external/chromium/chrome/browser/ui/touch/frame/
touch_browser_frame_view.cc 74 void TouchBrowserFrameView::Layout() {
75 OpaqueBrowserFrameView::Layout();
155 // We don't re-layout the client view until the animation ends (see
158 Layout();
164 parent()->Layout();
270 parent()->Layout();
  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.cc 41 virtual void Layout();
79 void FullscreenExitBubble::FullscreenExitView::Layout() {
  /external/chromium_org/ash/shell/
widgets.cc 34 virtual void Layout() OVERRIDE;
102 void WidgetsWindow::Layout() {
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 12 #include "ui/views/layout/box_layout.h"
61 void ScreenStatusView::Layout() {
62 views::View::Layout();
  /external/chromium_org/ash/wm/
custom_frame_view_ash.cc 125 void CustomFrameViewAsh::Layout() {
126 // Use the shorter maximized layout headers.

Completed in 2773 milliseconds

1 23 4 5 6 7 8 91011