isVertical 203 Source/core/html/forms/RangeInputType.cpp bool isVertical = false; isVertical 206 Source/core/html/forms/RangeInputType.cpp isVertical = part == SliderVerticalPart || part == MediaVolumeSliderPart; isVertical 215 Source/core/html/forms/RangeInputType.cpp newValue = isVertical ? current + step : current - step; isVertical 217 Source/core/html/forms/RangeInputType.cpp newValue = isVertical ? current - step : current + step; isVertical 223 Source/core/html/forms/RangeInputType.cpp newValue = isVertical ? stepRange.maximum() : stepRange.minimum(); isVertical 225 Source/core/html/forms/RangeInputType.cpp newValue = isVertical ? stepRange.minimum() : stepRange.maximum(); isVertical 116 Source/core/html/shadow/SliderThumbElement.cpp bool isVertical = hasVerticalAppearance(input); isVertical 118 Source/core/html/shadow/SliderThumbElement.cpp if (input->renderer()->isSlider() && !isVertical && input->list()) { isVertical 134 Source/core/html/shadow/SliderThumbElement.cpp if (isVertical) isVertical 142 Source/core/html/shadow/SliderThumbElement.cpp bool isVertical = hasVerticalAppearance(input); isVertical 143 Source/core/html/shadow/SliderThumbElement.cpp style()->setFlexDirection(isVertical ? FlowColumn : FlowRow); isVertical 145 Source/core/html/shadow/SliderThumbElement.cpp if (isVertical) { isVertical 171 Source/core/html/shadow/SliderThumbElement.cpp LayoutUnit availableExtent = isVertical ? track->contentHeight() : track->contentWidth(); isVertical 172 Source/core/html/shadow/SliderThumbElement.cpp availableExtent -= isVertical ? thumb->height() : thumb->width(); isVertical 175 Source/core/html/shadow/SliderThumbElement.cpp if (isVertical) isVertical 258 Source/core/html/shadow/SliderThumbElement.cpp bool isVertical = hasVerticalAppearance(input.get()); isVertical 271 Source/core/html/shadow/SliderThumbElement.cpp if (isVertical) { isVertical 283 Source/core/html/shadow/SliderThumbElement.cpp const Decimal fraction = isVertical || !isLeftToRightDirection ? Decimal(1) - ratio : ratio; isVertical 290 Source/core/html/shadow/SliderThumbElement.cpp double closestRatio = isVertical || !isLeftToRightDirection ? 1.0 - closestFraction : closestFraction; isVertical 33 Source/core/rendering/EllipsisBox.h int width, int height, int x, int y, bool firstLine, bool isVertical, InlineBox* markupBox) isVertical 34 Source/core/rendering/EllipsisBox.h : InlineBox(obj, FloatPoint(x, y), width, firstLine, true, false, false, isVertical, 0, 0, parent) isVertical 196 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp if (hasMultipleLines() || isVertical()) { isVertical 61 Source/core/rendering/RenderDeprecatedFlexibleBox.h bool isVertical() const { return style()->boxOrient() == VERTICAL; } isVertical 51 Source/platform/scroll/ScrollTypes.h inline ScrollDirection toPhysicalDirection(ScrollDirection direction, bool isVertical, bool isFlipped) isVertical 55 Source/platform/scroll/ScrollTypes.h if (isVertical) { isVertical 65 Source/platform/scroll/ScrollTypes.h if (isVertical) { isVertical 75 Source/platform/scroll/ScrollTypes.h if (isVertical) { isVertical 85 Source/platform/scroll/ScrollTypes.h if (isVertical) { isVertical 121 public/web/WebAXObject.h BLINK_EXPORT bool isVertical() const;