Searched refs:Layout (Results 301 - 325 of 508) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/mojo/examples/window_manager/
H A Ddebug_panel.cc84 void DebugPanel::Layout(views::View* view) { function in class:mojo::examples::DebugPanel
/external/chromium_org/mojo/examples/wm_flow/wm/
H A Dframe_controller.cc36 virtual void Layout(views::View* host) OVERRIDE {
/external/chromium_org/mojo/services/html_viewer/
H A Dweblayertreeview_impl.h50 virtual void Layout() OVERRIDE;
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.h146 virtual void Layout() OVERRIDE;
H A Dsearch_result_view.cc143 void SearchResultView::Layout() { function in class:app_list::SearchResultView
203 Layout();
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view.h71 virtual void Layout() OVERRIDE;
H A Dnotifier_settings_view.cc132 virtual void Layout() OVERRIDE;
154 void EntryView::Layout() { function in class:message_center::__anon16963::EntryView
460 Layout();
619 void NotifierSettingsView::Layout() { function in class:message_center::NotifierSettingsView
H A Dtoast_contents_view.h76 virtual void Layout() OVERRIDE;
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button.h92 virtual void Layout() OVERRIDE;
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.h106 virtual void Layout() OVERRIDE;
/external/chromium_org/ui/views/controls/menu/
H A Dsubmenu_view.h57 virtual void Layout() OVERRIDE;
/external/chromium_org/ui/views/controls/
H A Dscroll_view.h80 virtual void Layout() OVERRIDE;
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.h178 virtual void Layout(View* host) OVERRIDE;
189 // As both Layout and GetPreferredSize need to do nearly the same thing,
/external/chromium_org/ui/views/touchui/
H A Dtouch_editing_menu.cc139 Layout();
/external/chromium_org/ui/views/widget/
H A Droot_view.h103 virtual void Layout() OVERRIDE;
/external/llvm/lib/IR/
H A DDataLayout.cpp38 INITIALIZE_PASS(DataLayoutPass, "datalayout", "Data Layout", false, true)
654 const StructLayout *Layout = getStructLayout(cast<StructType>(Ty));
656 return std::max(Align, Layout->getAlignment());
747 const StructLayout *Layout = getStructLayout(STy);
750 Result += Layout->getElementOffset(FieldNo);
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.h155 const MCAsmLayout *Layout) const override;
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp139 const MCAsmLayout &Layout) const override {
/external/llvm/lib/Target/R600/
H A DAMDGPUTargetMachine.cpp75 Layout(computeDataLayout(Subtarget)),
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp809 const StructLayout &Layout = *DL.getStructLayout(ST); local
813 Offset+Layout.getElementOffsetInBits(i),
939 const StructLayout &Layout = *DL.getStructLayout(ST); local
943 Offset+Layout.getElementOffsetInBits(i),
1831 const StructLayout *Layout = DL->getStructLayout(ST); local
1832 unsigned EltIdx = Layout->getElementContainingOffset(Offset);
1835 Offset -= Layout->getElementOffset(EltIdx);
2009 const StructLayout *Layout = DL->getStructLayout(ST); local
2010 Idx = Layout->getElementContainingOffset(Offset);
2012 Offset -= Layout
2349 const StructLayout *Layout = DL->getStructLayout(EltSTy); local
2455 const StructLayout *Layout = nullptr; local
[all...]
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_sms.cc198 Layout();
231 scroller()->Layout();
/external/chromium_org/ash/system/date/
H A Ddate_view.cc254 Layout();
290 Layout();
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dorigin_chip_view.cc252 Layout();
285 void OriginChipView::Layout() { function in class:OriginChipView
/external/chromium_org/chrome/browser/ui/views/
H A Dscreen_capture_notification_ui_views.cc90 virtual void Layout() OVERRIDE;
230 void ScreenCaptureNotificationUIViews::Layout() { function in class:__anon5330::ScreenCaptureNotificationUIViews
/external/chromium_org/ui/views/window/
H A Ddialog_client_view_unittest.cc68 client_view_->Layout();
196 client_view()->Layout();

Completed in 2867 milliseconds

<<11121314151617181920>>