HomeSort by relevance Sort by last modified time
    Searched full:logicalwidth (Results 51 - 66 of 66) sorted by null

1 23

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 145 if (style()->logicalWidth().isSpecified() || style()->logicalMaxWidth().isSpecified())
SVGRenderTreeAsText.cpp 368 ts << " " << enclosingIntRect(FloatRect(text.location(), FloatSize(box->logicalWidth(), box->logicalHeight())));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
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...]
RenderImage.cpp 247 style()->logicalWidth().isPercent()
RenderMultiColumnSet.cpp 157 setLogicalWidth(logicalWidth() + delta);
RenderView.cpp 308 m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = logicalWidth();
    [all...]
RenderBlockFlow.cpp     [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/style/
RenderStyle.h 467 Length logicalWidth() const { return isHorizontalWritingMode() ? width() : height(); }
    [all...]

Completed in 1686 milliseconds

1 23