/external/chromium_org/ui/views/ |
D | view_model_utils_unittest.cc | 36 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()
|
D | view_model_utils.h | 19 HORIZONTAL, enumerator
|
D | view_model_utils.cc | 20 return alignment == ViewModelUtils::HORIZONTAL ? x : y; in primary_axis_coordinate()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | SelfOrientingSashForm.java | 130 newOrientation = SWT.HORIZONTAL; in layout() 147 return SWT.HORIZONTAL; in getPreferredOrientation()
|
/external/chromium_org/chromeos/ime/ |
D | candidate_window.h | 21 HORIZONTAL = 0, enumerator 80 return property_->is_vertical ? VERTICAL : HORIZONTAL; in orientation()
|
D | candidate_window_unittest.cc | 46 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/ |
D | solid_color_scrollbar_layer_impl.cc | 52 if (orientation() == HORIZONTAL) in ThumbThickness() 65 if (orientation() == HORIZONTAL) in TrackLength()
|
D | painted_scrollbar_layer.cc | 117 if (orientation() == HORIZONTAL) { in PushPropertiesTo() 165 if (orientation() == HORIZONTAL) { in OriginThumbRect()
|
D | scrollbar_layer_impl_base.cc | 159 if (orientation_ == HORIZONTAL) { in ComputeThumbQuadRect()
|
/external/chromium_org/ui/views/controls/ |
D | slider_unittest.cc | 32 scoped_ptr<Slider> slider(new Slider(NULL, Slider::HORIZONTAL)); in TEST() 61 scoped_ptr<Slider> slider(new Slider(NULL, Slider::HORIZONTAL)); in TEST()
|
D | slider.cc | 140 if (orientation_ == HORIZONTAL) { in MoveButtonTo() 191 if (orientation_ == HORIZONTAL) in GetPreferredSize() 200 if (orientation_ == HORIZONTAL) { in OnPaint() 288 if (orientation_ == HORIZONTAL) { in OnKeyPressed()
|
D | separator.h | 20 HORIZONTAL, enumerator
|
D | separator.cc | 32 if (orientation_ == HORIZONTAL) in GetPreferredSize()
|
/external/proguard/src/proguard/gui/ |
D | FilterDialog.java | 73 textConstraints.fill = GridBagConstraints.HORIZONTAL; in FilterDialog() 85 textFieldConstraints.fill = GridBagConstraints.HORIZONTAL; in FilterDialog() 92 panelConstraints.fill = GridBagConstraints.HORIZONTAL; in FilterDialog()
|
D | OptimizationsDialog.java | 68 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL; in OptimizationsDialog() 75 panelConstraints.fill = GridBagConstraints.HORIZONTAL; in OptimizationsDialog()
|
D | MemberSpecificationDialog.java | 87 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/ |
D | slider_example.cc | 27 slider_ = new Slider(this, Slider::HORIZONTAL); in CreateExampleView()
|
/external/chromium_org/cc/input/ |
D | scrollbar.h | 16 enum ScrollbarOrientation { HORIZONTAL, VERTICAL }; enumerator
|
/external/droiddriver/src/com/google/android/droiddriver/scroll/ |
D | Direction.java | 31 HORIZONTAL { enumConstant
|
/external/chromium_org/cc/test/ |
D | fake_scrollbar.cc | 32 return HORIZONTAL; in Orientation()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | OverflowEvent.h | 44 HORIZONTAL = 0, enumerator
|
D | OverflowEvent.cpp | 60 m_orient = HORIZONTAL; in OverflowEvent()
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
D | web_scrollbar_layer_impl.cc | 20 return orientation == blink::WebScrollbar::Horizontal ? cc::HORIZONTAL in ConvertOrientation()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderDeprecatedFlexibleBox.h | 62 bool isHorizontal() const { return style()->boxOrient() == HORIZONTAL; } in isHorizontal()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/ |
D | PageSiteComposite.java | 57 Label separator = new Label(this, SWT.SEPARATOR | SWT.HORIZONTAL); in PageSiteComposite()
|