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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFitToViewBox.cpp 110 bool SVGFitToViewBox::isKnownAttribute(const QualifiedName& attrName)
115 void SVGFitToViewBox::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes)
SVGUnknownElement.cpp 36 SVGUnknownElement::SVGUnknownElement(const QualifiedName& tagName, Document* document)
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedPathSegListPropertyTearOff.h 62 static PassRefPtr<SVGAnimatedPathSegListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGPathSegList& values)
107 SVGAnimatedPathSegListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGPathSegList& values)
SVGAnimatedProperty.cpp 28 SVGAnimatedProperty::SVGAnimatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType)
  /external/doclava/src/com/google/doclava/apicheck/
ApiInfo.java 100 mAllClasses.put(cl.qualifiedName(), cl);
107 if (!cl.qualifiedName().equals("java.lang.Object")) {
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
domimplementationcreatedocument07.java 47 * The createDocument method should raise a NAMESPACE_ERR if the qualifiedName is malformed
50 * for namespaceURI and docType and a malformed qualifiedName.
elementsetattributens05.java 35 * qualifiedName has a prefix and the namespaceURI is null.
37 * qualifiedName that has a namespace prefix. Check if the NAMESPACE_ERR was thrown.
getAttributeNS02.java 70 String qualifiedName = "emp:district";
78 newAttribute = doc.createAttributeNS(namespaceURI, qualifiedName);
importNode07.java 88 String qualifiedName = "emp:employee";
91 element = aNewDoc.createElementNS(namespaceURI, qualifiedName);
prefix09.java 36 * and the qualifiedName of this node is xmlns.
40 * An exception should be raised since the qualifiedName of this attribute
setAttributeNodeNS03.java 71 String qualifiedName = "emp:newAttr";
81 newAttr = doc.createAttributeNS(namespaceURI, qualifiedName);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 46 #include "core/dom/QualifiedName.h"
144 static PassOwnPtr<HTMLElementEquivalent> create(CSSPropertyID propertyID, CSSValueID primitiveValue, const QualifiedName& tagName)
158 HTMLElementEquivalent(CSSPropertyID, const QualifiedName& tagName);
159 HTMLElementEquivalent(CSSPropertyID, CSSValueID primitiveValue, const QualifiedName& tagName);
162 const QualifiedName* m_tagName; // We can store a pointer because HTML tag names are const global.
171 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, const QualifiedName& tagName)
177 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, CSSValueID primitiveValue, const QualifiedName& tagName)
198 static PassOwnPtr<HTMLElementEquivalent> create(CSSValueID primitiveValue, const QualifiedName& tagName)
206 HTMLTextDecorationEquivalent(CSSValueID primitiveValue, const QualifiedName& tagName);
209 HTMLTextDecorationEquivalent::HTMLTextDecorationEquivalent(CSSValueID primitiveValue, const QualifiedName& tagName
    [all...]
SetNodeAttributeCommand.cpp 35 const QualifiedName& attribute, const AtomicString& value)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElementWithState.h 46 HTMLFormControlElementWithState(const QualifiedName& tagName, Document*, HTMLFormElement*);
HTMLFormControlsCollection.h 34 class QualifiedName;
LabelableElement.h 47 LabelableElement(const QualifiedName& tagName, Document*);
HTMLAppletElement.cpp 42 HTMLAppletElement::HTMLAppletElement(const QualifiedName& tagName, Document* document, bool createdByParser)
51 PassRefPtr<HTMLAppletElement> HTMLAppletElement::create(const QualifiedName& tagName, Document* document, bool createdByParser)
56 void HTMLAppletElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLAreaElement.cpp 40 inline HTMLAreaElement::HTMLAreaElement(const QualifiedName& tagName, Document* document)
49 PassRefPtr<HTMLAreaElement> HTMLAreaElement::create(const QualifiedName& tagName, Document* document)
54 void HTMLAreaElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLCanvasElement.h 62 static PassRefPtr<HTMLCanvasElement> create(const QualifiedName&, Document*);
139 HTMLCanvasElement(const QualifiedName&, Document*);
141 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserIdioms.cpp 29 #include "core/dom/QualifiedName.h"
289 bool threadSafeMatch(const QualifiedName& a, const QualifiedName& b)
294 bool threadSafeMatch(const HTMLIdentifier& localName, const QualifiedName& qName)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceFilterPrimitive.h 51 inline void primitiveAttributeChanged(const QualifiedName& attribute)
  /external/doclava/src/com/google/doclava/
SinceTagger.java 242 + claz.qualifiedName());
247 + claz.qualifiedName() + "#" + field.name());
252 + claz.qualifiedName() + "#" + constructor.getHashableName());
257 + claz.qualifiedName() + "#" + method.getHashableName());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.h 89 ALWAYS_INLINE void invalidateCache(const QualifiedName* attrName) const
99 static bool shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType, const QualifiedName&);
164 ALWAYS_INLINE bool LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType type, const QualifiedName& attrName)
MutationRecord.cpp 37 #include "core/dom/QualifiedName.h"
100 AttributesRecord(PassRefPtr<Node> target, const QualifiedName& name, const AtomicString& oldValue)
174 PassRefPtr<MutationRecord> MutationRecord::createAttributes(PassRefPtr<Node> target, const QualifiedName& name, const AtomicString& oldValue)
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
InsertionPoint.cpp 35 #include "core/dom/QualifiedName.h"
44 InsertionPoint::InsertionPoint(const QualifiedName& tagName, Document* document)
178 void InsertionPoint::parseAttribute(const QualifiedName& name, const AtomicString& value)

Completed in 283 milliseconds

<<11121314151617181920>>