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

<<11121314151617181920>>

  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetAttributeNS.java 93 String qualifiedName = "emp:district";
101 newAttribute = doc.createAttributeNS(namespaceURI, qualifiedName);
129 String qualifiedName = "emp:blank";
137 doc.createAttributeNS(namespaceURI, qualifiedName);
141 testAddr.setAttributeNS(namespaceURI, qualifiedName, "NewValue");
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementConstructorBuilder.h 37 #include "core/dom/QualifiedName.h"
50 class QualifiedName;
70 bool findTagName(const AtomicString& customElementType, QualifiedName& tagName);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.h 59 static PassRefPtr<HTMLAnchorElement> create(const QualifiedName&, Document*);
106 HTMLAnchorElement(const QualifiedName&, Document*);
108 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLBaseElement.cpp 36 inline HTMLBaseElement::HTMLBaseElement(const QualifiedName& tagName, Document* document)
43 PassRefPtr<HTMLBaseElement> HTMLBaseElement::create(const QualifiedName& tagName, Document* document)
48 void HTMLBaseElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLDetailsElement.cpp 38 PassRefPtr<HTMLDetailsElement> HTMLDetailsElement::create(const QualifiedName& tagName, Document* document)
45 HTMLDetailsElement::HTMLDetailsElement(const QualifiedName& tagName, Document* document)
85 void HTMLDetailsElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLDialogElement.cpp 44 HTMLDialogElement::HTMLDialogElement(const QualifiedName& tagName, Document* document)
55 PassRefPtr<HTMLDialogElement> HTMLDialogElement::create(const QualifiedName& tagName, Document* document)
127 bool HTMLDialogElement::isPresentationAttribute(const QualifiedName& name) const
HTMLMapElement.cpp 39 HTMLMapElement::HTMLMapElement(const QualifiedName& tagName, Document* document)
51 PassRefPtr<HTMLMapElement> HTMLMapElement::create(const QualifiedName& tagName, Document* document)
100 void HTMLMapElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLMetaElement.cpp 33 inline HTMLMetaElement::HTMLMetaElement(const QualifiedName& tagName, Document* document)
45 PassRefPtr<HTMLMetaElement> HTMLMetaElement::create(const QualifiedName& tagName, Document* document)
50 void HTMLMetaElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLOptGroupElement.cpp 38 inline HTMLOptGroupElement::HTMLOptGroupElement(const QualifiedName& tagName, Document* document)
46 PassRefPtr<HTMLOptGroupElement> HTMLOptGroupElement::create(const QualifiedName& tagName, Document* document)
74 void HTMLOptGroupElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLOptionElement.h 39 static PassRefPtr<HTMLOptionElement> create(const QualifiedName&, Document*);
69 HTMLOptionElement(const QualifiedName&, Document*);
76 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLOutputElement.cpp 39 inline HTMLOutputElement::HTMLOutputElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
49 PassRefPtr<HTMLOutputElement> HTMLOutputElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
65 void HTMLOutputElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLProgressElement.cpp 42 HTMLProgressElement::HTMLProgressElement(const QualifiedName& tagName, Document* document)
54 PassRefPtr<HTMLProgressElement> HTMLProgressElement::create(const QualifiedName& tagName, Document* document)
79 void HTMLProgressElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLScriptElement.cpp 40 inline HTMLScriptElement::HTMLScriptElement(const QualifiedName& tagName, Document* document, bool wasInsertedByParser, bool alreadyStarted)
48 PassRefPtr<HTMLScriptElement> HTMLScriptElement::create(const QualifiedName& tagName, Document* document, bool wasInsertedByParser, bool alreadyStarted)
64 void HTMLScriptElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceUriElement.cpp 39 inline SVGFontFaceUriElement::SVGFontFaceUriElement(const QualifiedName& tagName, Document* document)
46 PassRefPtr<SVGFontFaceUriElement> SVGFontFaceUriElement::create(const QualifiedName& tagName, Document* document)
65 void SVGFontFaceUriElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
SVGURIReference.cpp 31 bool SVGURIReference::parseAttribute(const QualifiedName& name, const AtomicString& value)
41 bool SVGURIReference::isKnownAttribute(const QualifiedName& attrName)
104 void SVGURIReference::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes)
  /frameworks/base/tools/aidl/
AST.cpp 87 fprintf(to, "%s %s", this->variable->type->QualifiedName().c_str(),
167 fprintf(to, "%s%s %s", this->type->QualifiedName().c_str(), dim.c_str(),
202 fprintf(to, "%s", this->clazz->QualifiedName().c_str());
283 fprintf(to, "(%s)", this->cast->QualifiedName().c_str());
363 fprintf(to, "%s.", this->clazz->QualifiedName().c_str());
439 fprintf(to, "new %s[", this->type->QualifiedName().c_str());
493 fprintf(to, "((%s)", this->type->QualifiedName().c_str());
523 fprintf(to, "(%s)", this->cast->QualifiedName().c_str());
746 fprintf(to, "%s%s ", this->returnType->QualifiedName().c_str(),
769 fprintf(to, "%s", this->exceptions[i]->QualifiedName().c_str())
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentcreateattributeNS01.java 37 * namespaceURI, and a qualifiedName without a prefix. This should return a valid Attr
70 String qualifiedName = "test";
75 attribute = doc.createAttributeNS(namespaceURI, qualifiedName);
documentcreateattributeNS03.java 83 String qualifiedName;
97 qualifiedName = (String) qualifiedNames.get(indexN1005A);
102 attribute = doc.createAttributeNS(namespaceURI, qualifiedName);
documentcreateattributeNS04.java 82 String qualifiedName;
92 qualifiedName = (String) qualifiedNames.get(indexN1004E);
98 attribute = doc.createAttributeNS(namespaceURI, qualifiedName);
domimplementationcreatedocument03.java 91 String qualifiedName;
107 qualifiedName = (String) qualifiedNames.get(indexN1006B);
108 newDoc = domImpl.createDocument(namespaceURI, qualifiedName, docType);
elementsetattributens04.java 68 String qualifiedName;
83 qualifiedName = (String) qualifiedNames.get(indexN10058);
88 element.setAttributeNS("http://www.w3.org/DOM/Test/L2", qualifiedName, "test");
elementsetattributens08.java 35 * if the qualifiedName, or its prefix, is "xmlns" and the namespaceURI is
39 * http://www.w3.org/DOMTest/level2 and a qualifiedName that has the prefix xmlns and once
40 * again with a qualifiedName that is xmlns.
getAttributeNS04.java 70 String qualifiedName = "emp:blank";
78 newAttribute = doc.createAttributeNS(namespaceURI, qualifiedName);
82 testAddr.setAttributeNS(namespaceURI, qualifiedName, "NewValue");
setAttributeNS04.java 34 * The "setAttributeNS(namespaceURI,qualifiedName,value)" method adds a new attribute.
36 * on the element, its prefix is changed to be the prefix part of the "qualifiedName",
44 * The prefix will be changed to the prefix part of the "qualifiedName"
  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 54 public Attr createAttributeNS(String namespaceURI, String qualifiedName)
77 public Element createElementNS(String namespaceURI, String qualifiedName)
190 public Node renameNode(Node n, String namespaceURI, String qualifiedName)

Completed in 497 milliseconds

<<11121314151617181920>>