OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:collogicalheight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp
225
LayoutUnit
colLogicalHeight
= computedColumnHeight();
235
return LayoutRect(colLogicalLeft, colLogicalTop, colLogicalWidth,
colLogicalHeight
);
236
return LayoutRect(colLogicalTop, colLogicalLeft,
colLogicalHeight
, colLogicalWidth);
RenderBlock.cpp
[
all
...]
Completed in 40 milliseconds