OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qualifiedname
(Results
226 - 250
of
704
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLIElement.cpp
35
HTMLLIElement::HTMLLIElement(const
QualifiedName
& tagName, Document* document)
47
PassRefPtr<HTMLLIElement> HTMLLIElement::create(const
QualifiedName
& tagName, Document* document)
52
bool HTMLLIElement::isPresentationAttribute(const
QualifiedName
& name) const
59
void HTMLLIElement::collectStyleForPresentationAttribute(const
QualifiedName
& name, const AtomicString& value, MutableStylePropertySet* style)
78
void HTMLLIElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
HTMLOListElement.cpp
35
HTMLOListElement::HTMLOListElement(const
QualifiedName
& tagName, Document* document)
52
PassRefPtr<HTMLOListElement> HTMLOListElement::create(const
QualifiedName
& tagName, Document* document)
57
bool HTMLOListElement::isPresentationAttribute(const
QualifiedName
& name) const
64
void HTMLOListElement::collectStyleForPresentationAttribute(const
QualifiedName
& name, const AtomicString& value, MutableStylePropertySet* style)
81
void HTMLOListElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
HTMLObjectElement.h
35
static PassRefPtr<HTMLObjectElement> create(const
QualifiedName
&, Document*, HTMLFormElement*, bool createdByParser);
67
HTMLObjectElement(const
QualifiedName
&, Document*, HTMLFormElement*, bool createdByParser);
69
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
70
virtual bool isPresentationAttribute(const
QualifiedName
&) const OVERRIDE;
71
virtual void collectStyleForPresentationAttribute(const
QualifiedName
&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLTableElement.h
42
static PassRefPtr<HTMLTableElement> create(const
QualifiedName
&, Document*);
73
HTMLTableElement(const
QualifiedName
&, Document*);
75
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
76
virtual bool isPresentationAttribute(const
QualifiedName
&) const OVERRIDE;
77
virtual void collectStyleForPresentationAttribute(const
QualifiedName
&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLTextAreaElement.h
37
static PassRefPtr<HTMLTextAreaElement> create(const
QualifiedName
&, Document*, HTMLFormElement*);
65
HTMLTextAreaElement(const
QualifiedName
&, Document*, HTMLFormElement*);
100
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
101
virtual bool isPresentationAttribute(const
QualifiedName
&) const OVERRIDE;
102
virtual void collectStyleForPresentationAttribute(const
QualifiedName
&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLVideoElement.h
39
static PassRefPtr<HTMLVideoElement> create(const
QualifiedName
&, Document*, bool);
74
HTMLVideoElement(const
QualifiedName
&, Document*, bool);
79
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
80
virtual bool isPresentationAttribute(const
QualifiedName
&) const OVERRIDE;
81
virtual void collectStyleForPresentationAttribute(const
QualifiedName
&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGComponentTransferFunctionElement.cpp
52
SVGComponentTransferFunctionElement::SVGComponentTransferFunctionElement(const
QualifiedName
& tagName, Document* document)
63
bool SVGComponentTransferFunctionElement::isSupportedAttribute(const
QualifiedName
& attrName)
65
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
78
void SVGComponentTransferFunctionElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
128
void SVGComponentTransferFunctionElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGFEComponentTransferElement.cpp
43
inline SVGFEComponentTransferElement::SVGFEComponentTransferElement(const
QualifiedName
& tagName, Document* document)
51
PassRefPtr<SVGFEComponentTransferElement> SVGFEComponentTransferElement::create(const
QualifiedName
& tagName, Document* document)
56
bool SVGFEComponentTransferElement::isSupportedAttribute(const
QualifiedName
& attrName)
58
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
64
void SVGFEComponentTransferElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
SVGGraphicsElement.cpp
43
SVGGraphicsElement::SVGGraphicsElement(const
QualifiedName
& tagName, Document* document, ConstructionType constructionType)
93
bool SVGGraphicsElement::isSupportedAttribute(const
QualifiedName
& attrName)
95
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
103
void SVGGraphicsElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
123
void SVGGraphicsElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGMarkerElement.h
114
static PassRefPtr<SVGMarkerElement> create(const
QualifiedName
&, Document*);
124
SVGMarkerElement(const
QualifiedName
&, Document*);
128
bool isSupportedAttribute(const
QualifiedName
&);
129
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
130
virtual void svgAttributeChanged(const
QualifiedName
&);
SVGPolyElement.cpp
58
SVGPolyElement::SVGPolyElement(const
QualifiedName
& tagName, Document* document)
64
bool SVGPolyElement::isSupportedAttribute(const
QualifiedName
& attrName)
66
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
75
void SVGPolyElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
102
void SVGPolyElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGStyleElement.cpp
32
inline SVGStyleElement::SVGStyleElement(const
QualifiedName
& tagName, Document* document, bool createdByParser)
46
PassRefPtr<SVGStyleElement> SVGStyleElement::create(const
QualifiedName
& tagName, Document* document, bool createdByParser)
99
bool SVGStyleElement::isSupportedAttribute(const
QualifiedName
& attrName)
101
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
107
void SVGStyleElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
SVGTextPositioningElement.cpp
50
SVGTextPositioningElement::SVGTextPositioningElement(const
QualifiedName
& tagName, Document* document)
57
bool SVGTextPositioningElement::isSupportedAttribute(const
QualifiedName
& attrName)
59
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
70
void SVGTextPositioningElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
120
void SVGTextPositioningElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGUseElement.h
42
static PassRefPtr<SVGUseElement> create(const
QualifiedName
&, Document*, bool wasInsertedByParser);
54
SVGUseElement(const
QualifiedName
&, Document*, bool wasInsertedByParser);
63
bool isSupportedAttribute(const
QualifiedName
&);
64
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
65
virtual void svgAttributeChanged(const
QualifiedName
&);
SVGFEColorMatrixElement.cpp
44
inline SVGFEColorMatrixElement::SVGFEColorMatrixElement(const
QualifiedName
& tagName, Document* document)
53
PassRefPtr<SVGFEColorMatrixElement> SVGFEColorMatrixElement::create(const
QualifiedName
& tagName, Document* document)
58
bool SVGFEColorMatrixElement::isSupportedAttribute(const
QualifiedName
& attrName)
60
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
69
void SVGFEColorMatrixElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
99
bool SVGFEColorMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const
QualifiedName
& attrName)
111
void SVGFEColorMatrixElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGFECompositeElement.cpp
52
inline SVGFECompositeElement::SVGFECompositeElement(const
QualifiedName
& tagName, Document* document)
61
PassRefPtr<SVGFECompositeElement> SVGFECompositeElement::create(const
QualifiedName
& tagName, Document* document)
66
bool SVGFECompositeElement::isSupportedAttribute(const
QualifiedName
& attrName)
68
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
81
void SVGFECompositeElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
128
bool SVGFECompositeElement::setFilterEffectAttribute(FilterEffect* effect, const
QualifiedName
& attrName)
147
void SVGFECompositeElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGFETurbulenceElement.cpp
49
inline SVGFETurbulenceElement::SVGFETurbulenceElement(const
QualifiedName
& tagName, Document* document)
60
PassRefPtr<SVGFETurbulenceElement> SVGFETurbulenceElement::create(const
QualifiedName
& tagName, Document* document)
77
bool SVGFETurbulenceElement::isSupportedAttribute(const
QualifiedName
& attrName)
79
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
90
void SVGFETurbulenceElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
133
bool SVGFETurbulenceElement::setFilterEffectAttribute(FilterEffect* effect, const
QualifiedName
& attrName)
154
void SVGFETurbulenceElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGFilterPrimitiveStandardAttributes.cpp
50
SVGFilterPrimitiveStandardAttributes::SVGFilterPrimitiveStandardAttributes(const
QualifiedName
& tagName, Document* document)
62
bool SVGFilterPrimitiveStandardAttributes::isSupportedAttribute(const
QualifiedName
& attrName)
64
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
75
void SVGFilterPrimitiveStandardAttributes::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
97
bool SVGFilterPrimitiveStandardAttributes::setFilterEffectAttribute(FilterEffect*, const
QualifiedName
&)
104
void SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(const
QualifiedName
& attrName)
152
void SVGFilterPrimitiveStandardAttributes::primitiveAttributeChanged(const
QualifiedName
& attribute)
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
createAttributeNS05.java
34
* The "createAttributeNS(namespaceURI,
qualifiedName
)" method for a
38
* Invoke method createAttributeNS(namespaceURI,
qualifiedName
) on this document with
68
String
qualifiedName
= "econm:local";
73
newAttr = doc.createAttributeNS(namespaceURI,
qualifiedName
);
75
assertEquals("throw_Equals",
qualifiedName
, attrName);
createDocument07.java
34
* The "createDocument(namespaceURI,
qualifiedName
,doctype)" method for a
39
* Invoke method createDocument(namespaceURI,
qualifiedName
,doctype) on
41
*
qualifiedName
is "y:x" and doctype is null.
70
String
qualifiedName
= "y:x";
80
aNewDoc = domImpl.createDocument(namespaceURI,
qualifiedName
, docType);
setAttributeNS02.java
34
* The "setAttributeNS(namespaceURI,
qualifiedName
,value)" method raises a
36
*
qualifiedName
if malformed.
39
* An exception should be raised since the "
qualifiedName
" is malformed.
69
String
qualifiedName
= "emp:";
81
((Element) /*Node */testAddr).setAttributeNS(namespaceURI,
qualifiedName
, "newValue");
/libcore/luni/src/main/java/org/w3c/dom/
DOMImplementation.java
37
* @param
qualifiedName
The qualified name of the document type to be
46
* <br>NAMESPACE_ERR: Raised if the <code>
qualifiedName
</code> is
53
public DocumentType createDocumentType(String
qualifiedName
,
73
* @param
qualifiedName
The qualified name of the document element to be
80
* If the <code>NamespaceURI</code>, <code>
qualifiedName
</code>, and
86
* <br>NAMESPACE_ERR: Raised if the <code>
qualifiedName
</code> is
87
* malformed, if the <code>
qualifiedName
</code> has a prefix and the
89
* <code>
qualifiedName
</code> is <code>null</code> and the
91
* if the <code>
qualifiedName
</code> has a prefix that is "xml" and
106
String
qualifiedName
,
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h
42
class
QualifiedName
;
118
void popUntilPopped(const
QualifiedName
& tagName) { popUntilPopped(tagName.localName()); }
141
bool inScope(const
QualifiedName
&) const;
143
bool inListItemScope(const
QualifiedName
&) const;
145
bool inTableScope(const
QualifiedName
&) const;
147
bool inButtonScope(const
QualifiedName
&) const;
149
bool inSelectScope(const
QualifiedName
&) const;
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h
41
SVGSMILElement(const
QualifiedName
&, Document*);
46
bool isSupportedAttribute(const
QualifiedName
&);
47
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
48
virtual void svgAttributeChanged(const
QualifiedName
&) OVERRIDE;
59
const
QualifiedName
& attributeName() const { return m_attributeName; }
120
virtual void setAttributeName(const
QualifiedName
&);
193
QualifiedName
m_attributeName;
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAttributeToPropertyMap.cpp
38
const
QualifiedName
& attributeName = firstProperty->attributeName;
64
void SVGAttributeToPropertyMap::animatedPropertiesForAttribute(SVGElement* ownerType, const
QualifiedName
& attributeName, Vector<RefPtr<SVGAnimatedProperty> >& properties)
77
void SVGAttributeToPropertyMap::animatedPropertyTypeForAttribute(const
QualifiedName
& attributeName, Vector<AnimatedPropertyType>& propertyTypes)
103
bool SVGAttributeToPropertyMap::synchronizeProperty(SVGElement* contextElement, const
QualifiedName
& attributeName)
117
SVGAttributeToPropertyMap::PropertiesVector* SVGAttributeToPropertyMap::getOrCreatePropertiesVector(const
QualifiedName
& attributeName)
131
void SVGAttributeToPropertyMap::synchronizeProperty(SVGElement* contextElement, const
QualifiedName
& attributeName, const SVGPropertyInfo* info)
139
PassRefPtr<SVGAnimatedProperty> SVGAttributeToPropertyMap::animatedProperty(SVGElement* contextElement, const
QualifiedName
& attributeName, const SVGPropertyInfo* info)
Completed in 174 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>