HomeSort by relevance Sort by last modified time
    Searched refs:Orientation (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/ui/views/controls/
separator.h 19 enum Orientation {
27 explicit Separator(Orientation orientation);
38 const Orientation orientation_;
single_split_view.h 22 enum Orientation {
31 Orientation orientation,
46 Orientation orientation() const { function in class:views::SingleSplitView
50 void set_orientation(Orientation orientation) {
51 is_horizontal_ = orientation == HORIZONTAL_SPLIT;
125 // Orientation of the split view.
separator.cc 21 Separator::Separator(Orientation orientation) : orientation_(orientation) {
slider.h 50 enum Orientation {
55 Slider(SliderListener* listener, Orientation orientation);
118 Orientation orientation_;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDetailsMarker.h 32 enum Orientation { Up, Down, Left, Right };
34 Orientation orientation() const;
  /external/chromium_org/cc/quads/
io_surface_draw_quad.h 17 enum Orientation {
31 Orientation orientation);
40 Orientation orientation);
44 Orientation orientation; member in class:cc::IOSurfaceDrawQuad
io_surface_draw_quad.cc 16 orientation(FLIPPED) {
25 Orientation orientation) {
31 this->orientation = orientation;
41 Orientation orientation) {
46 this->orientation = orientation;
67 switch (orientation) {
    [all...]
  /external/chromium_org/ash/ime/
candidate_view.h 22 ui::CandidateWindow::Orientation orientation);
50 // The orientation of the candidate view.
51 ui::CandidateWindow::Orientation orientation_;
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbar.h 41 enum Orientation {
104 virtual Orientation orientation() const = 0;
WebCompositorSupport.h 81 virtual WebScrollbarLayer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar) { return 0; }
  /external/chromium_org/cc/input/
scrollbar.h 26 virtual ScrollbarOrientation Orientation() const = 0;
  /external/chromium_org/third_party/WebKit/public/web/
WebPluginScrollbar.h 42 BLINK_EXPORT static WebPluginScrollbar* createForPlugin(WebScrollbar::Orientation,
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerAdvancedComponent.java 9 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/
candidate_window.h 20 enum Orientation {
88 // Returns the orientation of the candidate window.
89 Orientation orientation() const { function in class:ui::CandidateWindow
92 void set_orientation(Orientation orientation) {
93 property_->is_vertical = (orientation == VERTICAL);
  /external/chromium_org/ui/views/layout/
box_layout.h 31 enum Orientation {
62 BoxLayout(Orientation orientation,
130 // to calculate the height of the view when the orientation is vertical.
144 const Orientation orientation_;
  /external/chromium_org/cc/blink/
web_scrollbar_layer_impl.h 29 blink::WebScrollbar::Orientation orientation,
web_scrollbar_layer_impl.cc 20 blink::WebScrollbar::Orientation orientation) {
21 return orientation == blink::WebScrollbar::Horizontal ? cc::HORIZONTAL
42 blink::WebScrollbar::Orientation orientation,
47 SolidColorScrollbarLayer::Create(ConvertOrientation(orientation),
scrollbar_impl.h 28 virtual cc::ScrollbarOrientation Orientation() const OVERRIDE;
web_compositor_support_impl.h 40 blink::WebScrollbar::Orientation orientation,
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.h 42 WebPluginScrollbarImpl(Orientation, ScrollbarGroup*, WebPluginScrollbarClient*);
70 virtual WebScrollbar::Orientation orientation() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarImpl.h 54 virtual Orientation orientation() const OVERRIDE;
WebScrollbarImpl.cpp 116 WebScrollbar::Orientation WebScrollbarImpl::orientation() const function in class:blink::WebScrollbarImpl
118 return static_cast<WebScrollbar::Orientation>(m_scrollbar->orientation());
  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayoutActivity.java 45 import com.example.android.foldinglayout.FoldingLayout.Orientation;
51 * The number of folds, orientation (vertical or horizontal) of the fold, and the
84 private Orientation mOrientation = Orientation.HORIZONTAL;
284 mOrientation = (mOrientation == Orientation.HORIZONTAL) ? Orientation.VERTICAL :
285 Orientation.HORIZONTAL;
286 item.setTitle((mOrientation == Orientation.HORIZONTAL) ? R.string.vertical :
383 if (mOrientation == Orientation.VERTICAL) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
Popover.js 56 * @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...]
  /external/chromium_org/cc/test/
fake_scrollbar.cc 32 ScrollbarOrientation FakeScrollbar::Orientation() const {

Completed in 2493 milliseconds

1 2 3