OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LineClampValue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
LineClampValue.h
32
class
LineClampValue
{
34
LineClampValue
()
40
LineClampValue
(int value, ELineClampType type)
52
bool operator==(const
LineClampValue
& o) const
57
bool operator!=(const
LineClampValue
& o) const
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h
38
#include "core/rendering/style/
LineClampValue
.h"
122
template<> inline CSSPrimitiveValue::CSSPrimitiveValue(
LineClampValue
i)
129
template<> inline CSSPrimitiveValue::operator
LineClampValue
() const
132
return
LineClampValue
(clampTo<int>(m_value.num), LineClampLineCount);
135
return
LineClampValue
(clampTo<int>(m_value.num), LineClampPercentage);
138
return
LineClampValue
();
[
all
...]
Completed in 28 milliseconds