HomeSort by relevance Sort by last modified time
    Searched defs:CSSGridLineNamesValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGridLineNamesValue.cpp 32 #include "core/css/CSSGridLineNamesValue.h"
36 String CSSGridLineNamesValue::customCSSText() const
41 CSSGridLineNamesValue::CSSGridLineNamesValue()
46 PassRefPtrWillBeRawPtr<CSSGridLineNamesValue> CSSGridLineNamesValue::cloneForCSSOM() const
48 return adoptRefWillBeNoop(new CSSGridLineNamesValue(*this));
CSSGridLineNamesValue.h 39 class CSSGridLineNamesValue : public CSSValueList {
41 static PassRefPtrWillBeRawPtr<CSSGridLineNamesValue> create()
43 return adoptRefWillBeNoop(new CSSGridLineNamesValue());
48 PassRefPtrWillBeRawPtr<CSSGridLineNamesValue> cloneForCSSOM() const;
53 CSSGridLineNamesValue();
56 DEFINE_CSS_VALUE_TYPE_CASTS(CSSGridLineNamesValue, isGridLineNamesValue());

Completed in 39 milliseconds