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

1 23

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 79 , m_allowImagesToBreak(!block->document().inQuirksMode() || !block->isTableCell() || !m_blockStyle->logicalWidth().isIntrinsicOrAuto())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.cpp 391 ts << " " << enclosingIntRect(FloatRect(text.location(), FloatSize(box->logicalWidth(), box->logicalHeight())));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp     [all...]
RenderBlockFlow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 469 const Length& logicalWidth() const { return isHorizontalWritingMode() ? width() : height(); }
549 bool isFixedTableLayout() const { return tableLayout() == TFIXED && !logicalWidth().isAuto(); }
    [all...]

Completed in 796 milliseconds

1 23