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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSVGDocumentValue.cpp 27 #include "core/css/CSSSVGDocumentValue.h"
37 CSSSVGDocumentValue::CSSSVGDocumentValue(const String& url)
44 CSSSVGDocumentValue::~CSSSVGDocumentValue()
48 DocumentResource* CSSSVGDocumentValue::load(ResourceFetcher* loader)
62 String CSSSVGDocumentValue::customCSSText() const
67 bool CSSSVGDocumentValue::equals(const CSSSVGDocumentValue& other) const
CSSSVGDocumentValue.h 36 class CSSSVGDocumentValue : public CSSValue {
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 39 milliseconds