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

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.h 138 virtual void Layout() OVERRIDE;
156 // Subclasses should either start an animation, or layout.
184 // Invoked during drag to layout the tabs being dragged in |tabs| at
185 // |location|. If |initial_drag| is true, this is the initial layout after the
206 // Stops any ongoing animations. If |layout| is true and an animation is
207 // ongoing this does a layout.
208 virtual void StopAnimating(bool layout);
233 // Invoked from Layout if the size changes or layout is really needed.
  /external/chromium/chrome/browser/ui/views/
toolbar_view.h 120 virtual void Layout() OVERRIDE;
about_ipc_dialog.cc 35 #include "views/layout/grid_layout.h"
36 #include "views/layout/layout_constants.h"
227 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local
228 SetLayoutManager(layout);
237 views::ColumnSet* column_set = layout->AddColumnSet(first_column_set);
246 column_set = layout->AddColumnSet(table_column_set);
250 layout->StartRow(0, first_column_set);
251 layout->AddView(track_toggle_);
252 layout->AddView(clear_button_);
253 layout->AddView(filter_button_)
    [all...]
page_info_bubble_view.cc 23 #include "views/layout/grid_layout.h"
29 // Layout constants.
57 virtual void Layout();
63 // Calculate the layout if |compute_bounds_only|, otherwise does Layout also.
124 views::GridLayout* layout = new views::GridLayout(this); local
125 SetLayoutManager(layout);
126 views::ColumnSet* columns = layout->AddColumnSet(0);
135 columns = layout->AddColumnSet(1);
148 layout->StartRow(0, 0)
    [all...]
browser_actions_container.cc 318 void BrowserActionView::Layout() {
463 owner_view_->Layout();
535 void BrowserActionsContainer::Layout() {
824 Layout();
860 // calls Layout on the Toolbar, which needs this object to be constructed
861 // before its Layout function is called.
    [all...]
toolbar_view.cc 369 Layout();
431 void ToolbarView::Layout() {
453 // then Layout() might not be called and the back button
455 // Layout() in this case.
489 // The browser actions need to do a layout explicitly, because when an
493 // SetBounds does not do a layout at all.
494 // TODO(sidchat): Rework the above behavior so that explicit layout is not
496 browser_actions_->Layout();
  /external/llvm/lib/IR/
DataLayout.cpp 10 // This file defines layout properties related to datatype size/offset/alignment
37 INITIALIZE_PASS(DataLayout, "datalayout", "Data Layout", false, true)
45 assert(!ST->isOpaque() && "Cannot get layout of opaque structs");
356 /// preferred if ABIInfo = false) the layout wants for the specified datatype.
455 // Otherwise, create the struct layout. Because it is variable length, we
527 // Get the layout annotation... which is lazily created on demand.
586 // Get the layout annotation... which is lazily created on demand.
587 const StructLayout *Layout = getStructLayout(cast<StructType>(Ty));
589 return std::max(Align, Layout->getAlignment());
681 // Get structure layout information..
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 113 void processFixupValue(const MCAssembler &Asm, const MCAsmLayout &Layout,
127 const MCAsmLayout &Layout) const;
170 const MCAsmLayout &Layout) const {
524 const MCAsmLayout &Layout,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 218 const MCAsmLayout &Layout) const {
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 279 // layout of a vector type.
    [all...]
  /frameworks/base/core/java/android/text/method/
BaseKeyListener.java 117 final Layout layout = ((TextView) view).getLayout(); local
118 if (layout != null) {
119 final int line = layout.getLineForOffset(Selection.getSelectionStart(content));
120 final int start = layout.getLineStart(line);
121 final int end = layout.getLineEnd(line);
  /external/chromium/chrome/browser/chromeos/login/
user_view.cc 97 virtual void Layout() {
275 // UserView's layout never changes, so let's layout once here.
321 Layout();
screen_locker.cc 139 // Skip if it's not a keyboard layout.
150 // We don't want to shut down the IME, even if the hardware layout is the
242 // GrabWidget's root view to layout the ScreenLockView at the center
257 virtual void Layout() {
272 Layout();
527 virtual void Layout() {
528 chromeos::BackgroundView::Layout();
546 Layout();
    [all...]
eula_view.cc 45 #include "views/layout/grid_layout.h"
46 #include "views/layout/layout_constants.h"
47 #include "views/layout/layout_manager.h"
107 virtual void Layout(views::View* host) {
165 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local
166 SetLayoutManager(layout);
167 views::ColumnSet* column_set = layout->AddColumnSet(0);
170 layout->StartRow(0, 0);
175 layout->AddView(label);
176 layout->AddPaddingRow(0, views::kRelatedControlVerticalSpacing)
354 views::GridLayout* layout = new views::GridLayout(this); local
    [all...]
new_user_view.cc 267 // so we restore their original position in layout.
325 Layout();
343 &NewUserView::Layout));
364 void NewUserView::Layout() {
wizard_controller.cc 155 virtual void Layout() {
629 contents_->Layout();
659 contents_->Layout();
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 164 void DraggedTabGtk::Layout() {
195 Layout();
  /external/chromium/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 19 #include "views/layout/layout_constants.h"
77 virtual void Layout() OVERRIDE;
215 void ExtensionInstallDialogView::Layout() {
226 // If there's no special permissions, we do a slightly different layout with
233 // Otherwise, do the layout with the permission box.
247 // First we layout the labels inside the permission box, so that we know how
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 290 Layout();
304 Layout();
357 Layout();
390 // If the UI layout is RTL, the coordinate system is not transformed and
425 Layout();
439 void LocationBarView::Layout() {
443 // TODO(sky): baseline layout.
635 // Layout out the suggested text view right aligned to the location
646 // TODO(sky): need to layout when the user changes caret position.
812 Layout();
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 172 Layout.Alignment align =
175 if (align == Layout.Alignment.ALIGN_CENTER) {
177 } else if (align == Layout.Alignment.ALIGN_OPPOSITE) {
221 int paraDir = AndroidBidi.bidi(Layout.DIR_REQUEST_DEFAULT_LTR, buffer, levels, len,
224 case Layout.DIR_RIGHT_TO_LEFT:
226 case Layout.DIR_LEFT_TO_RIGHT:
  /external/clang/lib/CodeGen/
CGClass.cpp 42 // Get the layout.
43 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD);
49 Offset += Layout.getBaseClassOffset(BaseDecl);
92 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(Derived);
94 Offset = Layout.getVBaseClassOffset(Base);
96 Offset = Layout.getBaseClassOffset(Base);
167 const ASTRecordLayout &layout = getContext().getASTRecordLayout(Derived); local
168 CharUnits vBaseOffset = layout.getVBaseClassOffset(VBase);
311 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(RD);
313 Layout.getVBaseClassOffset(Base) :
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 51 import android.text.Layout;
701 public void setAlignment(Layout.Alignment align) {
2383 Layout layout = widget.getLayout(); local
2405 Layout layout = widget.getLayout(); local
2427 Layout layout = widget.getLayout(); local
2438 Layout layout = widget.getLayout(); local
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 463 void BookmarkBarView::Layout() {
477 // We only layout while parented. When we become parented, if our bounds
479 // layout. Therefore we always force a layout when added.
480 Layout();
682 // When the sync state changes, it is sufficient to invoke View::Layout since
683 // during layout we query the profile sync service and determine whether the
687 // enough to let the parent layout both of these children.
688 // TODO(sky): This should not require Layout() and SchedulePaint(). Needs
691 Layout();
    [all...]
  /external/clang/lib/AST/
CXXInheritance.cpp 701 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD);
702 if (Layout.isPrimaryBaseVirtual())
703 Bases.insert(Layout.getPrimaryBase());

Completed in 977 milliseconds

1 2 3 4 5 6 7 891011>>