OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flowthreadlogicaltop
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp
244
LayoutUnit
flowThreadLogicalTop
= isHorizontalWritingMode() ? portionRect.y() : portionRect.x();
245
if (offset <
flowThreadLogicalTop
)
256
return static_cast<float>(offset -
flowThreadLogicalTop
) / computedColumnHeight();
Completed in 31 milliseconds