| /external/chromium/chrome/browser/ui/views/bookmarks/ |
| bookmark_bar_instructions_view.cc | 59 void BookmarkBarInstructionsView::Layout() {
|
| /external/chromium/chrome/browser/ui/views/frame/ |
| contents_container.cc | 64 Layout(); 79 Layout(); 87 // Make sure we layout next time around. We need this in case our bounds 140 void ContentsContainer::Layout() { 149 // still need a layout. 150 views::View::Layout();
|
| /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() {
|
| /frameworks/compile/mclinker/include/mcld/LD/ |
| Layout.h | 1 //===- Layout.h -----------------------------------------------------------===// 29 /** \class Layout 30 * \brief Layout maintains the mapping between sections and fragments. 33 * still need section information. Layout is used to maintain the mapping 34 * between sections and fragments. Layout helps readers and target backends 37 class Layout 46 Layout(); 49 ~Layout(); 115 bool layout(Output& pOutput, const TargetLDBackend& pBackend); 252 /// sortSectionOrder - perform sorting on m_SectionOrder to get final layout [all...] |
| /frameworks/compile/mclinker/lib/LD/ |
| Layout.cpp | 1 //===- Layout.cpp ---------------------------------------------------------===// 13 #include <mcld/LD/Layout.h> 26 Layout::Range::Range() 31 Layout::Range::Range(const LDSection& pHdr) 36 Layout::Range::~Range() 41 // Layout 42 Layout::Layout() 46 Layout::~Layout() 548 bool Layout::layout(Output& pOutput, const TargetLDBackend& pBackend) function in class:Layout [all...] |
| /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.
|
| enterprise_enrollment_view.cc | 21 #include "views/layout/layout_constants.h" 27 // Layout constants. 184 void EnterpriseEnrollmentView::Layout() {
|
| user_view.cc | 97 virtual void Layout() { 275 // UserView's layout never changes, so let's layout once here. 321 Layout();
|
| /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() {
|
| about_ipc_dialog.cc | 35 #include "views/layout/grid_layout.h" 36 #include "views/layout/layout_constants.h" 227 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local 228 SetLayoutManager(layout); 237 views::ColumnSet* column_set = layout->AddColumnSet(first_column_set); 246 column_set = layout->AddColumnSet(table_column_set); 250 layout->StartRow(0, first_column_set); 251 layout->AddView(track_toggle_); 252 layout->AddView(clear_button_); 253 layout->AddView(filter_button_) [all...] |
| /external/chromium/chrome/browser/chromeos/ |
| native_dialog_window.cc | 76 virtual void Layout(); 179 void NativeDialogHost::Layout() {
|
| /external/chromium/chrome/browser/chromeos/notifications/ |
| balloon_view.cc | 95 // The control view will never be resized, so just layout once. 239 // Not used. The layout is managed by the Panel. 248 // Not used. The layout is managed by the Panel. 254 void BalloonViewImpl::Layout() {
|
| /external/chromium/chrome/browser/notifications/ |
| balloon_collection_impl.cc | 100 balloon->set_content_size(Layout::ConstrainToSizeLimits(size)); 169 // Start from the layout origin. 233 BalloonCollectionImpl::Layout::Layout() : placement_(INVALID) { 237 void BalloonCollectionImpl::Layout::GetMaxLinearSize(int* max_balloon_size, 246 gfx::Point BalloonCollectionImpl::Layout::GetLayoutOrigin() const { 273 gfx::Point BalloonCollectionImpl::Layout::NextPosition( 312 gfx::Point BalloonCollectionImpl::Layout::OffScreenLocation() const { 339 bool BalloonCollectionImpl::Layout::RequiresOffsets() const { 340 // Layout schemes that grow up from the bottom require offsets [all...] |
| /external/chromium/chrome/browser/speech/ |
| speech_input_bubble_views.cc | 26 #include "views/layout/layout_constants.h" 56 virtual void Layout(); 138 // stays the same. So we wouldn't get a resize/layout call from the view 141 Layout(); 197 void ContentView::Layout() {
|
| /external/chromium/chrome/browser/ui/gtk/tabs/ |
| dragged_tab_gtk.cc | 164 void DraggedTabGtk::Layout() { 195 Layout();
|
| /external/chromium/chrome/browser/ui/touch/tabs/ |
| touch_tab.cc | 94 void TouchTab::Layout() {
|