Searched refs:isVertical (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/platform/ |
D | ScrollTypes.h | 46 …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/ |
D | EllipsisBox.h | 33 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()
|
D | RenderFlexibleBox.h | 59 bool isVertical() const { return style()->boxOrient() == VERTICAL; } in isVertical() function
|
D | RenderFlexibleBox.cpp | 175 if (hasMultipleLines() || isVertical()) in computePreferredLogicalWidths()
|
/external/webkit/Source/WebCore/html/shadow/ |
D | SliderThumbElement.cpp | 121 …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/ |
D | FontLinux.cpp | 101 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/ |
D | FontMac.mm | 88 bool isVertical = font->platformData().orientation() == Vertical; 89 if (isVertical) {
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFrameView.mm | 586 bool isVertical = [self _isVerticalDocument]; 590 if (isVertical) { 603 if (isVertical)
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 21194 …Change isVertical() on InlineBox to isHorizontal() instead. This makes the horizontal code path c… 48243 (WebCore::InlineBox::isVertical):
|
D | ChangeLog-2007-10-14 | 42610 (WebCore::RenderFlexibleBox::isVertical):
|