HomeSort by relevance Sort by last modified time
    Searched refs:Attribute (Results 226 - 250 of 686) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/svg/
SVGImageElement.h 50 virtual void parseMappedAttribute(Attribute*);
SVGLangSpace.cpp 26 #include "Attribute.h"
53 bool SVGLangSpace::parseMappedAttribute(Attribute* attr)
SVGMaskElement.h 49 virtual void parseMappedAttribute(Attribute*);
SVGPatternElement.h 59 virtual void parseMappedAttribute(Attribute*);
SVGStyledTransformableElement.h 60 virtual void parseMappedAttribute(Attribute*);
SVGTextContentElement.h 68 virtual void parseMappedAttribute(Attribute*);
SVGTextElement.h 47 virtual void parseMappedAttribute(Attribute*);
SVGTextPathElement.h 62 virtual void parseMappedAttribute(Attribute*);
SVGURIReference.cpp 26 #include "Attribute.h"
30 bool SVGURIReference::parseMappedAttribute(Attribute* attr)
SVGZoomAndPan.cpp 26 #include "Attribute.h"
37 bool SVGZoomAndPan::parseMappedAttribute(Attribute* attr)
SVGAnimationElement.h 64 virtual void parseMappedAttribute(Attribute*);
91 virtual void attributeChanged(Attribute*, bool preserveDecls);
SVGElement.h 115 virtual void parseMappedAttribute(Attribute*);
119 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
  /external/webkit/Source/WebCore/wml/
WMLAccessElement.cpp 26 #include "Attribute.h"
45 void WMLAccessElement::parseMappedAttribute(Attribute* attr)
WMLBRElement.cpp 31 #include "Attribute.h"
58 void WMLBRElement::parseMappedAttribute(Attribute* attr)
WMLCardElement.h 52 virtual void parseMappedAttribute(Attribute*);
WMLDoElement.h 38 virtual void parseMappedAttribute(Attribute*);
WMLMetaElement.cpp 26 #include "Attribute.h"
46 void WMLMetaElement::parseMappedAttribute(Attribute* attr)
53 // FIXME: The user agent must ignore any meta-data named with this attribute.
WMLOptionElement.h 44 virtual void parseMappedAttribute(Attribute*);
WMLTableElement.h 39 virtual void parseMappedAttribute(Attribute*);
  /development/tools/mkstubs/src/com/android/mkstubs/stubber/
ClassStubber.java 20 import org.objectweb.asm.Attribute;
56 public void visitAttribute(Attribute attr) {
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 68 bool ReturnsTwice = F.hasFnAttr(Attribute::ReturnsTwice);
98 /// attribute to force inlining. As such, it is dramatically simpler and avoids
105 /// small functions which have the explicit attribute to force inlining, it is
117 if (!Callee->hasFnAttr(Attribute::AlwaysInline))
129 // been annotated with the "always inline" attribute.
  /external/webkit/Source/WebCore/bindings/js/
ScriptEventListener.cpp 34 #include "Attribute.h"
52 PassRefPtr<JSLazyEventListener> createAttributeEventListener(Node* node, Attribute* attr)
75 PassRefPtr<JSLazyEventListener> createAttributeEventListener(Frame* frame, Attribute* attr)
  /external/webkit/Source/WebCore/html/
HTMLLinkElement.h 86 virtual void parseMappedAttribute(Attribute*);
109 virtual bool isURLAttribute(Attribute*) const;
HTMLViewSourceDocument.cpp 28 #include "Attribute.h"
86 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-gutter-backdrop"));
156 index = addRange(source, index, iter->m_nameRange.m_end - token.startIndex(), "webkit-html-attribute-name");
164 index = addRange(source, index, iter->m_valueRange.m_end - token.startIndex(), "webkit-html-attribute-value", isLink, tagName == aTag);
192 attrs->addAttribute(Attribute::createMapped(classAttr, className));
209 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-number"));
217 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-content"));
231 if (className == "webkit-html-attribute-name" || className == "webkit-html-attribute-value")
290 attributeMap->addAttribute(Attribute::createMapped(hrefAttr, href))
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
ClassHasNativeVisitor.java 23 import org.objectweb.asm.Attribute;
61 public void visitAttribute(Attribute attr) {

Completed in 613 milliseconds

1 2 3 4 5 6 7 8 91011>>