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

  /external/webkit/Source/WebCore/css/
CSSStyleApplyProperty.h 47 class CSSStyleApplyProperty {
48 WTF_MAKE_NONCOPYABLE(CSSStyleApplyProperty);
50 static const CSSStyleApplyProperty& sharedCSSStyleApplyProperty();
76 CSSStyleApplyProperty();
CSSStyleApplyProperty.cpp 26 #include "CSSStyleApplyProperty.h"
286 const CSSStyleApplyProperty& CSSStyleApplyProperty::sharedCSSStyleApplyProperty()
288 DEFINE_STATIC_LOCAL(CSSStyleApplyProperty, cssStyleApplyPropertyInstance, ());
292 CSSStyleApplyProperty::CSSStyleApplyProperty()

Completed in 27 milliseconds