Searched refs:BOTTOM (Results 1 - 25 of 71) sorted by relevance

123

/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
H A Dcustom_margins.js34 BOTTOM: 'bottom',
45 CustomMargins.Orientation.BOTTOM;
48 CustomMargins.OppositeOrientation_[CustomMargins.Orientation.BOTTOM] =
106 Math.round(margins.get(CustomMargins.Orientation.BOTTOM)),
152 orientation == CustomMargins.Orientation.BOTTOM) {
H A Dheader_footer.js79 margins.get(orientEnum.BOTTOM) > 0;
/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Dmargins.js27 this.value_[print_preview.ticket_items.CustomMargins.Orientation.BOTTOM] =
43 state[print_preview.ticket_items.CustomMargins.Orientation.BOTTOM] || 0,
70 newValue[print_preview.ticket_items.CustomMargins.Orientation.BOTTOM],
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dbraille_key_types.js31 BOTTOM: 'bottom',
/external/chromium_org/ui/views/bubble/
H A Dbubble_border.h63 BOTTOM = 0x02, enumerator in enum:views::BubbleBorder::ArrowMask
71 BOTTOM_LEFT = BOTTOM,
72 BOTTOM_RIGHT = BOTTOM | RIGHT,
75 LEFT_BOTTOM = VERTICAL | BOTTOM,
76 RIGHT_BOTTOM = VERTICAL | BOTTOM | RIGHT,
78 BOTTOM_CENTER = CENTER | BOTTOM,
131 return has_arrow(a) && (a == TOP_CENTER || !(a & (BOTTOM | CENTER)));
149 a : static_cast<Arrow>(a ^ BOTTOM);
/external/valgrind/main/exp-sgcheck/
H A Dh_main.h42 #define BOTTOM ((Seg*)0xC3) macro
45 return (UNKNOWN != teg && BOTTOM != teg && NONPTR != teg);
46 // better? teg <= BOTTOM
/external/chromium_org/ash/display/
H A Ddisplay_layout.h29 BOTTOM, enumerator in enum:ash::DisplayLayout::Position
H A Ddisplay_layout.cc34 DisplayLayout::BOTTOM, "bottom",
95 inverted_position = BOTTOM;
97 case BOTTOM:
H A Ddisplay_layout_store.cc26 default_display_layout_.position = DisplayLayout::BOTTOM;
H A Dscreen_position_controller_unittest.cc113 SetSecondaryDisplayLayout(DisplayLayout::BOTTOM);
150 SetSecondaryDisplayLayout(DisplayLayout::BOTTOM);
H A Dmouse_cursor_event_filter.cc137 if (position == DisplayLayout::TOP || position == DisplayLayout::BOTTOM)
171 if (position == DisplayLayout::TOP || position == DisplayLayout::BOTTOM)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformanceResultsPerspective.java42 IPageLayout.BOTTOM,
/external/chromium_org/ui/login/
H A Dbubble.js37 BOTTOM: 'bubble-bottom'
220 case Bubble.Attachment.BOTTOM:
239 case Bubble.Attachment.BOTTOM:
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_network.js126 cr.ui.Bubble.Attachment.BOTTOM,
/external/chromium_org/ui/login/account_picker/
H A Dscreen_account_picker.js159 cr.ui.Bubble.Attachment.BOTTOM,
220 cr.ui.Bubble.Attachment.BOTTOM,
/external/chromium_org/ash/ime/
H A Dcandidate_window_view.cc92 BOTTOM enumerator in enum:ash::ime::InformationTextArea::BorderPosition
126 (position == BOTTOM) ? 1 : 0,
170 preedit_->SetBorderFromPosition(InformationTextArea::BOTTOM);
183 auxiliary_text_->SetBorderFromPosition(InformationTextArea::BOTTOM);
255 auxiliary_text_->SetBorderFromPosition(InformationTextArea::BOTTOM);
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_transform.js281 this.bounds_[DraggableRect.BOTTOM] = rect.top + rect.height;
332 DraggableRect.BOTTOM = 'bottom';
369 return this.bounds_[DraggableRect.BOTTOM];
409 result.ySide = DraggableRect.BOTTOM;
415 result.ySide = DraggableRect.BOTTOM;
423 result.ySide = DraggableRect.BOTTOM;
429 result.ySide = DraggableRect.BOTTOM;
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Ddisplay_options.js35 BOTTOM: 2,
78 // Separates the area into four (LEFT/RIGHT/TOP/BOTTOM) by the diagonals of
86 return options.SecondaryDisplayLayout.BOTTOM;
409 options.SecondaryDisplayLayout.BOTTOM :
412 case options.SecondaryDisplayLayout.BOTTOM:
415 options.SecondaryDisplayLayout.BOTTOM;
424 options.SecondaryDisplayLayout.BOTTOM;
428 options.SecondaryDisplayLayout.BOTTOM :
454 layoutToBase = options.SecondaryDisplayLayout.BOTTOM;
456 case options.SecondaryDisplayLayout.BOTTOM
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/
H A Dmargin_control.js235 } else if (this.orientation_ == orientationEnum.BOTTOM) {
282 } else if (this.orientation_ == orientationEnum.BOTTOM) {
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer.h120 enum Edge { TOP, LEFT, BOTTOM, RIGHT }; enumerator in enum:WindowSizer::Edge
/external/chromium_org/printing/
H A Dprint_job_constants.h110 BOTTOM enumerator in enum:printing::VerticalHeaderFooterPosition
/external/proguard/src/proguard/gui/
H A DTabbedPane.java165 component.setVerticalAlignment(JButton.BOTTOM);
/external/pixman/pixman/
H A Dpixman-android-neon.S219 BOTTOM .req r2
242 sub STRIDE, BOTTOM, TOP
243 .unreq BOTTOM
/external/chromium_org/chrome/browser/extensions/
H A Ddisplay_info_provider_chromeos.cc130 is_bottom_right ? ash::DisplayLayout::BOTTOM : ash::DisplayLayout::LEFT;
139 position = ash::DisplayLayout::BOTTOM;
/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp14 enum FPDF_VALUE { TOP, LEFT, RIGHT, BOTTOM }; enumerator in enum:FPDF_VALUE
164 case BOTTOM:
199 rcRet.bottom = GetMinMaxValue(*pRectArray, MIN, BOTTOM);

Completed in 676 milliseconds

123