HomeSort by relevance Sort by last modified time
    Searched defs:Layout (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/chromium/chrome/browser/chromeos/login/
textfield_with_margin.cc 31 void TextfieldWithMargin::Layout() {
35 views::Textfield::Layout();
guest_user_view.cc 70 Layout();
107 void GuestUserView::Layout() {
web_page_view.cc 177 void WebPageView::Layout() {
  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller_container.cc 25 void PanelScrollerContainer::Layout() {
  /external/chromium/chrome/browser/ui/touch/frame/
keyboard_container_view.cc 41 void KeyboardContainerView::Layout() {
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.cc 27 void PageActionWithBadgeView::Layout() {
selected_keyword_view.cc 47 void SelectedKeywordView::Layout() {
50 IconLabelBubbleView::Layout();
icon_label_bubble_view.cc 60 void IconLabelBubbleView::Layout() {
  /external/chromium/chrome/browser/ui/views/infobars/
translate_message_infobar.cc 21 void TranslateMessageInfoBar::Layout() {
22 TranslateInfoBarBase::Layout();
infobar_container_view.cc 30 void InfoBarContainerView::Layout() {
link_infobar.cc 28 void LinkInfoBar::Layout() {
29 InfoBarView::Layout();
before_translate_infobar.cc 35 void BeforeTranslateInfoBar::Layout() {
36 TranslateInfoBarBase::Layout();
141 // This must happen after adding all children because it triggers layout,
confirm_infobar.cc 31 void ConfirmInfoBar::Layout() {
32 InfoBarView::Layout();
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container_native.cc 65 void TabContentsContainer::Layout() {
68 native_container_->GetView()->Layout();
  /external/clang/include/clang/Frontend/
LayoutOverrideSource.h 18 /// \brief An external AST source that overrides the layout of
22 /// to override the layout of record types. Its input is the output format
25 /// \brief The layout of a given record.
26 struct Layout {
38 llvm::StringMap<Layout> Layouts;
41 /// \brief Create a new AST source that overrides the layout of some
47 /// \brief If this particular record type has an overridden layout,
48 /// return that layout.
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 44 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD);
49 return Layout.getNonVirtualSize() == PointerSize ||
50 Layout.getNonVirtualSize() == PointerSize * 2;
ItaniumCXXABI.cpp 54 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD);
57 return Layout.getNonVirtualSize() == PointerSize;
VTTBuilder.cpp 1 //===--- VTTBuilder.cpp - C++ VTT layout builder --------------------------===//
10 // This contains code dealing with generation of the layout of virtual table
61 // Don't layout virtual bases.
68 const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(RD);
70 Layout.getBaseClassOffset(BaseDecl);
72 // Layout the VTT for this base.
116 const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(RD);
119 Layout.getBaseClassOffset(BaseDecl);
121 if (!Layout.isPrimaryBaseVirtual() &&
122 Layout.getPrimaryBase() == BaseDecl
    [all...]
  /external/chromium/chrome/browser/chromeos/options/
network_config_view.cc 18 #include "views/layout/grid_layout.h"
19 #include "views/layout/layout_constants.h"
102 void NetworkConfigView::Layout() {
take_photo_dialog.cc 18 #include "views/layout/layout_constants.h"
121 void TakePhotoDialog::Layout() {
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble_view.cc 62 void SettingLevelBubbleView::Layout() {
  /external/chromium/chrome/browser/chromeos/status/
status_area_view.cc 78 void StatusAreaView::Layout() {
102 Layout();
  /external/chromium/chrome/browser/ui/views/importer/
import_lock_dialog_view.cc 17 #include "views/layout/layout_constants.h"
61 void ImportLockDialogView::Layout() {
  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.h 39 virtual void layout();
49 struct Layout {
50 Layout()
70 Vector<Layout, 4> m_layoutStruct;
  /external/chromium/chrome/browser/notifications/
balloon_collection_impl.h 31 // a layout, and monitors for balloons being closed, which it reports
66 // Calculates layout values for the balloons including
68 class Layout {
70 Layout();
109 // Returns the origin for the sequence of balloons depending on layout.
120 // Return a offscreen location which is offscreen for this layout,
124 // Returns true if the layout requires offsetting for keeping the close
129 // Layout parameters
142 DISALLOW_COPY_AND_ASSIGN(Layout);
169 // The layout parameters for balloons in this collection
    [all...]

Completed in 236 milliseconds

1 2 3 4 5 6