OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 PassRefPtr<
CSSSVGDocumentValue
> create(const String& url) { return adoptRef(new
CSSSVGDocumentValue
(url)); }
39
~
CSSSVGDocumentValue
();
47
bool equals(const
CSSSVGDocumentValue
&) const;
50
CSSSVGDocumentValue
(const String& url);
57
DEFINE_CSS_VALUE_TYPE_CASTS(
CSSSVGDocumentValue
, isSVGDocumentValue());
Completed in 719 milliseconds