/external/chromium_org/chrome/browser/resources/print_preview/previewarea/ |
H A D | margin_control_container.css | 9 .margin-control-container-dragging-horizontal {
|
/external/chromium_org/third_party/polymer/components-chromium/core-splitter/ |
H A D | core-splitter-extracted.js | 56 this.horizontal = this.direction === 'up' || this.direction === 'down'; 62 this.dimension = this.horizontal ? 'height' : 'width'; 63 this.classList.toggle('horizontal', this.horizontal); 70 var min = this.target.__splitterMinSize = this.horizontal ? 'minHeight' : 'minWidth'; 83 var d = e[this.horizontal ? 'dy' : 'dx'];
|
H A D | core-splitter.css | 18 :host(.horizontal) {
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
H A D | no_destinations_promo.css | 14 -webkit-box-orient: horizontal;
|
/external/chromium_org/ui/views/controls/scrollbar/ |
H A D | kennedy_scroll_bar.h | 17 explicit KennedyScrollBar(bool horizontal);
|
H A D | overlay_scroll_bar.h | 16 explicit OverlayScrollBar(bool horizontal);
|
H A D | kennedy_scroll_bar.cc | 60 KennedyScrollBar::KennedyScrollBar(bool horizontal) argument 61 : BaseScrollBar(horizontal, new KennedyScrollBarThumb(this)) {
|
H A D | overlay_scroll_bar.cc | 85 OverlayScrollBar::OverlayScrollBar(bool horizontal) argument 86 : BaseScrollBar(horizontal, new OverlayScrollBarThumb(this)),
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
H A D | 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/ |
H A D | heading_track.css | 8 -webkit-box-orient: horizontal;
|
/external/chromium-trace/trace-viewer/src/ui/ |
H A D | drag_handle.js | 30 this.horizontal = true; 55 get horizontal() { 59 set horizontal(h) { 62 this.className = 'horizontal-drag-handle'; 72 this.horizontal = !v;
|
H A D | drag_handle.css | 12 x-drag-handle.horizontal-drag-handle {
|
/external/chromium_org/third_party/polymer/components/core-splitter/ |
H A D | core-splitter.css | 18 :host(.horizontal) {
|
/external/chromium_org/third_party/skia/src/pathops/ |
H A D | 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(cons [all...] |
/external/skia/src/pathops/ |
H A D | 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(cons [all...] |
/external/chromium_org/remoting/webapp/browser_test/ |
H A D | 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) { 156 } else if (!scrollbarState.horizontal && horizontalExpected) {
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
H A D | mobile_dialogs.css | 49 -webkit-box-orient: horizontal; 64 -webkit-box-orient: horizontal;
|
/external/chromium_org/third_party/polymer/components-chromium/core-collapse/ |
H A D | core-collapse-extracted.js | 21 * If true, the orientation is horizontal; otherwise is vertical. 23 * @attribute horizontal 27 horizontal: false, 105 this.dimension = this.horizontal ? 'width' : 'height';
|
/external/chromium_org/ui/gfx/geometry/ |
H A D | rect_base.h | 60 // Shrink the rectangle by a horizontal and vertical distance on all sides. 61 void Inset(Type horizontal, Type vertical) { argument 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_org/pdf/ |
H A D | 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/ |
H A D | 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) { argument 267 Inset(horizontal, vertical, horizontal, vertical); 283 /// Offset() moves the rectangle by a horizontal an 651 Inset(float horizontal, float vertical) argument [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
H A D | 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&);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
H A D | 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/ui/file_manager/video_player/css/ |
H A D | video_player.css | 120 -webkit-box-orient: horizontal; 148 -webkit-box-orient: horizontal; 161 -webkit-box-orient: horizontal;
|
/external/chromium_org/chrome/browser/ui/autofill/ |
H A D | 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
|