OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lineClamp
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareNonInheritedData.h
101
LineClampValue
lineClamp
; // An Apple extension.
RenderStyle.h
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp
188
if (oldStyle && !oldStyle->
lineClamp
().isNone() && newStyle->
lineClamp
().isNone())
649
bool haveLineClamp = !style()->
lineClamp
().isNone();
[
all
...]
Completed in 423 milliseconds