HomeSort by relevance Sort by last modified time
    Searched refs:isHorizontalWritingMode (Results 1 - 25 of 42) sorted by null

1 2

  /external/webkit/Source/WebCore/rendering/
RenderBox.h 57 int logicalLeft() const { return style()->isHorizontalWritingMode() ? x() : y(); }
59 int logicalTop() const { return style()->isHorizontalWritingMode() ? y() : x(); }
61 int logicalWidth() const { return style()->isHorizontalWritingMode() ? width() : height(); }
62 int logicalHeight() const { return style()->isHorizontalWritingMode() ? height() : width(); }
66 if (style()->isHorizontalWritingMode())
73 if (style()->isHorizontalWritingMode())
80 if (style()->isHorizontalWritingMode())
87 if (style()->isHorizontalWritingMode())
94 if (style()->isHorizontalWritingMode())
141 int logicalLeftLayoutOverflow() const { return style()->isHorizontalWritingMode() ? minXLayoutOverflow() : minYLayoutOverflow();
    [all...]
RenderTable.h 59 if (style()->isHorizontalWritingMode())
66 if (style()->isHorizontalWritingMode())
73 if (style()->isHorizontalWritingMode())
80 if (style()->isHorizontalWritingMode())
94 if (style()->isHorizontalWritingMode())
101 if (style()->isHorizontalWritingMode())
108 if (style()->isHorizontalWritingMode())
115 if (style()->isHorizontalWritingMode())
RenderBlock.h 178 int logicalWidthForChild(RenderBox* child) { return isHorizontalWritingMode() ? child->width() : child->height(); }
179 int logicalHeightForChild(RenderBox* child) { return isHorizontalWritingMode() ? child->height() : child->width(); }
180 int logicalTopForChild(RenderBox* child) { return isHorizontalWritingMode() ? child->y() : child->x(); }
225 int logicalRightOffsetForContent() const { return isHorizontalWritingMode() ? borderLeft() + paddingLeft() + availableLogicalWidth() : borderTop() + paddingTop() + availableLogicalWidth(); }
226 int logicalLeftOffsetForContent() const { return isHorizontalWritingMode() ? borderLeft() + paddingLeft() : borderTop() + paddingTop(); }
442 int logicalTopForFloat(const FloatingObject* child) const { return isHorizontalWritingMode() ? child->y() : child->x(); }
443 int logicalBottomForFloat(const FloatingObject* child) const { return isHorizontalWritingMode() ? child->maxY() : child->maxX(); }
444 int logicalLeftForFloat(const FloatingObject* child) const { return isHorizontalWritingMode() ? child->x() : child->y(); }
445 int logicalRightForFloat(const FloatingObject* child) const { return isHorizontalWritingMode() ? child->maxX() : child->maxY(); }
446 int logicalWidthForFloat(const FloatingObject* child) const { return isHorizontalWritingMode() ? child->width() : child->height();
    [all...]
RenderBoxModelObject.h 50 IntSize relativePositionLogicalOffset() const { return style()->isHorizontalWritingMode() ? relativePositionOffset() : relativePositionOffset().transposedSize(); }
97 int borderAndPaddingLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() + paddingLeft() : borderTop() + paddingTop(); }
100 int borderLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() : borderTop(); }
101 int borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() : borderBottom(); }
RenderFieldset.cpp 145 if (style()->isHorizontalWritingMode()) {
170 if (style()->isHorizontalWritingMode()) {
199 if (style()->isHorizontalWritingMode()) {
RenderBox.cpp 133 if (isHorizontalWritingMode())
140 if (isHorizontalWritingMode())
147 if (isHorizontalWritingMode()) {
162 if (isHorizontalWritingMode()) {
309 if (isPositioned() && style()->hasStaticBlockPosition(isHorizontalWritingMode()) && oldStyle->marginBefore() != style()->marginBefore()
347 viewRenderer->setHorizontalWritingMode(style()->isHorizontalWritingMode());
350 document()->documentElement()->renderer()->setHorizontalWritingMode(style()->isHorizontalWritingMode());
636 scrolled = l->scroll(logicalToPhysical(ScrollInlineDirectionBackward, isHorizontalWritingMode(), style()->isFlippedBlocksWritingMode()), ScrollByDocument, multiplier);
638 if (l->scroll(logicalToPhysical(direction, isHorizontalWritingMode(), style()->isFlippedBlocksWritingMode()), granularity, multiplier))
    [all...]
RenderTableCell.cpp 178 if (!includeIntrinsicPadding || !isHorizontalWritingMode())
186 if (!includeIntrinsicPadding || !isHorizontalWritingMode())
194 if (!includeIntrinsicPadding || isHorizontalWritingMode())
203 if (!includeIntrinsicPadding || isHorizontalWritingMode())
678 if (tableStyle->isHorizontalWritingMode())
686 if (tableStyle->isHorizontalWritingMode())
694 if (tableStyle->isHorizontalWritingMode())
702 if (tableStyle->isHorizontalWritingMode())
752 if (tableStyle->isHorizontalWritingMode())
760 if (tableStyle->isHorizontalWritingMode())
    [all...]
RenderCombineText.cpp 93 if (style()->isHorizontalWritingMode())
RenderView.h 59 int viewLogicalWidth() const { return style()->isHorizontalWritingMode() ? viewWidth() : viewHeight(); }
60 int viewLogicalHeight() const { return style()->isHorizontalWritingMode() ? viewHeight() : viewWidth(); }
RenderBlock.cpp     [all...]
RenderTableSection.cpp 718 if (style()->isHorizontalWritingMode() && view()->layoutState()->pageLogicalHeight() && cell->height() != rHeight)
    [all...]
InlineFlowBox.h 217 if (!renderer()->isHorizontalWritingMode())
243 if (!renderer()->isHorizontalWritingMode())
RenderInline.cpp 491 bool isHorizontal = style()->isHorizontalWritingMode();
575 bool isHorizontal = style()->isHorizontalWritingMode();
    [all...]
RenderTable.cpp 231 bool hasPerpendicularContainingBlock = cb->style()->isHorizontalWritingMode() != style()->isHorizontalWritingMode();
435 movedSectionLogicalTop = min(logicalHeight(), section->logicalTop()) + (style()->isHorizontalWritingMode() ? section->minYVisualOverflow() : section->minXVisualOverflow());
467 if (style()->isHorizontalWritingMode())
602 if (style()->isHorizontalWritingMode()) {
    [all...]
InlineBox.cpp 298 if (block->style()->isHorizontalWritingMode())
RenderFlexibleBox.cpp 391 setHeight(height() + lineHeight(true, style()->isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes));
411 if (child->style()->hasStaticBlockPosition(style()->isHorizontalWritingMode()))
646 if (child->style()->hasStaticBlockPosition(style()->isHorizontalWritingMode()))
693 setHeight(height() + lineHeight(true, style()->isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes));
    [all...]
RenderImage.cpp 494 logicalWidth = style()->isHorizontalWritingMode() ? size.width() : size.height();
524 logicalHeight = style()->isHorizontalWritingMode() ? size.height() : size.width();
RootInlineBox.cpp 57 setIsHorizontal(block->isHorizontalWritingMode());
340 logicalRect.move(renderer()->isHorizontalWritingMode() ? offsetFromRootBlock : IntSize(offsetFromRootBlock.height(), offsetFromRootBlock.width()));
702 LineDirectionMode lineDirection = parent->isHorizontalWritingMode() ? HorizontalLine : VerticalLine;
    [all...]
RenderListMarker.cpp     [all...]
RenderLineBoxList.cpp 161 if (renderer->style()->isHorizontalWritingMode()) {
RenderListItem.cpp 323 if (!style()->isHorizontalWritingMode())
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h 381 Length logicalLeft() const { return isHorizontalWritingMode() ? left() : top(); }
382 Length logicalRight() const { return isHorizontalWritingMode() ? right() : bottom(); }
383 Length logicalTop() const { return isHorizontalWritingMode() ? (isFlippedBlocksWritingMode() ? bottom() : top()) : (isFlippedBlocksWritingMode() ? right() : left()); }
384 Length logicalBottom() const { return isHorizontalWritingMode() ? (isFlippedBlocksWritingMode() ? top() : bottom()) : (isFlippedBlocksWritingMode() ? left() : right()); }
    [all...]
  /external/webkit/Source/WebCore/page/
PrintContext.cpp 73 bool isHorizontal = view->style()->isHorizontalWritingMode();
116 bool isHorizontal = view->style()->isHorizontalWritingMode();
192 useViewWidth = m_frame->document()->renderView()->style()->isHorizontalWritingMode();
FrameView.cpp     [all...]

Completed in 115 milliseconds

1 2