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

1 2 3 4 5 67 8 91011>>

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 659 // Layout fields.
660 CGRecordLayout *Layout = ComputeRecordLayout(RD, Ty);
661 CGRecordLayouts[Key] = Layout;
682 /// getCGRecordLayout - Return record layout info for the given record decl.
687 const CGRecordLayout *Layout = CGRecordLayouts.lookup(Key);
688 if (!Layout) {
693 Layout = CGRecordLayouts.lookup(Key);
696 assert(Layout && "Unable to find record layout information for type");
697 return *Layout;
    [all...]
  /external/chromium/chrome/browser/ui/views/
first_run_bubble.cc 26 #include "views/layout/layout_constants.h"
74 virtual void Layout();
164 void FirstRunBubbleView::Layout() {
240 virtual void Layout();
314 void FirstRunOEMBubbleView::Layout() {
390 virtual void Layout();
436 void FirstRunMinimalBubbleView::Layout() {
439 // See comments in FirstRunOEMBubbleView::Layout explaining this hack.
about_chrome_view.h 53 virtual void Layout();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 27 import org.eclipse.swt.widgets.Layout;
313 * Implementation of {@link Layout} for Windows XP.
315 private class WindowsXpLayout extends Layout {
334 protected void layout(Composite composite, boolean flushCache) { method in class:CSpinner.WindowsXpLayout
364 * Implementation of {@link Layout} for Windows Vista.
366 private class WindowsVistaLayout extends Layout {
385 protected void layout(Composite composite, boolean flushCache) { method in class:CSpinner.WindowsVistaLayout
415 * Implementation of {@link Layout} for Linux.
417 private class LinuxLayout extends Layout {
434 protected void layout(Composite composite, boolean flushCache) method in class:CSpinner.LinuxLayout
484 protected void layout(Composite composite, boolean flushCache) { method in class:CSpinner.MacLayout
526 protected void layout(Composite composite, boolean flushCache) { method in class:CSpinner.MacCocoaLayout
    [all...]
  /external/chromium/chrome/browser/speech/
speech_input_bubble_views.cc 26 #include "views/layout/layout_constants.h"
56 virtual void Layout();
138 // stays the same. So we wouldn't get a resize/layout call from the view
141 Layout();
197 void ContentView::Layout() {
  /external/webkit/Source/WebCore/inspector/
InspectorTimelineAgent.cpp 55 static const char Layout[] = "Layout";
181 pushCurrentRecord(InspectorObject::create(), TimelineRecordType::Layout);
186 didCompleteCurrentRecord(TimelineRecordType::Layout);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 41 import android.text.Layout;
125 textView = (TextView) inflate.inflate(R.layout.bubble_text, null);
147 Layout l = new StaticLayout(text, tv.getPaint(), cap,
148 Layout.Alignment.ALIGN_NORMAL, 1, 0, true);
  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.h 95 virtual void Layout() OVERRIDE;
  /external/chromium/chrome/browser/chromeos/login/
background_view.h 106 virtual void Layout() OVERRIDE;
existing_user_view.cc 17 #include "views/layout/fill_layout.h"
97 Layout();
new_user_view.h 69 // Initialize view layout.
83 virtual void Layout();
187 // Ordinal position of controls inside view layout.
shutdown_button.cc 112 parent()->Layout();
  /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/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.
  /external/chromium/chrome/browser/ui/views/location_bar/
keyword_hint_view.cc 115 void KeywordHintView::Layout() {
116 // TODO(sky): baseline layout.
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.h 150 const MCAsmLayout *Layout) const;
  /external/llvm/lib/Target/R600/
AMDGPUTargetMachine.cpp 60 Layout(Subtarget.getDataLayout()),

Completed in 274 milliseconds

1 2 3 4 5 67 8 91011>>