HomeSort by relevance Sort by last modified time
    Searched refs:SVGImageChromeClient (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageChromeClient.h 37 class SVGImageChromeClient FINAL : public EmptyChromeClient {
38 WTF_MAKE_NONCOPYABLE(SVGImageChromeClient); WTF_MAKE_FAST_ALLOCATED;
40 explicit SVGImageChromeClient(SVGImage*);
50 void animationTimerFired(Timer<SVGImageChromeClient>*);
53 Timer<SVGImageChromeClient> m_animationTimer;
56 DEFINE_TYPE_CASTS(SVGImageChromeClient, ChromeClient, client, client->isSVGImageChromeClient(), client.isSVGImageChromeClient());
SVGImageChromeClient.cpp 30 #include "core/svg/graphics/SVGImageChromeClient.h"
42 SVGImageChromeClient::SVGImageChromeClient(SVGImage* image)
44 , m_animationTimer(this, &SVGImageChromeClient::animationTimerFired)
48 bool SVGImageChromeClient::isSVGImageChromeClient() const
53 void SVGImageChromeClient::chromeDestroyed()
58 void SVGImageChromeClient::invalidateContentsAndRootView(const IntRect& r)
65 void SVGImageChromeClient::scheduleAnimation()
82 void SVGImageChromeClient::animationTimerFired(Timer<SVGImageChromeClient>*)
    [all...]
SVGImage.h 39 class SVGImageChromeClient;
73 friend class SVGImageChromeClient;
101 OwnPtr<SVGImageChromeClient> m_chromeClient;
SVGImage.cpp 48 #include "core/svg/graphics/SVGImageChromeClient.h"
67 // Store m_page in a local variable, clearing m_page, so that SVGImageChromeClient knows we're destructed.
395 m_chromeClient = adoptPtr(new SVGImageChromeClient(this));
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm64.mk 248 third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp \
webcore_svg.target.linux-arm64.mk 248 third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp \
webcore_svg.target.darwin-arm.mk 248 third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp \
webcore_svg.target.darwin-mips.mk 248 third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp \
webcore_svg.target.darwin-x86.mk 248 third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp \
webcore_svg.target.darwin-x86_64.mk 248 third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp \
webcore_svg.target.linux-arm.mk 248 third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp \
webcore_svg.target.linux-mips.mk 248 third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp \
webcore_svg.target.linux-x86.mk 248 third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp \
webcore_svg.target.linux-x86_64.mk 248 third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp \

Completed in 119 milliseconds