HomeSort by relevance Sort by last modified time
    Searched refs:QualifiedName (Results 276 - 300 of 440) sorted by null

<<1112131415161718

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.h 137 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
138 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
HTMLDetailsElement.cpp 83 void HTMLDetailsElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLKeygenElement.cpp 71 void HTMLKeygenElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLMapElement.cpp 94 void HTMLMapElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLOptGroupElement.cpp 73 void HTMLOptGroupElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLOutputElement.cpp 65 void HTMLOutputElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLFrameSetElement.cpp 62 bool HTMLFrameSetElement::isPresentationAttribute(const QualifiedName& name) const
69 void HTMLFrameSetElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
77 void HTMLFrameSetElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
HTMLInputElement.h 323 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
324 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
325 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.h 153 void processFakeStartTag(const QualifiedName&, const Vector<Attribute>& attributes = Vector<Attribute>());
154 void processFakeEndTag(const QualifiedName&);
CompactHTMLToken.cpp 29 #include "core/dom/QualifiedName.h"
84 const CompactHTMLToken::Attribute* CompactHTMLToken::getAttributeItem(const QualifiedName& name) const
XSSAuditor.h 99 bool eraseAttributeIfInjected(const FilterTokenRequest&, const QualifiedName&, const String& replacementValue = String(), AttributeKind treatment = NormalAttribute);
HTMLParserIdioms.cpp 277 bool threadSafeMatch(const QualifiedName& a, const QualifiedName& b)
282 bool threadSafeMatch(const String& localName, const QualifiedName& qName)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.cpp 51 void SVGGlyphElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
111 static inline float parseSVGGlyphAttribute(const SVGElement* element, const WebCore::QualifiedName& name)
SVGLength.h 34 class QualifiedName;
102 static SVGLengthMode lengthModeForAnimatedLengthAttribute(const QualifiedName&);
SVGSVGElement.h 142 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
150 virtual void svgAttributeChanged(const QualifiedName&);
SVGFontFaceUriElement.cpp 62 void SVGFontFaceUriElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
SVGPatternElement.cpp 81 bool SVGPatternElement::isSupportedAttribute(const QualifiedName& attrName)
83 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
100 void SVGPatternElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
140 void SVGPatternElement::svgAttributeChanged(const QualifiedName& attrName)
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedListPropertyTearOff.h 165 static PassRefPtr<SVGAnimatedListPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& values)
172 SVGAnimatedListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& values)
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXSlider.cpp 99 const AtomicString& AXSlider::getAttribute(const QualifiedName& attribute) const
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserverRegistration.cpp 36 #include "core/dom/QualifiedName.h"
106 bool MutationObserverRegistration::shouldReceiveMutationFrom(Node* node, MutationObserver::MutationType type, const QualifiedName* attributeName) const
NamedNodeMap.cpp 70 size_t index = m_element->hasAttributes() ? m_element->getAttributeItemIndex(QualifiedName(nullAtom, localName, namespaceURI)) : kNotFound;
NodeRareData.h 28 #include "core/dom/QualifiedName.h"
81 typedef HashMap<QualifiedName, TagNodeList*> TagNodeListCacheNS;
128 QualifiedName name(nullAtom, localName, namespaceURI);
156 QualifiedName name(nullAtom, localName, namespaceURI);
168 void invalidateCaches(const QualifiedName* attrName = 0);
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementRegistry.cpp 79 QualifiedName tagName = nullQName();
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLContentElement.cpp 34 #include "core/dom/QualifiedName.h"
73 void HTMLContentElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.h 81 static bool containerContainsOneOfTags(const RenderBlock* cluster, const Vector<QualifiedName>& tags);

Completed in 533 milliseconds

<<1112131415161718