Home
last modified time | relevance | path

Searched refs:HORIZONTAL (Results 1 – 25 of 85) sorted by relevance

1234

/external/chromium_org/ui/views/
Dview_model_utils_unittest.cc36 model, &v1, ViewModelUtils::HORIZONTAL, -10, 0)); in TEST()
38 model, &v1, ViewModelUtils::HORIZONTAL, 4, 0)); in TEST()
40 model, &v1, ViewModelUtils::HORIZONTAL, 506, 0)); in TEST()
42 model, &v1, ViewModelUtils::HORIZONTAL, 1010, 0)); in TEST()
44 model, &v1, ViewModelUtils::HORIZONTAL, 2000, 0)); in TEST()
47 model, &v2, ViewModelUtils::HORIZONTAL, -10, 0)); in TEST()
49 model, &v2, ViewModelUtils::HORIZONTAL, 4, 0)); in TEST()
51 model, &v2, ViewModelUtils::HORIZONTAL, 12, 0)); in TEST()
Dview_model_utils.h19 HORIZONTAL, enumerator
Dview_model_utils.cc20 return alignment == ViewModelUtils::HORIZONTAL ? x : y; in primary_axis_coordinate()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DSelfOrientingSashForm.java130 newOrientation = SWT.HORIZONTAL; in layout()
147 return SWT.HORIZONTAL; in getPreferredOrientation()
/external/chromium_org/chromeos/ime/
Dcandidate_window.h21 HORIZONTAL = 0, enumerator
80 return property_->is_vertical ? VERTICAL : HORIZONTAL; in orientation()
Dcandidate_window_unittest.cc46 cw1.set_orientation(CandidateWindow::HORIZONTAL); in TEST()
50 cw2.set_orientation(CandidateWindow::HORIZONTAL); in TEST()
124 cw1.set_orientation(CandidateWindow::HORIZONTAL); in TEST()
/external/chromium_org/cc/layers/
Dsolid_color_scrollbar_layer_impl.cc52 if (orientation() == HORIZONTAL) in ThumbThickness()
65 if (orientation() == HORIZONTAL) in TrackLength()
Dpainted_scrollbar_layer.cc117 if (orientation() == HORIZONTAL) { in PushPropertiesTo()
165 if (orientation() == HORIZONTAL) { in OriginThumbRect()
Dscrollbar_layer_impl_base.cc159 if (orientation_ == HORIZONTAL) { in ComputeThumbQuadRect()
/external/chromium_org/ui/views/controls/
Dslider_unittest.cc32 scoped_ptr<Slider> slider(new Slider(NULL, Slider::HORIZONTAL)); in TEST()
61 scoped_ptr<Slider> slider(new Slider(NULL, Slider::HORIZONTAL)); in TEST()
Dslider.cc140 if (orientation_ == HORIZONTAL) { in MoveButtonTo()
191 if (orientation_ == HORIZONTAL) in GetPreferredSize()
200 if (orientation_ == HORIZONTAL) { in OnPaint()
288 if (orientation_ == HORIZONTAL) { in OnKeyPressed()
Dseparator.h20 HORIZONTAL, enumerator
Dseparator.cc32 if (orientation_ == HORIZONTAL) in GetPreferredSize()
/external/proguard/src/proguard/gui/
DFilterDialog.java73 textConstraints.fill = GridBagConstraints.HORIZONTAL; in FilterDialog()
85 textFieldConstraints.fill = GridBagConstraints.HORIZONTAL; in FilterDialog()
92 panelConstraints.fill = GridBagConstraints.HORIZONTAL; in FilterDialog()
DOptimizationsDialog.java68 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL; in OptimizationsDialog()
75 panelConstraints.fill = GridBagConstraints.HORIZONTAL; in OptimizationsDialog()
DMemberSpecificationDialog.java87 constraintsStretch.fill = GridBagConstraints.HORIZONTAL; in MemberSpecificationDialog()
99 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL; in MemberSpecificationDialog()
106 panelConstraints.fill = GridBagConstraints.HORIZONTAL; in MemberSpecificationDialog()
/external/chromium_org/ui/views/examples/
Dslider_example.cc27 slider_ = new Slider(this, Slider::HORIZONTAL); in CreateExampleView()
/external/chromium_org/cc/input/
Dscrollbar.h16 enum ScrollbarOrientation { HORIZONTAL, VERTICAL }; enumerator
/external/droiddriver/src/com/google/android/droiddriver/scroll/
DDirection.java31 HORIZONTAL { enumConstant
/external/chromium_org/cc/test/
Dfake_scrollbar.cc32 return HORIZONTAL; in Orientation()
/external/chromium_org/third_party/WebKit/Source/core/events/
DOverflowEvent.h44 HORIZONTAL = 0, enumerator
DOverflowEvent.cpp60 m_orient = HORIZONTAL; in OverflowEvent()
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_scrollbar_layer_impl.cc20 return orientation == blink::WebScrollbar::Horizontal ? cc::HORIZONTAL in ConvertOrientation()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderDeprecatedFlexibleBox.h62 bool isHorizontal() const { return style()->boxOrient() == HORIZONTAL; } in isHorizontal()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
DPageSiteComposite.java57 Label separator = new Label(this, SWT.SEPARATOR | SWT.HORIZONTAL); in PageSiteComposite()

1234