HomeSort by relevance Sort by last modified time
    Searched refs:Layout (Results 151 - 175 of 299) sorted by null

1 2 3 4 5 67 8 91011>>

  /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/status/
input_method_menu_button.cc 87 Layout();
119 // method is a XKB keyboard layout. We don't hide the button for other
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 103 // Layout the various decorations which live in the field.
104 void Layout();
  /external/chromium/chrome/browser/ui/views/
about_chrome_view.h 53 virtual void Layout();
browser_actions_container.h 172 virtual void Layout() OVERRIDE;
195 // layout looks like:
326 virtual void Layout() OVERRIDE;
fullscreen_exit_bubble.cc 41 virtual void Layout();
79 void FullscreenExitBubble::FullscreenExitView::Layout() {
find_bar_view.cc 223 // do a layout and repaint the dialog so that the find text field doesn't
225 Layout();
232 Layout();
315 void FindBarView::Layout() {
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.h 73 virtual void Layout() OVERRIDE;
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.cc 59 void BookmarkBarInstructionsView::Layout() {
  /external/chromium/chrome/browser/ui/views/download/
download_shelf_view.cc 175 Layout();
229 Layout();
232 // Force a re-layout of the parent, which will call back into
250 void DownloadShelfView::Layout() {
257 // Let our base class layout our child views
258 views::View::Layout();
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 89 #include "views/layout/grid_layout.h"
156 // This object serves as the views::Background object which is used to layout
269 virtual void Layout() {
402 // of layout, when that hasn't yet been updated to reflect the current state.
627 // early-return in this case because we need to layout again so the infobar
661 // haven't changed contents_container_ won't get a Layout out and we'll end up
667 contents_split_->Layout();
678 Layout();
683 Layout();
    [all...]
opaque_browser_frame_view.h 87 virtual void Layout() OVERRIDE;
140 // Layout various sub-components of this view.
148 // The layout rect of the title, if visible.
151 // The layout rect of the OTR avatar icon, if visible.
  /external/chromium/chrome/browser/ui/views/infobars/
translate_infobar_base.cc 87 Layout();
97 // InfoBarView::Layout() does for the normal background.
after_translate_infobar.cc 37 void AfterTranslateInfoBar::Layout() {
38 TranslateInfoBarBase::Layout();
122 // These must happen after adding all children because they trigger layout,
before_translate_infobar.cc 35 void BeforeTranslateInfoBar::Layout() {
36 TranslateInfoBarBase::Layout();
141 // This must happen after adding all children because it triggers layout,
  /external/chromium/chrome/browser/ui/views/location_bar/
keyword_hint_view.cc 115 void KeywordHintView::Layout() {
116 // TODO(sky): baseline layout.
  /external/clang/lib/CodeGen/
CGClass.cpp 38 // Get the layout.
39 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD);
45 Offset += Layout.getBaseClassOffset(BaseDecl);
88 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(Derived);
90 Offset = Layout.getVBaseClassOffset(Base);
92 Offset = Layout.getBaseClassOffset(Base);
186 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(Derived);
188 CharUnits VBaseOffset = Layout.getVBaseClassOffset(VBase);
300 const ASTRecordLayout &Layout =
303 Layout.getVBaseClassOffset(Base) :
    [all...]
  /external/llvm/lib/Target/
TargetData.cpp 37 INITIALIZE_PASS(TargetData, "targetdata", "Target Data Layout", false, true)
45 assert(!ST->isOpaque() && "Cannot get layout of opaque structs");
354 // Otherwise, create the struct layout. Because it is variable length, we
403 // Get the layout annotation... which is lazily created on demand.
457 // Get the layout annotation... which is lazily created on demand.
458 const StructLayout *Layout = getStructLayout(cast<StructType>(Ty));
460 return std::max(Align, Layout->getAlignment());
540 // Get structure layout information...
541 const StructLayout *Layout = getStructLayout(STy);
543 // Add in the offset, as calculated by the structure layout info..
    [all...]
  /frameworks/base/core/java/android/text/method/
ScrollingMovementMethod.java 95 Layout layout = widget.getLayout(); local
97 if (layout != null && (dir & View.FOCUS_FORWARD) != 0) {
99 layout.getLineTop(0));
101 if (layout != null && (dir & View.FOCUS_BACKWARD) != 0) {
104 int line = layout.getLineCount() - 1;
107 layout.getLineTop(line+1) -
  /external/chromium/chrome/browser/chromeos/login/
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...]
  /external/chromium/chrome/browser/chromeos/
native_dialog_window.cc 76 virtual void Layout();
179 void NativeDialogHost::Layout() {
  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller.cc 108 void PanelScroller::Layout() {
242 Layout();
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 31 import android.text.Layout;
189 * Request a layout to reposition the icon. The positioning of icon
191 * after a layout.
248 // our layout params depend on the length of the text
253 * @return layout params appropriate for this view. If layout params already exist, it will
259 // Default layout parameters
265 lp.desiredWidth = (int) Layout.getDesiredWidth(getText(), getPaint());
  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.cc 389 void PanelController::TitleContentView::Layout() {
432 Layout();
439 Layout();

Completed in 3906 milliseconds

1 2 3 4 5 67 8 91011>>