Searched refs:Layout (Results 401 - 425 of 508) sorted by relevance

<<11121314151617181920>>

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp952 const llvm::StructLayout *Layout,
975 uint64_t InlineLayoutInstruction(SmallVectorImpl<unsigned char> &Layout);
2210 SmallVectorImpl<unsigned char> &Layout) {
2212 if (Layout.size() <= 3) {
2213 unsigned size = Layout.size();
2219 inst = Layout[0];
2225 inst = Layout[1];
2231 inst = Layout[2];
2240 inst = Layout[0];
2244 inst = Layout[
2209 InlineLayoutInstruction( SmallVectorImpl<unsigned char> &Layout) argument
2317 SmallVector<unsigned char, 16> Layout; local
4495 BuildAggrIvarLayout(const ObjCImplementationDecl *OI, const llvm::StructLayout *Layout, const RecordDecl *RD, ArrayRef<const FieldDecl*> RecFields, unsigned int BytePos, bool ForStrongLayout, bool &HasUnion) argument
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_widget.cc348 virtual void Layout() OVERRIDE;
555 void ShelfWidget::DelegateView::Layout() { function in class:ash::ShelfWidget::DelegateView
/external/chromium_org/ash/system/user/
H A Duser_card_view.cc133 virtual void Layout() OVERRIDE;
191 void PublicAccountUserDetails::Layout() { function in class:ash::tray::__anon2010::PublicAccountUserDetails
/external/chromium_org/chrome/browser/ui/views/
H A Dtask_manager_view.cc162 virtual void Layout() OVERRIDE;
432 void TaskManagerView::Layout() { function in class:__anon5368::TaskManagerView
H A Dsession_crashed_bubble_view.cc306 Layout();
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.cc324 // Reset state before Layout+Composite since that might create more
540 void CompositorImpl::Layout() { function in class:content::CompositorImpl
542 client_->Layout();
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button.cc284 void LabelButton::Layout() { function in class:views::LabelButton
461 Layout();
/external/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp135 ConstantOffsetExtractor(const DataLayout *Layout, Instruction *InsertionPt) argument
136 : DL(Layout), IP(InsertionPt) {}
/external/chromium_org/ash/ime/
H A Dcandidate_view.cc253 void CandidateView::Layout() { function in class:ash::ime::CandidateView
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_bubble.cc217 bubble_view_->GetWidget()->GetContentsView()->Layout();
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.cc471 Layout();
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.h110 void Layout();
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.h176 virtual void Layout() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.h250 virtual void Layout() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_action_view.cc159 Layout(); // We need to layout since we may have added an icon as a result.
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.cc308 void NativeAppWindowViews::Layout() { function in class:native_app_window::NativeAppWindowViews
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.h134 virtual void Layout() OVERRIDE;
/external/chromium_org/ui/chromeos/network/
H A Dnetwork_list.cc242 container->Layout();
/external/chromium_org/ui/compositor/
H A Dcompositor.cc335 void Compositor::Layout() { function in class:ui::Compositor
/external/chromium_org/ui/message_center/views/
H A Dnotification_view_unittest.cc93 notification_view()->Layout();
311 // Layout the initial views.
/external/chromium_org/ui/v2/src/
H A Dview.cc189 void View::SetLayout(Layout* layout) {
/external/chromium_org/ui/views/controls/
H A Dstyled_label.cc178 void StyledLabel::Layout() { function in class:views::StyledLabel
/external/chromium_org/ui/views/controls/table/
H A Dtable_header.cc58 void TableHeader::Layout() { function in class:views::TableHeader
/external/chromium_org/ui/views/layout/
H A Dbox_layout.cc50 void BoxLayout::Layout(View* host) { function in class:views::BoxLayout
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc641 window_->non_client_view()->Layout();
642 window_->client_view()->Layout();
929 void PanelView::Layout() { function in class:PanelView

Completed in 6989 milliseconds

<<11121314151617181920>>