Home
last modified time | relevance | path

Searched refs:isVertical (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollTypes.h46 …inline ScrollDirection logicalToPhysical(ScrollLogicalDirection direction, bool isVertical, bool i… in logicalToPhysical() argument
50 if (isVertical) { in logicalToPhysical()
62 if (isVertical) { in logicalToPhysical()
74 if (isVertical) { in logicalToPhysical()
86 if (isVertical) { in logicalToPhysical()
/external/webkit/Source/WebCore/rendering/
DEllipsisBox.h33 int width, int height, int y, bool firstLine, bool isVertical, InlineBox* markupBox) in EllipsisBox() argument
34 : InlineBox(obj, 0, y, width, firstLine, true, false, false, isVertical, 0, 0, parent) in EllipsisBox()
DRenderFlexibleBox.h59 bool isVertical() const { return style()->boxOrient() == VERTICAL; } in isVertical() function
DRenderFlexibleBox.cpp175 if (hasMultipleLines() || isVertical()) in computePreferredLogicalWidths()
/external/webkit/Source/WebCore/html/shadow/
DSliderThumbElement.cpp121 …bool isVertical = sliderStyle->appearance() == SliderVerticalPart || sliderStyle->appearance() == … in setPositionFromPoint() local
126 if (isVertical) { in setPositionFromPoint()
141 if (isVertical) in setPositionFromPoint()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontLinux.cpp101 bool isVertical = font->platformData().orientation() == Vertical; in drawGlyphs() local
105 if (isVertical) { in drawGlyphs()
127 if (isVertical) { in drawGlyphs()
156 if (isVertical) { in drawGlyphs()
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontMac.mm88 bool isVertical = font->platformData().orientation() == Vertical;
89 if (isVertical) {
/external/webkit/Source/WebKit/mac/WebView/
DWebFrameView.mm586 bool isVertical = [self _isVerticalDocument];
590 if (isVertical) {
603 if (isVertical)
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0621194 …Change isVertical() on InlineBox to isHorizontal() instead. This makes the horizontal code path c…
48243 (WebCore::InlineBox::isVertical):
DChangeLog-2007-10-1442610 (WebCore::RenderFlexibleBox::isVertical):