Home
last modified time | relevance | path

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

1234

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGViewSpec.cpp32 SVGViewSpec::SVGViewSpec(SVGSVGElement* contextElement) in SVGViewSpec() function in blink::SVGViewSpec
50 bool SVGViewSpec::parseViewSpec(const String& spec) in parseViewSpec()
64 void SVGViewSpec::reset() in reset()
75 void SVGViewSpec::detachContextElement() in detachContextElement()
83 SVGElement* SVGViewSpec::viewTarget() const in viewTarget()
93 String SVGViewSpec::viewBoxString() const in viewBoxString()
101 String SVGViewSpec::preserveAspectRatioString() const in preserveAspectRatioString()
109 String SVGViewSpec::transformString() const in transformString()
117 void SVGViewSpec::setZoomAndPan(unsigned short, ExceptionState& exceptionState) in setZoomAndPan()
131 bool SVGViewSpec::parseViewSpecInternal(const CharType* ptr, const CharType* end) in parseViewSpecInternal()
[all …]
DSVGViewSpec.h32 class SVGViewSpec FINAL : public RefCountedWillBeGarbageCollectedFinalized<SVGViewSpec>, public Scr…
36 using RefCounted<SVGViewSpec>::ref;
37 using RefCounted<SVGViewSpec>::deref;
40 static PassRefPtrWillBeRawPtr<SVGViewSpec> create(SVGSVGElement* contextElement) in create()
42 return adoptRefWillBeNoop(new SVGViewSpec(contextElement)); in create()
66 explicit SVGViewSpec(SVGSVGElement*);
DSVGViewSpec.idl32 ] interface SVGViewSpec {
41 SVGViewSpec implements SVGFitToViewBox;
42 SVGViewSpec implements SVGZoomAndPan;
DSVGSVGElement.h39 class SVGViewSpec; variable
64 SVGViewSpec* currentView();
164 RefPtrWillBeMember<SVGViewSpec> m_viewSpec;
DSVGSVGElement.cpp131 SVGViewSpec* SVGSVGElement::currentView() in currentView()
134 m_viewSpec = SVGViewSpec::create(this); in currentView()
691 SVGViewSpec* view = m_viewSpec.get(); in setupInitialView()
740 SVGViewSpec* view = currentView(); in inheritViewAttributes()
DSVGZoomAndPan.idl38 …[RaisesException=Setter] attribute unsigned short zoomAndPan; // readonly in SVGViewSpec, hence ra…
DSVGSVGElement.idl41 readonly attribute SVGViewSpec currentView;
/external/chromium_org/third_party/WebKit/Source/bindings/core/
Dcore_global_constructors_idls_idl_files_list.tmp426 ../../core/svg/SVGViewSpec.idl
Dcore_idl_files_list.tmp432 ../../core/svg/SVGViewSpec.idl
Dcore_global_objects_idl_files_list.tmp426 ../../core/svg/SVGViewSpec.idl
Dinterfaces_info_individual_core_static_idl_files_list.tmp432 ../../core/svg/SVGViewSpec.idl
Dcore_static_idl_files_list.tmp432 ../../core/svg/SVGViewSpec.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dcore_idl_files_list.tmp432 ../../../core/svg/SVGViewSpec.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_core_global_constructors_idls_idl_files_list.tmp426 ../../core/svg/SVGViewSpec.idl
Dcore_idl_files_list.tmp432 ../../core/svg/SVGViewSpec.idl
Dcore_static_idl_files_list.tmp432 ../../core/svg/SVGViewSpec.idl
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dcore_idl_files_list.tmp432 ../../../core/svg/SVGViewSpec.idl
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_svg.target.darwin-x86_64.mk239 third_party/WebKit/Source/core/svg/SVGViewSpec.cpp \
Dwebcore_svg.target.darwin-mips64.mk239 third_party/WebKit/Source/core/svg/SVGViewSpec.cpp \
Dwebcore_svg.target.darwin-arm64.mk239 third_party/WebKit/Source/core/svg/SVGViewSpec.cpp \
Dwebcore_svg.target.linux-mips.mk239 third_party/WebKit/Source/core/svg/SVGViewSpec.cpp \
Dwebcore_svg.target.darwin-mips.mk239 third_party/WebKit/Source/core/svg/SVGViewSpec.cpp \
Dwebcore_svg.target.linux-x86_64.mk239 third_party/WebKit/Source/core/svg/SVGViewSpec.cpp \
Dwebcore_svg.target.linux-x86.mk239 third_party/WebKit/Source/core/svg/SVGViewSpec.cpp \
Dwebcore_svg.target.linux-mips64.mk239 third_party/WebKit/Source/core/svg/SVGViewSpec.cpp \

1234