OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
511
setLogicalWidth(table()->
contentLogicalWidth
());
[
all
...]
Completed in 276 milliseconds