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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSwitchElement.cpp 40 inline SVGSwitchElement::SVGSwitchElement(const QualifiedName& tagName, Document* document)
50 PassRefPtr<SVGSwitchElement> SVGSwitchElement::create(const QualifiedName& tagName, Document* document)
SVGTSpanElement.cpp 31 inline SVGTSpanElement::SVGTSpanElement(const QualifiedName& tagName, Document* document)
38 PassRefPtr<SVGTSpanElement> SVGTSpanElement::create(const QualifiedName& tagName, Document* document)
SVGTextElement.cpp 33 inline SVGTextElement::SVGTextElement(const QualifiedName& tagName, Document* doc)
40 PassRefPtr<SVGTextElement> SVGTextElement::create(const QualifiedName& tagName, Document* document)
SVGUnknownElement.h 46 static PassRefPtr<SVGUnknownElement> create(const QualifiedName& tagName, Document* document)
52 SVGUnknownElement(const QualifiedName&, Document*);
SVGVKernElement.cpp 31 inline SVGVKernElement::SVGVKernElement(const QualifiedName& tagName, Document* document)
38 PassRefPtr<SVGVKernElement> SVGVKernElement::create(const QualifiedName& tagName, Document* document)
SVGZoomAndPan.cpp 29 bool SVGZoomAndPan::isKnownAttribute(const QualifiedName& attrName)
34 void SVGZoomAndPan::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes)
SVGGlyphElement.cpp 34 inline SVGGlyphElement::SVGGlyphElement(const QualifiedName& tagName, Document* document)
41 PassRefPtr<SVGGlyphElement> SVGGlyphElement::create(const QualifiedName& tagName, Document* document)
53 void SVGGlyphElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
113 static inline float parseSVGGlyphAttribute(const SVGElement* element, const WebCore::QualifiedName& name)
SVGSVGElement.h 47 static PassRefPtr<SVGSVGElement> create(const QualifiedName&, Document*);
136 SVGSVGElement(const QualifiedName&, Document*);
141 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
149 virtual void svgAttributeChanged(const QualifiedName&);
SVGTests.cpp 124 bool SVGTests::parseAttribute(const QualifiedName& name, const AtomicString& value)
142 bool SVGTests::isKnownAttribute(const QualifiedName& attrName)
149 bool SVGTests::handleAttributeChange(SVGElement* targetElement, const QualifiedName& attrName)
166 void SVGTests::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes)
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedPropertyTearOff.h 61 static PassRefPtr<SVGAnimatedPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& property)
110 SVGAnimatedPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& property)
  /external/chromium_org/third_party/WebKit/Source/web/
DOMUtilitiesPrivate.h 36 class QualifiedName;
50 const WebCore::QualifiedName& attrName);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodesetprefix08.java 34 * The method setPrefix raises a NAMESPACE_ERR if this node is an attribute and the qualifiedName
36 * Retreive an attribute node whose qualifiedName is xmlns. Try setting a prefix on this node.
setAttributeNS03.java 34 * The "setAttributeNS(namespaceURI,qualifiedName,value)" method for an attribute causes the
41 * "setAttributeNS(namespaceURI,qualifiedName,value)" method.
72 String qualifiedName = "emp:local1";
99 genElement.setAttributeNS(namespaceURI, qualifiedName, "newValue");
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
AttrImpl.java 48 AttrImpl(DocumentImpl document, String namespaceURI, String qualifiedName) {
50 setNameNS(this, namespaceURI, qualifiedName);
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 322 * @param qualifiedName The qualified name of the element type to
334 * <code>qualifiedName</code></td>
344 * from <code>qualifiedName</code>, or <code>null</code> if there is
350 * <code>qualifiedName</code></td>
355 * <code>qualifiedName</code></td>
360 * <code>qualifiedName</code> is not an XML name according to the XML
363 * <br>NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is a
364 * malformed qualified name, if the <code>qualifiedName</code> has a
366 * if the <code>qualifiedName</code> has a prefix that is "xml" and
369 * , or if the <code>qualifiedName</code> or its prefix is "xmlns" an
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParserValues.h 34 class QualifiedName;
204 explicit CSSParserSelector(const QualifiedName&);
211 void setAttribute(const QualifiedName& value) { m_selector->setAttribute(value); }
240 void prependTagSelector(const QualifiedName&, bool tagIsForNamespaceRule = false);
SelectorChecker.h 101 static bool tagMatches(const Element*, const QualifiedName&);
104 static bool checkExactAttribute(const Element*, const QualifiedName& selectorAttributeName, const StringImpl* value);
132 inline bool SelectorChecker::tagMatches(const Element* element, const QualifiedName& tagQName)
143 inline bool SelectorChecker::checkExactAttribute(const Element* element, const QualifiedName& selectorAttributeName, const StringImpl* value)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FormatBlockCommand.cpp 41 static bool isElementForFormatBlock(const QualifiedName& tagName);
47 FormatBlockCommand::FormatBlockCommand(Document* document, const QualifiedName& tagName)
117 bool isElementForFormatBlock(const QualifiedName& tagName)
119 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, blockTags, ());
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLButtonElement.cpp 42 inline HTMLButtonElement::HTMLButtonElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
51 PassRefPtr<HTMLButtonElement> HTMLButtonElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
87 bool HTMLButtonElement::isPresentationAttribute(const QualifiedName& name) const
98 void HTMLButtonElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLFontElement.cpp 41 HTMLFontElement::HTMLFontElement(const QualifiedName& tagName, Document* document)
48 PassRefPtr<HTMLFontElement> HTMLFontElement::create(const QualifiedName& tagName, Document* document)
181 bool HTMLFontElement::isPresentationAttribute(const QualifiedName& name) const
188 void HTMLFontElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLMarqueeElement.cpp 37 inline HTMLMarqueeElement::HTMLMarqueeElement(const QualifiedName& tagName, Document* document)
45 PassRefPtr<HTMLMarqueeElement> HTMLMarqueeElement::create(const QualifiedName& tagName, Document* document)
61 bool HTMLMarqueeElement::isPresentationAttribute(const QualifiedName& name) const
68 void HTMLMarqueeElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLSelectElement.h 43 static PassRefPtr<HTMLSelectElement> create(const QualifiedName&, Document*, HTMLFormElement*, bool createdByParser);
116 HTMLSelectElement(const QualifiedName&, Document*, HTMLFormElement*, bool createdByParser);
134 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
135 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
LabelableElement.cpp 33 LabelableElement::LabelableElement(const QualifiedName& tagName, Document* document)
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
AtomicHTMLToken.h 67 Attribute* getAttributeItem(const QualifiedName& attributeName)
162 QualifiedName name(nullAtom, it->name.asString(), nullAtom);
198 QualifiedName nameForAttribute(const HTMLToken::Attribute&) const;
240 const QualifiedName& name = nameForAttribute(attribute);
  /external/doclava/src/com/google/doclava/
Hierarchy.java 30 String name = cl.qualifiedName();
39 String sname = superclass != null ? superclass.qualifiedName() : null;
104 hdf.setValue("class.qualified", cl.qualifiedName());
116 hdf.setValue("interfaces." + i + ".class.qualified", iface.qualifiedName());

Completed in 1357 milliseconds

<<11121314151617181920>>