HomeSort by relevance Sort by last modified time
    Searched full:qualifiedname (Results 76 - 100 of 605) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLinearGradientElement.h 41 bool isSupportedAttribute(const QualifiedName&);
42 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
43 virtual void svgAttributeChanged(const QualifiedName&);
SVGMPathElement.h 54 bool isSupportedAttribute(const QualifiedName&);
55 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
56 virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
SVGRadialGradientElement.h 41 bool isSupportedAttribute(const QualifiedName&);
42 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
43 virtual void svgAttributeChanged(const QualifiedName&);
SVGRectElement.h 43 bool isSupportedAttribute(const QualifiedName&);
44 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
45 virtual void svgAttributeChanged(const QualifiedName&);
SVGStopElement.h 39 bool isSupportedAttribute(const QualifiedName&);
40 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
41 virtual void svgAttributeChanged(const QualifiedName&);
SVGSymbolElement.h 44 bool isSupportedAttribute(const QualifiedName&);
45 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
46 virtual void svgAttributeChanged(const QualifiedName&);
SVGURIReference.h 35 bool parseAttribute(const QualifiedName&, const AtomicString&);
36 bool isKnownAttribute(const QualifiedName&);
37 void addSupportedAttributes(HashSet<QualifiedName>&);
SVGAnimationElement.h 79 static bool isTargetAttributeCSSProperty(SVGElement*, const QualifiedName&);
92 ShouldApplyAnimation shouldApplyAnimation(SVGElement* targetElement, const QualifiedName& attributeName);
165 SVGAnimationElement(const QualifiedName&, Document&);
170 bool isSupportedAttribute(const QualifiedName&);
171 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
172 virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
195 virtual void setAttributeName(const QualifiedName&) OVERRIDE;
222 void applyAnimatedValue(ShouldApplyAnimation, SVGElement* targetElement, const QualifiedName& attributeName, SVGAnimatedType*);
223 void adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String&);
SVGClipPathElement.cpp 54 bool SVGClipPathElement::isSupportedAttribute(const QualifiedName& attrName)
56 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
64 void SVGClipPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
84 void SVGClipPathElement::svgAttributeChanged(const QualifiedName& attrName)
SVGComponentTransferFunctionElement.h 77 SVGComponentTransferFunctionElement(const QualifiedName&, Document&);
79 bool isSupportedAttribute(const QualifiedName&);
80 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
81 virtual void svgAttributeChanged(const QualifiedName&);
SVGFEBlendElement.h 78 bool isSupportedAttribute(const QualifiedName&);
79 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
80 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName);
81 virtual void svgAttributeChanged(const QualifiedName&);
SVGFEColorMatrixElement.h 75 bool isSupportedAttribute(const QualifiedName&);
76 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
77 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&);
78 virtual void svgAttributeChanged(const QualifiedName&);
SVGFECompositeElement.h 83 bool isSupportedAttribute(const QualifiedName&);
84 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
85 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&);
86 virtual void svgAttributeChanged(const QualifiedName&);
SVGFEConvolveMatrixElement.h 76 bool isSupportedAttribute(const QualifiedName&);
77 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
78 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&);
79 virtual void svgAttributeChanged(const QualifiedName&);
SVGFEDisplacementMapElement.h 76 bool isSupportedAttribute(const QualifiedName&);
77 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
78 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName);
79 virtual void svgAttributeChanged(const QualifiedName&);
SVGFETileElement.cpp 52 bool SVGFETileElement::isSupportedAttribute(const QualifiedName& attrName)
54 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
60 void SVGFETileElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
75 void SVGFETileElement::svgAttributeChanged(const QualifiedName& attrName)
SVGFETurbulenceElement.h 103 bool isSupportedAttribute(const QualifiedName&);
104 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
105 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName);
106 virtual void svgAttributeChanged(const QualifiedName&);
SVGFitToViewBox.h 25 #include "core/dom/QualifiedName.h"
39 static bool isKnownAttribute(const QualifiedName&);
40 static void addSupportedAttributes(HashSet<QualifiedName>&);
43 static bool parseAttribute(SVGElementTarget* target, const QualifiedName& name, const AtomicString& value)
SVGGElement.cpp 53 bool SVGGElement::isSupportedAttribute(const QualifiedName& attrName)
55 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
61 void SVGGElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
71 void SVGGElement::svgAttributeChanged(const QualifiedName& attrName)
SVGGradientElement.h 90 SVGGradientElement(const QualifiedName&, Document&);
92 bool isSupportedAttribute(const QualifiedName&);
93 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
94 virtual void svgAttributeChanged(const QualifiedName&);
SVGGraphicsElement.h 57 SVGGraphicsElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
59 bool isSupportedAttribute(const QualifiedName&);
60 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
61 virtual void svgAttributeChanged(const QualifiedName&);
SVGSymbolElement.cpp 55 bool SVGSymbolElement::isSupportedAttribute(const QualifiedName& attrName)
57 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
65 void SVGSymbolElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
80 void SVGSymbolElement::svgAttributeChanged(const QualifiedName& attrName)
SVGZoomAndPan.h 25 #include "core/dom/QualifiedName.h"
45 static bool isKnownAttribute(const QualifiedName&);
46 static void addSupportedAttributes(HashSet<QualifiedName>&);
59 static bool parseAttribute(SVGElementTarget* target, const QualifiedName& name, const AtomicString& value)
  /external/mockito/src/org/mockito/internal/reporting/
PrintSettings.java 48 String qualifiedName = new MockUtil().getMockName(invocation.getMock()) + "." + invocation.getMethod().getName();
49 String invocationString = qualifiedName + matchersPrinter.getArgumentsLine(matchers, this);
51 return qualifiedName + matchersPrinter.getArgumentsBlock(matchers, this);
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.h 29 #include "core/dom/QualifiedName.h"
50 void schedule(SVGSMILElement*, SVGElement*, const QualifiedName&);
51 void unschedule(SVGSMILElement*, SVGElement*, const QualifiedName&);
88 typedef pair<SVGElement*, QualifiedName> ElementAttributePair;

Completed in 484 milliseconds

1 2 34 5 6 7 8 91011>>