Searched refs:SVGImageLoader (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGImageLoader.h29 class SVGImageLoader FINAL : public ImageLoader {
31 static PassOwnPtrWillBeRawPtr<SVGImageLoader> create(SVGImageElement* element)
33 return adoptPtrWillBeNoop(new SVGImageLoader(element));
37 explicit SVGImageLoader(SVGImageElement*);
H A DSVGImageLoader.cpp23 #include "core/svg/SVGImageLoader.h"
32 SVGImageLoader::SVGImageLoader(SVGImageElement* node) function in class:blink::SVGImageLoader
37 void SVGImageLoader::dispatchLoadEvent()
47 String SVGImageLoader::sourceURI(const AtomicString& attribute) const
H A DSVGImageElement.h29 #include "core/svg/SVGImageLoader.h"
71 SVGImageLoader& imageLoader() { return *m_imageLoader; }
79 OwnPtrWillBeMember<SVGImageLoader> m_imageLoader;
H A DSVGImageElement.cpp42 , m_imageLoader(SVGImageLoader::create(this))
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_svg.target.darwin-arm.mk162 third_party/WebKit/Source/core/svg/SVGImageLoader.cpp \
H A Dwebcore_svg.target.darwin-arm64.mk162 third_party/WebKit/Source/core/svg/SVGImageLoader.cpp \
H A Dwebcore_svg.target.darwin-mips.mk162 third_party/WebKit/Source/core/svg/SVGImageLoader.cpp \
H A Dwebcore_svg.target.darwin-mips64.mk162 third_party/WebKit/Source/core/svg/SVGImageLoader.cpp \
H A Dwebcore_svg.target.darwin-x86.mk162 third_party/WebKit/Source/core/svg/SVGImageLoader.cpp \
H A Dwebcore_svg.target.darwin-x86_64.mk162 third_party/WebKit/Source/core/svg/SVGImageLoader.cpp \
H A Dwebcore_svg.target.linux-arm.mk162 third_party/WebKit/Source/core/svg/SVGImageLoader.cpp \
H A Dwebcore_svg.target.linux-arm64.mk162 third_party/WebKit/Source/core/svg/SVGImageLoader.cpp \
H A Dwebcore_svg.target.linux-mips.mk162 third_party/WebKit/Source/core/svg/SVGImageLoader.cpp \
H A Dwebcore_svg.target.linux-mips64.mk162 third_party/WebKit/Source/core/svg/SVGImageLoader.cpp \
H A Dwebcore_svg.target.linux-x86.mk162 third_party/WebKit/Source/core/svg/SVGImageLoader.cpp \
H A Dwebcore_svg.target.linux-x86_64.mk162 third_party/WebKit/Source/core/svg/SVGImageLoader.cpp \

Completed in 997 milliseconds