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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSVGDocumentValue.cpp27 #include "core/css/CSSSVGDocumentValue.h"
37 CSSSVGDocumentValue::CSSSVGDocumentValue(const String& url) function in class:blink::CSSSVGDocumentValue
44 CSSSVGDocumentValue::~CSSSVGDocumentValue()
48 DocumentResource* CSSSVGDocumentValue::load(ResourceFetcher* loader)
62 String CSSSVGDocumentValue::customCSSText() const
67 bool CSSSVGDocumentValue::equals(const CSSSVGDocumentValue& other) const
H A DCSSSVGDocumentValue.h36 class CSSSVGDocumentValue : public CSSValue { class in namespace:blink
38 static PassRefPtrWillBeRawPtr<CSSSVGDocumentValue> create(const String& url)
40 return adoptRefWillBeNoop(new CSSSVGDocumentValue(url));
42 ~CSSSVGDocumentValue();
50 bool equals(const CSSSVGDocumentValue&) const;
55 CSSSVGDocumentValue(const String& url);
62 DEFINE_CSS_VALUE_TYPE_CASTS(CSSSVGDocumentValue, isSVGDocumentValue());

Completed in 473 milliseconds