HomeSort by relevance Sort by last modified time
    Searched full:qualifiedname (Results 51 - 75 of 704) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/track/
WebVTTElement.cpp 33 static const QualifiedName& nodeTypeToTagName(WebVTTNodeType nodeType)
35 DEFINE_STATIC_LOCAL(QualifiedName, cTag, (nullAtom, "c", nullAtom));
36 DEFINE_STATIC_LOCAL(QualifiedName, vTag, (nullAtom, "v", nullAtom));
37 DEFINE_STATIC_LOCAL(QualifiedName, langTag, (nullAtom, "lang", nullAtom));
38 DEFINE_STATIC_LOCAL(QualifiedName, bTag, (nullAtom, "b", nullAtom));
39 DEFINE_STATIC_LOCAL(QualifiedName, uTag, (nullAtom, "u", nullAtom));
40 DEFINE_STATIC_LOCAL(QualifiedName, iTag, (nullAtom, "i", nullAtom));
41 DEFINE_STATIC_LOCAL(QualifiedName, rubyTag, (nullAtom, "ruby", nullAtom));
42 DEFINE_STATIC_LOCAL(QualifiedName, rtTag, (nullAtom, "rt", nullAtom));
WebVTTElement.h 45 static PassRefPtr<WebVTTElement> create(const QualifiedName&, Document*);
60 static const QualifiedName& voiceAttributeName()
62 DEFINE_STATIC_LOCAL(QualifiedName, voiceAttr, (nullAtom, "voice", nullAtom));
66 static const QualifiedName& langAttributeName()
68 DEFINE_STATIC_LOCAL(QualifiedName, voiceAttr, (nullAtom, "lang", nullAtom));
73 WebVTTElement(const QualifiedName&, Document*);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attr.cpp 40 Attr::Attr(Element* element, const QualifiedName& name)
50 Attr::Attr(Document* document, const QualifiedName& name, const AtomicString& standaloneValue)
61 PassRefPtr<Attr> Attr::create(Element* element, const QualifiedName& name)
68 PassRefPtr<Attr> Attr::create(Document* document, const QualifiedName& name, const AtomicString& value)
101 || static_cast<Attr*>(this)->qualifiedName() == xmlnsAtom) {
131 m_element->willModifyAttribute(qualifiedName(), this->value(), value);
136 m_element->didModifyAttribute(qualifiedName(), value);
146 RefPtr<Attr> clone = adoptRef(new Attr(document(), qualifiedName(), value()));
162 invalidateNodeListCachesInAncestors(&qualifiedName(), m_element);
172 m_element->willModifyAttribute(qualifiedName(), value(), newValue)
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
CreateElementNS.java 34 * The "createElementNS(namespaceURI,qualifiedName)" method for a Document
35 * should raise NAMESPACE_ERR DOMException if qualifiedName is malformed.
37 * Invoke method createElementNS(namespaceURI,qualifiedName) on the XMLNS
39 * "http://www.ecommerce.org/", and qualifiedName as "prefix::local". Method
100 String qualifiedName = "prefix:local";
108 doc.createElementNS(namespaceURI, qualifiedName);
117 String qualifiedName;
151 qualifiedName = (String) illegalQNames.get(indexN10098);
156 doc.createElementNS(namespaceURI, qualifiedName);
166 String qualifiedName = "xml:element1"
    [all...]
CreateDocument.java 35 * The "createDocument(namespaceURI,qualifiedName,doctype)" method for a
37 * qualifiedName is malformed.
40 * createDocument(namespaceURI,qualifiedName,doctype) on the retrieved
42 * "http://www.ecommerce.org/", qualifiedName as "prefix::local", and doctype as
106 String qualifiedName = "k:local";
117 domImpl.createDocument(namespaceURI, qualifiedName, docType);
127 // String qualifiedName = "namespaceURI:x";
138 // domImpl.createDocument(namespaceURI, qualifiedName, docType);
148 // String qualifiedName = "namespaceURI:x";
160 // aNewDoc = domImpl.createDocument(namespaceURI, qualifiedName,
    [all...]
SetAttributeNS.java 34 * The "setAttributeNS(namespaceURI,qualifiedName,Value)" method raises a
39 * should be raised since the "qualifiedName" has an invalid character.
81 String qualifiedName = "emp:qual?name";
93 qualifiedName, "newValue");
102 String qualifiedName = "emp:";
115 qualifiedName, "newValue");
126 // String qualifiedName = "emp:local1";
153 // genElement.setAttributeNS(namespaceURI, qualifiedName,
192 String qualifiedName = "emp:newAttr";
203 qualifiedName, "<newValue>")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGClipPathElement.cpp 42 inline SVGClipPathElement::SVGClipPathElement(const QualifiedName& tagName, Document* document)
51 PassRefPtr<SVGClipPathElement> SVGClipPathElement::create(const QualifiedName& tagName, Document* document)
56 bool SVGClipPathElement::isSupportedAttribute(const QualifiedName& attrName)
58 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
66 void SVGClipPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
86 void SVGClipPathElement::svgAttributeChanged(const QualifiedName& attrName)
SVGFEBlendElement.h 73 static PassRefPtr<SVGFEBlendElement> create(const QualifiedName&, Document*);
76 SVGFEBlendElement(const QualifiedName&, Document*);
78 bool isSupportedAttribute(const QualifiedName&);
79 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
80 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName);
81 virtual void svgAttributeChanged(const QualifiedName&);
SVGFEColorMatrixElement.h 70 static PassRefPtr<SVGFEColorMatrixElement> create(const QualifiedName&, Document*);
73 SVGFEColorMatrixElement(const QualifiedName&, Document*);
75 bool isSupportedAttribute(const QualifiedName&);
76 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
77 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&);
78 virtual void svgAttributeChanged(const QualifiedName&);
SVGFECompositeElement.h 78 static PassRefPtr<SVGFECompositeElement> create(const QualifiedName&, Document*);
81 SVGFECompositeElement(const QualifiedName&, Document*);
83 bool isSupportedAttribute(const QualifiedName&);
84 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
85 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&);
86 virtual void svgAttributeChanged(const QualifiedName&);
SVGFEConvolveMatrixElement.h 68 static PassRefPtr<SVGFEConvolveMatrixElement> create(const QualifiedName&, Document*);
74 SVGFEConvolveMatrixElement(const QualifiedName&, Document*);
76 bool isSupportedAttribute(const QualifiedName&);
77 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
78 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&);
79 virtual void svgAttributeChanged(const QualifiedName&);
SVGFEDisplacementMapElement.h 69 static PassRefPtr<SVGFEDisplacementMapElement> create(const QualifiedName&, Document*);
74 SVGFEDisplacementMapElement(const QualifiedName& tagName, Document*);
76 bool isSupportedAttribute(const QualifiedName&);
77 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
78 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName);
79 virtual void svgAttributeChanged(const QualifiedName&);
SVGFEMergeNodeElement.cpp 38 inline SVGFEMergeNodeElement::SVGFEMergeNodeElement(const QualifiedName& tagName, Document* document)
46 PassRefPtr<SVGFEMergeNodeElement> SVGFEMergeNodeElement::create(const QualifiedName& tagName, Document* document)
51 bool SVGFEMergeNodeElement::isSupportedAttribute(const QualifiedName& attrName)
53 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
59 void SVGFEMergeNodeElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
74 void SVGFEMergeNodeElement::svgAttributeChanged(const QualifiedName& attrName)
SVGFETileElement.cpp 40 inline SVGFETileElement::SVGFETileElement(const QualifiedName& tagName, Document* document)
48 PassRefPtr<SVGFETileElement> SVGFETileElement::create(const QualifiedName& tagName, Document* document)
53 bool SVGFETileElement::isSupportedAttribute(const QualifiedName& attrName)
55 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
61 void SVGFETileElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
76 void SVGFETileElement::svgAttributeChanged(const QualifiedName& attrName)
SVGFETurbulenceElement.h 98 static PassRefPtr<SVGFETurbulenceElement> create(const QualifiedName&, Document*);
101 SVGFETurbulenceElement(const QualifiedName&, Document*);
103 bool isSupportedAttribute(const QualifiedName&);
104 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
105 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName);
106 virtual void svgAttributeChanged(const QualifiedName&);
SVGFilterPrimitiveStandardAttributes.h 44 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&);
47 SVGFilterPrimitiveStandardAttributes(const QualifiedName&, Document*);
49 bool isSupportedAttribute(const QualifiedName&);
50 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
51 virtual void svgAttributeChanged(const QualifiedName&);
60 void primitiveAttributeChanged(const QualifiedName&);
SVGSymbolElement.cpp 44 inline SVGSymbolElement::SVGSymbolElement(const QualifiedName& tagName, Document* document)
52 PassRefPtr<SVGSymbolElement> SVGSymbolElement::create(const QualifiedName& tagName, Document* document)
57 bool SVGSymbolElement::isSupportedAttribute(const QualifiedName& attrName)
59 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
67 void SVGSymbolElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
82 void SVGSymbolElement::svgAttributeChanged(const QualifiedName& attrName)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SetNodeAttributeCommand.h 29 #include "core/dom/QualifiedName.h"
36 static PassRefPtr<SetNodeAttributeCommand> create(PassRefPtr<Element> element, const QualifiedName& attribute, const AtomicString& value)
42 SetNodeAttributeCommand(PassRefPtr<Element>, const QualifiedName& attribute, const AtomicString& value);
52 QualifiedName m_attribute;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.h 35 class QualifiedName;
39 static PassRefPtr<HTMLDialogElement> create(const QualifiedName&, Document*);
49 HTMLDialogElement(const QualifiedName&, Document*);
52 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLDivElement.cpp 34 HTMLDivElement::HTMLDivElement(const QualifiedName& tagName, Document* document)
46 PassRefPtr<HTMLDivElement> HTMLDivElement::create(const QualifiedName& tagName, Document* document)
51 bool HTMLDivElement::isPresentationAttribute(const QualifiedName& name) const
58 void HTMLDivElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLMarqueeElement.h 36 static PassRefPtr<HTMLMarqueeElement> create(const QualifiedName&, Document*);
55 HTMLMarqueeElement(const QualifiedName&, Document*);
57 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
58 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLParagraphElement.cpp 34 inline HTMLParagraphElement::HTMLParagraphElement(const QualifiedName& tagName, Document* document)
46 PassRefPtr<HTMLParagraphElement> HTMLParagraphElement::create(const QualifiedName& tagName, Document* document)
51 bool HTMLParagraphElement::isPresentationAttribute(const QualifiedName& name) const
58 void HTMLParagraphElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLPreElement.cpp 35 inline HTMLPreElement::HTMLPreElement(const QualifiedName& tagName, Document* document)
41 PassRefPtr<HTMLPreElement> HTMLPreElement::create(const QualifiedName& tagName, Document* document)
46 bool HTMLPreElement::isPresentationAttribute(const QualifiedName& name) const
53 void HTMLPreElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLTableCaptionElement.cpp 35 inline HTMLTableCaptionElement::HTMLTableCaptionElement(const QualifiedName& tagName, Document* document)
42 PassRefPtr<HTMLTableCaptionElement> HTMLTableCaptionElement::create(const QualifiedName& tagName, Document* document)
47 bool HTMLTableCaptionElement::isPresentationAttribute(const QualifiedName& name) const
54 void HTMLTableCaptionElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLUListElement.cpp 33 HTMLUListElement::HTMLUListElement(const QualifiedName& tagName, Document* document)
45 PassRefPtr<HTMLUListElement> HTMLUListElement::create(const QualifiedName& tagName, Document* document)
50 bool HTMLUListElement::isPresentationAttribute(const QualifiedName& name) const
57 void HTMLUListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)

Completed in 472 milliseconds

1 23 4 5 6 7 8 91011>>