OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clientLogicalHeight
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderBox.h
182
int
clientLogicalHeight
() const { return style()->isHorizontalWritingMode() ? clientHeight() : clientWidth(); }
183
int clientLogicalBottom() const { return borderBefore() +
clientLogicalHeight
(); }
RenderBox.cpp
[
all
...]
Completed in 21 milliseconds