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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormElement.h 50 static PassRefPtr<HTMLFormElement> create(const QualifiedName&, Document*);
131 HTMLFormElement(const QualifiedName&, Document*);
140 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLLinkElement.h 123 static PassRefPtr<HTMLLinkElement> create(const QualifiedName&, Document*, bool createdByParser);
164 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
192 HTMLLinkElement(const QualifiedName&, Document*, bool createdByParser);
HTMLMeterElement.cpp 41 HTMLMeterElement::HTMLMeterElement(const QualifiedName& tagName, Document* document)
52 PassRefPtr<HTMLMeterElement> HTMLMeterElement::create(const QualifiedName& tagName, Document* document)
67 void HTMLMeterElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLPlugInElement.cpp 45 HTMLPlugInElement::HTMLPlugInElement(const QualifiedName& tagName, Document* doc)
150 bool HTMLPlugInElement::isPresentationAttribute(const QualifiedName& name) const
157 void HTMLPlugInElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLBodyElement.cpp 44 HTMLBodyElement::HTMLBodyElement(const QualifiedName& tagName, Document* document)
56 PassRefPtr<HTMLBodyElement> HTMLBodyElement::create(const QualifiedName& tagName, Document* document)
65 bool HTMLBodyElement::isPresentationAttribute(const QualifiedName& name) const
72 void HTMLBodyElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
98 void HTMLBodyElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLImageElement.cpp 42 HTMLImageElement::HTMLImageElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
59 PassRefPtr<HTMLImageElement> HTMLImageElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
80 bool HTMLImageElement::isPresentationAttribute(const QualifiedName& name) const
87 void HTMLImageElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
109 void HTMLImageElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLInputElement.h 49 static PassRefPtr<HTMLInputElement> create(const QualifiedName&, Document*, HTMLFormElement*, bool createdByParser);
295 HTMLInputElement(const QualifiedName&, Document*, HTMLFormElement*, bool createdByParser);
332 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
333 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
334 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLObjectElement.cpp 53 inline HTMLObjectElement::HTMLObjectElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form, bool createdByParser)
67 PassRefPtr<HTMLObjectElement> HTMLObjectElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form, bool createdByParser)
78 bool HTMLObjectElement::isPresentationAttribute(const QualifiedName& name) const
85 void HTMLObjectElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
93 void HTMLObjectElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
396 static bool isRecognizedTagName(const QualifiedName& tagName)
400 QualifiedName** tags = HTMLNames::getHTMLTags();
HTMLStyleElement.cpp 47 inline HTMLStyleElement::HTMLStyleElement(const QualifiedName& tagName, Document* document, bool createdByParser)
67 PassRefPtr<HTMLStyleElement> HTMLStyleElement::create(const QualifiedName& tagName, Document* document, bool createdByParser)
72 void HTMLStyleElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
setAttributeNodeNS01.java 39 * a newly created element. The "createAttributeNS(namespaceURI,qualifiedName)"
75 String qualifiedName = "emp:newAttr";
90 newAttr = doc.createAttributeNS(namespaceURI, qualifiedName);
setNamedItemNS02.java 38 * Create an attr node in a different document with qualifiedName equals
73 String qualifiedName = "dmstc:domestic";
83 arg = anotherDoc.createAttributeNS(namespaceURI, qualifiedName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RuleLoader.java 29 import org.eclipse.core.runtime.QualifiedName;
48 private final static QualifiedName RULE_LOADER = new QualifiedName(AdtPlugin.PLUGIN_ID,
  /frameworks/base/tools/aidl/
Type.cpp 223 return QualifiedName();
230 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%sn",
239 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
248 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
257 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
267 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
276 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
286 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
296 fprintf(stderr, "aidl:internal error %s:%d qualifiedName=%s\n",
916 return QualifiedName() + ".CREATOR"
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 49 ElementImpl(DocumentImpl document, String namespaceURI, String qualifiedName) {
51 setNameNS(this, namespaceURI, qualifiedName);
257 public void setAttributeNS(String namespaceURI, String qualifiedName,
259 Attr attr = getAttributeNodeNS(namespaceURI, qualifiedName);
262 attr = document.createAttributeNS(namespaceURI, qualifiedName);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.cpp 50 SVGAnimationElement::SVGAnimationElement(const QualifiedName& tagName, Document* document)
151 bool SVGAnimationElement::isSupportedAttribute(const QualifiedName& attrName)
153 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
170 void SVGAnimationElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
231 void SVGAnimationElement::svgAttributeChanged(const QualifiedName& attrName)
362 bool SVGAnimationElement::isTargetAttributeCSSProperty(SVGElement* targetElement, const QualifiedName& attributeName)
369 SVGAnimationElement::ShouldApplyAnimation SVGAnimationElement::shouldApplyAnimation(SVGElement* targetElement, const QualifiedName& attributeName)
652 void SVGAnimationElement::adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String& value)
666 static bool inheritsFromProperty(SVGElement* targetElement, const QualifiedName& attributeName, const String& value)
681 const QualifiedName& attributeName = this->attributeName()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.cpp 180 PassRefPtr<DocumentType> DOMImplementation::createDocumentType(const String& qualifiedName,
184 if (!Document::parseQualifiedName(qualifiedName, prefix, localName, es))
187 return DocumentType::create(0, qualifiedName, publicId, systemId);
196 const String& qualifiedName, DocumentType* doctype, ExceptionState& es)
210 if (!qualifiedName.isEmpty()) {
211 documentElement = doc->createElementNS(namespaceURI, qualifiedName, es);
Document.h 40 #include "core/dom/QualifiedName.h"
319 PassRefPtr<Attr> createAttributeNS(const String& namespaceURI, const String& qualifiedName, ExceptionState&, bool shouldIgnoreNamespaceChecks = false);
322 PassRefPtr<Element> createElementNS(const String& namespaceURI, const String& qualifiedName, ExceptionState&);
323 PassRefPtr<Element> createElement(const QualifiedName&, bool createdByParser);
668 bool shouldInvalidateNodeListCaches(const QualifiedName* attrName = 0) const;
669 void invalidateNodeListCaches(const QualifiedName* attrName);
795 static bool parseQualifiedName(const String& qualifiedName, String& prefix, String& localName, ExceptionState&);
798 static bool hasValidNamespaceForElements(const QualifiedName&);
799 static bool hasValidNamespaceForAttributes(const QualifiedName&);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLStackItem.h 71 Attribute* getAttributeItem(const QualifiedName& attributeName)
78 bool hasTagName(const QualifiedName& name) const { return m_tokenLocalName == name.localName() && m_namespaceURI == name.namespaceURI(); }
81 bool matchesHTMLTag(const QualifiedName& name) const { return m_tokenLocalName == name && m_namespaceURI == HTMLNames::xhtmlNamespaceURI; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchQuickFixProcessor.java 29 import org.eclipse.jdt.core.dom.QualifiedName;
82 QualifiedName name = (QualifiedName) coveringNode;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java 32 import org.eclipse.core.runtime.QualifiedName;
47 private final static QualifiedName PREVIEW_LIST = new QualifiedName(AdtPlugin.PLUGIN_ID,
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementConstructorBuilder.cpp 115 bool CustomElementConstructorBuilder::findTagName(const AtomicString& customElementType, QualifiedName& tagName)
125 if (const QualifiedName* htmlName = findHTMLTagNameOfV8Type(m_wrapperType)) {
131 if (const QualifiedName* svgName = findSVGTagNameOfV8Type(m_wrapperType)) {
139 tagName = QualifiedName(nullAtom, customElementType, m_namespaceURI);
  /external/chromium_org/third_party/WebKit/Source/core/
Init.cpp 69 QualifiedName::init();
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityMediaControls.h 67 const AtomicString& getAttribute(const QualifiedName& attribute) const;
AccessibilitySlider.h 59 const AtomicString& getAttribute(const QualifiedName& attribute) const;

Completed in 378 milliseconds

<<11121314151617181920>>