OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LineClampPercentage
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
LineClampValue.h
48
bool isPercentage() const { return m_type ==
LineClampPercentage
; }
RenderStyleConstants.h
474
enum ELineClampType { LineClampLineCount,
LineClampPercentage
};
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h
135
return LineClampValue(clampTo<int>(m_value.num),
LineClampPercentage
);
[
all
...]
Completed in 47 milliseconds