Searched refs:Orientation (Results 1 - 25 of 76) sorted by relevance

1234

/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Dmargins.js20 * !print_preview.ticket_items.CustomMargins.Orientation, number>}
24 this.value_[print_preview.ticket_items.CustomMargins.Orientation.TOP] = top;
25 this.value_[print_preview.ticket_items.CustomMargins.Orientation.RIGHT] =
27 this.value_[print_preview.ticket_items.CustomMargins.Orientation.BOTTOM] =
29 this.value_[print_preview.ticket_items.CustomMargins.Orientation.LEFT] =
41 state[print_preview.ticket_items.CustomMargins.Orientation.TOP] || 0,
42 state[print_preview.ticket_items.CustomMargins.Orientation.RIGHT] || 0,
43 state[print_preview.ticket_items.CustomMargins.Orientation.BOTTOM] || 0,
44 state[print_preview.ticket_items.CustomMargins.Orientation.LEFT] || 0);
49 * @param {!print_preview.ticket_items.CustomMargins.Orientation}
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
H A Dcustom_margins.js31 CustomMargins.Orientation = {
40 * @type {!Object.<!CustomMargins.Orientation, !CustomMargins.Orientation>}
44 CustomMargins.OppositeOrientation_[CustomMargins.Orientation.TOP] =
45 CustomMargins.Orientation.BOTTOM;
46 CustomMargins.OppositeOrientation_[CustomMargins.Orientation.RIGHT] =
47 CustomMargins.Orientation.LEFT;
48 CustomMargins.OppositeOrientation_[CustomMargins.Orientation.BOTTOM] =
49 CustomMargins.Orientation.TOP;
50 CustomMargins.OppositeOrientation_[CustomMargins.Orientation
[all...]
H A Dheader_footer.js76 var orientEnum = print_preview.ticket_items.CustomMargins.Orientation;
/external/chromium_org/ui/views/controls/
H A Dseparator.h19 enum Orientation { enum in class:views::Separator
27 explicit Separator(Orientation orientation);
38 const Orientation orientation_;
H A Dsingle_split_view.h22 enum Orientation { enum in class:views::SingleSplitView
31 Orientation orientation,
46 Orientation orientation() const {
50 void set_orientation(Orientation orientation) {
125 // Orientation of the split view.
H A Dseparator.cc21 Separator::Separator(Orientation orientation) : orientation_(orientation) {
H A Dslider.h50 enum Orientation { enum in class:views::Slider
55 Slider(SliderListener* listener, Orientation orientation);
118 Orientation orientation_;
/external/chromium_org/cc/quads/
H A Dio_surface_draw_quad.h17 enum Orientation { enum in class:cc::IOSurfaceDrawQuad
31 Orientation orientation);
40 Orientation orientation);
44 Orientation orientation;
H A Dio_surface_draw_quad.cc25 Orientation orientation) {
41 Orientation orientation) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDetailsMarker.h32 enum Orientation { Up, Down, Left, Right }; enum in class:blink::FINAL
34 Orientation orientation() const;
/external/skia/include/core/
H A DSkDeviceProperties.h14 enum Orientation { enum in struct:SkDeviceProperties::Geometry
39 Orientation getOrientation() {
40 return static_cast<Orientation>(fGeometry & kOrientationMask);
55 static Orientation fromOldOrientation(SkFontLCDConfig::LCDOrientation orientation) {
71 Orientation orientation = fromOldOrientation(SkFontLCDConfig::GetSubpixelOrientation()); //kHorizontal_Orientation
77 static Geometry Make(Orientation orientation, Layout layout) {
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DColorPickerAdvancedComponent.java9 import android.graphics.drawable.GradientDrawable.Orientation;
51 mGradientDrawable = new GradientDrawable(GradientDrawable.Orientation.LEFT_RIGHT, null);
88 Orientation currentOrientation = Orientation.LEFT_RIGHT;
/external/chromium_org/ui/base/ime/
H A Dcandidate_window.h20 enum Orientation { enum in class:ui::CandidateWindow
89 Orientation orientation() const {
92 void set_orientation(Orientation orientation) {
/external/chromium_org/cc/input/
H A Dscrollbar.h26 virtual ScrollbarOrientation Orientation() const = 0;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPluginScrollbar.h42 BLINK_EXPORT static WebPluginScrollbar* createForPlugin(WebScrollbar::Orientation,
/external/chromium_org/ash/ime/
H A Dcandidate_view.h22 ui::CandidateWindow::Orientation orientation);
51 ui::CandidateWindow::Orientation orientation_;
/external/chromium_org/cc/blink/
H A Dweb_scrollbar_layer_impl.cc20 blink::WebScrollbar::Orientation orientation) {
42 blink::WebScrollbar::Orientation orientation,
H A Dweb_scrollbar_layer_impl.h29 blink::WebScrollbar::Orientation orientation,
H A Dscrollbar_impl.h28 virtual cc::ScrollbarOrientation Orientation() const OVERRIDE;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebScrollbar.h41 enum Orientation { enum in class:blink::WebScrollbar
104 virtual Orientation orientation() const = 0;
/external/chromium_org/ui/views/layout/
H A Dbox_layout.h31 enum Orientation { enum in class:views::BoxLayout
62 BoxLayout(Orientation orientation,
144 const Orientation orientation_;
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.h27 QVariant headerData(int section, Qt::Orientation orientation,
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarImpl.cpp116 WebScrollbar::Orientation WebScrollbarImpl::orientation() const
118 return static_cast<WebScrollbar::Orientation>(m_scrollbar->orientation());
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginScrollbarImpl.h42 WebPluginScrollbarImpl(Orientation, ScrollbarGroup*, WebPluginScrollbarClient*);
70 virtual WebScrollbar::Orientation orientation() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DPopover.js56 * @param {?WebInspector.Popover.Orientation=} arrowDirection
80 * @param {?WebInspector.Popover.Orientation=} arrowDirection
145 * @param {?WebInspector.Popover.Orientation=} arrowDirection
170 if ((roomAbove > roomBelow) || (arrowDirection === WebInspector.Popover.Orientation.Bottom)) {
172 if ((anchorBox.y > newElementPosition.height + arrowHeight + borderRadius) || (arrowDirection === WebInspector.Popover.Orientation.Bottom))
182 verticalAlignment = WebInspector.Popover.Orientation.Bottom;
186 if ((newElementPosition.y + newElementPosition.height + borderRadius >= totalHeight) && (arrowDirection !== WebInspector.Popover.Orientation.Top)) {
194 verticalAlignment = WebInspector.Popover.Orientation.Top;
214 if (verticalAlignment === WebInspector.Popover.Orientation.Bottom)
401 WebInspector.Popover.Orientation
[all...]

Completed in 835 milliseconds

1234