HomeSort by relevance Sort by last modified time
    Searched refs:logicalWidth (Results 51 - 65 of 65) sorted by null

1 23

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp     [all...]
RenderImage.cpp 247 style()->logicalWidth().isPercent()
RenderFlexibleBox.cpp     [all...]
RenderGrid.cpp 431 return valueForLength(trackLength, direction == ForColumns ? logicalWidth() : computeContentLogicalHeight(style()->logicalHeight(), -1), view());
    [all...]
RenderTableCell.cpp 121 Length colWidth = tableCol->style()->logicalWidth();
224 if (tableLayoutLogicalWidth == logicalWidth())
    [all...]
RenderBlockFlow.cpp     [all...]
RenderView.cpp 308 m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = logicalWidth();
    [all...]
RenderTableSection.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 235 , m_allowImagesToBreak(!block->document().inQuirksMode() || !block->isTableCell() || !m_blockStyle->logicalWidth().isIntrinsicOrAuto())
679 LayoutUnit availableLogicalWidth = block->logicalWidth() - block->logicalRightForFloat(lastFloatFromPreviousLine);
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
ScreenRotationAnimation.java 220 originalWidth = displayInfo.logicalWidth;
    [all...]
WindowState.java 598 displayInfo.logicalWidth, displayInfo.logicalHeight, false);
    [all...]
WindowStateAnimator.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.cpp 368 ts << " " << enclosingIntRect(FloatRect(text.location(), FloatSize(box->logicalWidth(), box->logicalHeight())));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 467 Length logicalWidth() const { return isHorizontalWritingMode() ? width() : height(); }
    [all...]

Completed in 799 milliseconds

1 23