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

1 2 3 4 5 6 7 8

  /external/chromium_org/chrome/browser/resources/print_preview/previewarea/
margin_control_container.css 9 .margin-control-container-dragging-horizontal {
  /external/chromium_org/chrome/browser/resources/print_preview/
no_destinations_promo.css 14 -webkit-box-orient: horizontal;
  /external/chromium_org/ui/views/controls/scrollbar/
kennedy_scroll_bar.h 17 explicit KennedyScrollBar(bool horizontal);
overlay_scroll_bar.h 16 explicit OverlayScrollBar(bool horizontal);
kennedy_scroll_bar.cc 60 KennedyScrollBar::KennedyScrollBar(bool horizontal)
61 : BaseScrollBar(horizontal, new KennedyScrollBarThumb(this)) {
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
NSScrollerImpDetails.h 53 + (id)scrollerImpWithStyle:(NSScrollerStyle)newScrollerStyle controlSize:(NSControlSize)newControlSize horizontal:(BOOL)horizontal replacingScrollerImp:(id)previous;
90 - (void)setHorizontalScrollerImp:(id)horizontal;
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
heading_track.css 8 -webkit-box-orient: horizontal;
  /external/chromium_org/third_party/polymer/components/core-splitter/
core-splitter.css 18 :host(.horizontal) {
  /external/chromium_org/third_party/polymer/components-chromium/core-splitter/
core-splitter.css 18 :host(.horizontal) {
  /external/chromium_org/third_party/skia/src/pathops/
SkIntersections.h 67 return horizontal(cubic, left, right, y, flipped);
117 return horizontal(line, left, right, y, flipped);
153 return horizontal(quad, left, right, y, flipped);
224 int horizontal(const SkDLine&, double y);
225 int horizontal(const SkDLine&, double left, double right, double y, bool flipped);
226 int horizontal(const SkDQuad&, double left, double right, double y, bool flipped);
227 int horizontal(const SkDQuad&, double left, double right, double y, double tRange[2]);
228 int horizontal(const SkDCubic&, double y, double tRange[3]);
229 int horizontal(const SkDCubic&, double left, double right, double y, bool flipped);
230 int horizontal(const SkDCubic&, double left, double right, double y, double tRange[3])
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 71 int horizontal = 0; local
79 horizontal += 1;
85 assertEquals(50, horizontal, TOLERANCE);
  /external/chromium_org/chrome/browser/resources/chromeos/
mobile_dialogs.css 49 -webkit-box-orient: horizontal;
64 -webkit-box-orient: horizontal;
  /external/chromium_org/ui/gfx/geometry/
rect_base.h 60 // Shrink the rectangle by a horizontal and vertical distance on all sides.
61 void Inset(Type horizontal, Type vertical) {
62 Inset(horizontal, vertical, horizontal, vertical);
71 // Move the rectangle by a horizontal and vertical distance.
72 void Offset(Type horizontal, Type vertical);
  /external/chromium-trace/trace-viewer/src/ui/
drag_handle.css 12 x-drag-handle.horizontal-drag-handle {
  /external/chromium_org/pdf/
draw_utils.h 25 // top-right (horizontal==true) or bottom-left (horizontal==false) point.
30 bool horizontal);
41 bool horizontal,
  /external/chromium_org/ppapi/cpp/
rect.h 58 /// @param[in] x An int32_t value representing a horizontal coordinate
220 /// in a horizontal line in the rectangle:
231 /// in a horizontal line in the rectangle:
259 /// Inset() shrinks the rectangle by a horizontal and vertical
262 /// @param[in] horizontal An int32_t value representing a horizontal
266 void Inset(int32_t horizontal, int32_t vertical) {
267 Inset(horizontal, vertical, horizontal, vertical);
283 /// Offset() moves the rectangle by a horizontal and vertical distance
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextPainter.h 31 TextPainter(GraphicsContext*, const Font&, const TextRun&, const FloatPoint& textOrigin, const FloatRect& textBounds, bool horizontal);
37 static void updateGraphicsContext(GraphicsContext*, const Style&, bool horizontal, GraphicsContextStateSaver&);
TextPainter.cpp 24 TextPainter::TextPainter(GraphicsContext* context, const Font& font, const TextRun& run, const FloatPoint& textOrigin, const FloatRect& textBounds, bool horizontal)
30 , m_horizontal(horizontal)
72 void TextPainter::updateGraphicsContext(GraphicsContext* context, const Style& textStyle, bool horizontal, GraphicsContextStateSaver& stateSaver)
99 context->setDrawLooper(textStyle.shadow->createDrawLooper(DrawLooperBuilder::ShadowIgnoresAlpha, horizontal));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Settings.js 414 newValue.horizontal = {};
415 newValue.horizontal.size = oldSettingH;
448 newValue.horizontal = newValue.horizontal || {};
449 newValue.horizontal.showMode = showMode;
477 if (value.horizontal && value.horizontal.size && value.horizontal.size < 1)
478 value.horizontal.size = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h 78 // Functions for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
87 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local
88 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
  /external/chromium_org/ui/file_manager/video_player/css/
video_player.css 120 -webkit-box-orient: horizontal;
148 -webkit-box-orient: horizontal;
161 -webkit-box-orient: horizontal;
  /external/chromium_org/remoting/webapp/browser_test/
scrollbar_browser_test.js 11 * horizontal and/or vertical scroll-bars.
34 // the horizontal space required by the header depends on the length of the
86 // Verify there is a horizontal scroll-bar if the window is narrow than it
95 // Verify there are both horizontal and vertical scroll-bars, even if one
110 // Verify there are both horizontal and vertical scroll-bars, if both are
122 * Returns whether or not horizontal and vertical scroll-bars are expected
138 horizontal: bottomElement === this.scroller_,
153 if (scrollbarState.horizontal && !horizontalExpected) {
155 'Horizontal scrollbar present but not expected.'));
156 } else if (!scrollbarState.horizontal && horizontalExpected)
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 135 int horizontal; member in struct:__anon2565
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper_unittest.cc 98 base::string16 vertical, horizontal; local
100 AutofillProfileWrapper(&profile).GetDisplayText(&horizontal, &vertical));
105 horizontal);
142 &horizontal, &vertical));
152 // TODO(estade): we should also verify that |horizontal| is correct, but right
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_context_tree.c 69 alloc_mode_context(cm, num_4x4_blk/2, &tree->horizontal[0]);
74 alloc_mode_context(cm, num_4x4_blk/2, &tree->horizontal[1]);
80 free_mode_context(&tree->horizontal[0]);
81 free_mode_context(&tree->horizontal[1]);
87 // partition level. There are contexts for none, horizontal, vertical, and

Completed in 815 milliseconds

1 2 3 4 5 6 7 8