OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClampToExistingColumns
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.h
135
ClampToExistingColumns
, // Stay within the range of already existing columns.
138
unsigned columnIndexAtOffset(LayoutUnit, ColumnIndexCalculationMode =
ClampToExistingColumns
) const;
RenderMultiColumnSet.cpp
249
if (mode ==
ClampToExistingColumns
) {
Completed in 826 milliseconds