Searched defs:isVertical (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDeprecatedFlexibleBox.h61 bool isVertical() const { return style()->boxOrient() == VERTICAL; } function in class:WebCore::FINAL
H A DEllipsisBox.h33 int width, int height, int y, bool firstLine, bool isVertical, InlineBox* markupBox)
34 : InlineBox(obj, FloatPoint(0, y), width, firstLine, true, false, false, isVertical, 0, 0, parent)
32 EllipsisBox(RenderObject* obj, const AtomicString& ellipsisStr, InlineFlowBox* parent, int width, int height, int y, bool firstLine, bool isVertical, InlineBox* markupBox) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DSplitView.js32 * @param {boolean} isVertical
37 WebInspector.SplitView = function(isVertical, sidebarSizeSettingName, defaultSidebarWidth, defaultSidebarHeight)
63 this._innerSetVertical(isVertical);
70 isVertical: function()
76 * @param {boolean} isVertical
78 setVertical: function(isVertical)
80 if (this._isVertical === isVertical)
83 this._innerSetVertical(isVertical);
90 * @param {boolean} isVertical
92 _innerSetVertical: function(isVertical)
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
H A DFontHarfBuzz.cpp79 bool isVertical = font->platformData().orientation() == Vertical; local
80 SkScalar verticalPosCompensation = isVertical ? SkFloatToScalar((font->fontMetrics().floatHeight() - font->fontMetrics().floatAscent()) / 2) : 0;
84 if (isVertical) {
110 if (isVertical) {
139 if (isVertical) {
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollTypes.h48 inline ScrollDirection logicalToPhysical(ScrollLogicalDirection direction, bool isVertical, bool isFlipped) argument
52 if (isVertical) {
64 if (isVertical) {
76 if (isVertical) {
88 if (isVertical) {
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.h86 bool isVertical() const { function in class:SkOpSegment
90 bool isVertical(int start, int end) const { function in class:SkOpSegment
/external/skia/src/pathops/
H A DSkOpSegment.h86 bool isVertical() const { function in class:SkOpSegment
90 bool isVertical(int start, int end) const { function in class:SkOpSegment
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DRangeInputType.cpp203 bool isVertical = false; local
206 isVertical = part == SliderVerticalPart || part == MediaVolumeSliderPart;
215 newValue = isVertical ? current + step : current - step;
217 newValue = isVertical ? current - step : current + step;
223 newValue = isVertical ? stepRange.maximum() : stepRange.minimum();
225 newValue = isVertical ? stepRange.minimum() : stepRange.maximum();
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DSliderThumbElement.cpp138 bool isVertical = hasVerticalAppearance(input); local
140 if (input->renderer()->isSlider() && !isVertical && input->list()) {
156 if (isVertical)
164 bool isVertical = hasVerticalAppearance(input); local
165 style()->setFlexDirection(isVertical ? FlowColumn : FlowRow);
167 if (isVertical) {
189 LayoutUnit availableExtent = isVertical ? track->contentHeight() : track->contentWidth();
190 availableExtent -= isVertical ? thumb->height() : thumb->width();
193 if (isVertical)
264 bool isVertical local
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAccessibilityObject.cpp371 bool WebAccessibilityObject::isVertical() const function in class:WebKit::WebAccessibilityObject
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 363 milliseconds