Searched defs:Layout (Results 1 - 25 of 121) sorted by relevance

12345

/external/chromium/chrome/browser/chromeos/login/
H A Dtextfield_with_margin.cc31 void TextfieldWithMargin::Layout() { function in class:chromeos::TextfieldWithMargin
35 views::Textfield::Layout();
H A Dguest_user_view.cc70 Layout();
107 void GuestUserView::Layout() { function in class:chromeos::GuestUserView
/external/chromium/chrome/browser/chromeos/panels/
H A Dpanel_scroller_container.cc25 void PanelScrollerContainer::Layout() { function in class:PanelScrollerContainer
/external/clang/include/clang/Frontend/
H A DLayoutOverrideSource.h26 struct Layout { struct in class:clang::LayoutOverrideSource
38 llvm::StringMap<Layout> Layouts;
/external/chromium/chrome/browser/chromeos/
H A Dsetting_level_bubble_view.cc62 void SettingLevelBubbleView::Layout() { function in class:chromeos::SettingLevelBubbleView
/external/chromium/chrome/browser/ui/touch/frame/
H A Dkeyboard_container_view.cc41 void KeyboardContainerView::Layout() { function in class:KeyboardContainerView
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_container_view.cc30 void InfoBarContainerView::Layout() { function in class:InfoBarContainerView
H A Dtranslate_message_infobar.cc21 void TranslateMessageInfoBar::Layout() { function in class:TranslateMessageInfoBar
22 TranslateInfoBarBase::Layout();
H A Dlink_infobar.cc28 void LinkInfoBar::Layout() { function in class:LinkInfoBar
29 InfoBarView::Layout();
H A Dbefore_translate_infobar.cc35 void BeforeTranslateInfoBar::Layout() { function in class:BeforeTranslateInfoBar
36 TranslateInfoBarBase::Layout();
H A Dconfirm_infobar.cc31 void ConfirmInfoBar::Layout() { function in class:ConfirmInfoBar
32 InfoBarView::Layout();
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dpage_action_with_badge_view.cc27 void PageActionWithBadgeView::Layout() { function in class:PageActionWithBadgeView
H A Dselected_keyword_view.cc47 void SelectedKeywordView::Layout() { function in class:SelectedKeywordView
50 IconLabelBubbleView::Layout();
H A Dicon_label_bubble_view.cc60 void IconLabelBubbleView::Layout() { function in class:IconLabelBubbleView
H A Dkeyword_hint_view.cc115 void KeywordHintView::Layout() { function in class:KeywordHintView
/external/clang/lib/AST/
H A DItaniumCXXABI.cpp54 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); local
57 return Layout.getNonVirtualSize() == PointerSize;
H A DMicrosoftCXXABI.cpp44 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); local
49 return Layout.getNonVirtualSize() == PointerSize ||
50 Layout.getNonVirtualSize() == PointerSize * 2;
H A DVTTBuilder.cpp68 const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(RD); local
70 Layout.getBaseClassOffset(BaseDecl);
72 // Layout the VTT for this base.
116 const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(RD); local
119 Layout.getBaseClassOffset(BaseDecl);
121 if (!Layout.isPrimaryBaseVirtual() &&
122 Layout.getPrimaryBase() == BaseDecl)
/external/webkit/Source/WebCore/rendering/
H A DAutoTableLayout.h49 struct Layout { struct in class:WebCore::AutoTableLayout
50 Layout() function in struct:WebCore::AutoTableLayout::Layout
70 Vector<Layout, 4> m_layoutStruct;
/external/chromium/chrome/browser/chromeos/status/
H A Dstatus_area_view.cc78 void StatusAreaView::Layout() { function in class:chromeos::StatusAreaView
102 Layout();
/external/chromium/chrome/browser/ui/views/importer/
H A Dimport_lock_dialog_view.cc61 void ImportLockDialogView::Layout() { function in class:ImportLockDialogView
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_container_native.cc65 void TabContentsContainer::Layout() { function in class:TabContentsContainer
68 native_container_->GetView()->Layout();
/external/llvm/include/llvm/MC/
H A DMCAsmBackend.h95 const MCAsmLayout &Layout,
124 const MCAsmLayout &Layout) const = 0;
94 processFixupValue(const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, const MCFragment *DF, MCValue &Target, uint64_t &Value, bool &IsResolved) argument
/external/chromium/chrome/browser/chromeos/options/
H A Dnetwork_config_view.cc102 void NetworkConfigView::Layout() { function in class:chromeos::NetworkConfigView
/external/chromium/chrome/browser/ui/views/tabs/
H A Dside_tab.cc53 void SideTab::Layout() { function in class:SideTab

Completed in 300 milliseconds

12345