Home
last modified time | relevance | path

Searched refs:SVGRectTearOff (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGRectTearOff.cpp40 SVGRectTearOff::SVGRectTearOff(PassRefPtr<SVGRect> target, SVGElement* contextElement, PropertyIsAn… in SVGRectTearOff() function in blink::SVGRectTearOff
45 void SVGRectTearOff::setX(float f, ExceptionState& exceptionState) in setX()
56 void SVGRectTearOff::setY(float f, ExceptionState& exceptionState) in setY()
67 void SVGRectTearOff::setWidth(float f, ExceptionState& exceptionState) in setWidth()
78 void SVGRectTearOff::setHeight(float f, ExceptionState& exceptionState) in setHeight()
DSVGRectTearOff.h40 class SVGRectTearOff : public SVGPropertyTearOff<SVGRect>, public ScriptWrappable {
43 …static PassRefPtr<SVGRectTearOff> create(PassRefPtr<SVGRect> target, SVGElement* contextElement, P…
45 … return adoptRef(new SVGRectTearOff(target, contextElement, propertyIsAnimVal, attributeName));
58SVGRectTearOff(PassRefPtr<SVGRect>, SVGElement* contextElement, PropertyIsAnimValType, const Quali…
DSVGSVGElement.h56 PassRefPtr<SVGRectTearOff> viewport() const;
93 …PassRefPtrWillBeRawPtr<StaticNodeList> getIntersectionList(PassRefPtr<SVGRectTearOff>, SVGElement*…
94 …PassRefPtrWillBeRawPtr<StaticNodeList> getEnclosureList(PassRefPtr<SVGRectTearOff>, SVGElement* re…
95 bool checkIntersection(SVGElement*, PassRefPtr<SVGRectTearOff>) const;
96 bool checkEnclosure(SVGElement*, PassRefPtr<SVGRectTearOff>) const;
104 static PassRefPtr<SVGRectTearOff> createSVGRect();
DSVGZoomEvent.cpp36 PassRefPtr<SVGRectTearOff> SVGZoomEvent::zoomRectScreen() const in zoomRectScreen()
38 …RefPtr<SVGRectTearOff> rectTearOff = SVGRectTearOff::create(SVGRect::create(), 0, PropertyIsNotAni… in zoomRectScreen()
DSVGSVGElement.cpp104 PassRefPtr<SVGRectTearOff> SVGSVGElement::viewport() const in viewport()
108 return SVGRectTearOff::create(SVGRect::create(), 0, PropertyIsNotAnimVal); in viewport()
401 PassRefPtrWillBeRawPtr<StaticNodeList> SVGSVGElement::getIntersectionList(PassRefPtr<SVGRectTearOff in getIntersectionList()
408 PassRefPtrWillBeRawPtr<StaticNodeList> SVGSVGElement::getEnclosureList(PassRefPtr<SVGRectTearOff> r… in getEnclosureList()
415 bool SVGSVGElement::checkIntersection(SVGElement* element, PassRefPtr<SVGRectTearOff> rect) const in checkIntersection()
423 bool SVGSVGElement::checkEnclosure(SVGElement* element, PassRefPtr<SVGRectTearOff> rect) const in checkEnclosure()
462 PassRefPtr<SVGRectTearOff> SVGSVGElement::createSVGRect() in createSVGRect()
464 return SVGRectTearOff::create(SVGRect::create(), 0, PropertyIsNotAnimVal); in createSVGRect()
DSVGRect.h28 class SVGRectTearOff; variable
32 typedef SVGRectTearOff TearOffType;
DSVGZoomEvent.h40 PassRefPtr<SVGRectTearOff> zoomRectScreen() const;
DSVGGraphicsElement.cpp244 PassRefPtr<SVGRectTearOff> SVGGraphicsElement::getBBoxFromJavascript() in getBBoxFromJavascript()
246 return SVGRectTearOff::create(SVGRect::create(getBBox()), 0, PropertyIsNotAnimVal); in getBBoxFromJavascript()
DSVGTextContentElement.cpp139 PassRefPtr<SVGRectTearOff> SVGTextContentElement::getExtentOfChar(unsigned charnum, ExceptionState&… in getExtentOfChar()
149 return SVGRectTearOff::create(SVGRect::create(rect), 0, PropertyIsNotAnimVal); in getExtentOfChar()
DSVGTextContentElement.h56 PassRefPtr<SVGRectTearOff> getExtentOfChar(unsigned charnum, ExceptionState&);
DSVGGraphicsElement.h58 PassRefPtr<SVGRectTearOff> getBBoxFromJavascript();
DSVGRect.idl24 ImplementedAs=SVGRectTearOff,
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_svg.target.darwin-x86_64.mk208 third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp \
Dwebcore_svg.target.darwin-mips64.mk208 third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp \
Dwebcore_svg.target.darwin-arm64.mk208 third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp \
Dwebcore_svg.target.linux-mips.mk208 third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp \
Dwebcore_svg.target.darwin-mips.mk208 third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp \
Dwebcore_svg.target.linux-x86_64.mk208 third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp \
Dwebcore_svg.target.linux-x86.mk208 third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp \
Dwebcore_svg.target.linux-mips64.mk208 third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp \
Dwebcore_svg.target.linux-arm64.mk208 third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp \
Dwebcore_svg.target.darwin-arm.mk208 third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp \
Dwebcore_svg.target.linux-arm.mk208 third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp \
Dwebcore_svg.target.darwin-x86.mk208 third_party/WebKit/Source/core/svg/SVGRectTearOff.cpp \
Dcore.gypi3313 'svg/SVGRectTearOff.cpp',
3314 'svg/SVGRectTearOff.h',