HomeSort by relevance Sort by last modified time
    Searched refs:contentLogicalWidth (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderBox.h 167 int contentLogicalWidth() const { return style()->isHorizontalWritingMode() ? contentWidth() : contentHeight(); }
312 virtual int availableLogicalWidth() const { return contentLogicalWidth(); }
RenderBlock.cpp     [all...]
RenderTableSection.cpp 517 setLogicalWidth(table()->contentLogicalWidth());
    [all...]

Completed in 42 milliseconds