Searched defs:CSSLineBoxContainValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSLineBoxContainValue.cpp27 #include "core/css/CSSLineBoxContainValue.h"
34 CSSLineBoxContainValue::CSSLineBoxContainValue(unsigned value) function in class:WebCore::CSSLineBoxContainValue
40 String CSSLineBoxContainValue::customCSSText() const
H A DCSSLineBoxContainValue.h41 class CSSLineBoxContainValue : public CSSValue { class in namespace:WebCore
43 static PassRefPtr<CSSLineBoxContainValue> create(LineBoxContain value)
45 return adoptRef(new CSSLineBoxContainValue(value));
49 bool equals(const CSSLineBoxContainValue& other) const { return m_value == other.m_value; }
56 explicit CSSLineBoxContainValue(LineBoxContain);
59 DEFINE_CSS_VALUE_TYPE_CASTS(CSSLineBoxContainValue, isLineBoxContainValue());

Completed in 168 milliseconds