Searched refs:isSVGImageChromeClient (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImageChromeClient.h45 virtual bool isSVGImageChromeClient() const { return true; } function in class:WebCore::SVGImageChromeClient
66 ASSERT_WITH_SECURITY_IMPLICATION(!client || client->isSVGImageChromeClient());
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChromeClient.h262 virtual bool isSVGImageChromeClient() const { return false; } function in class:WebCore::ChromeClient
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRoot.cpp125 if (!chromeClient || !chromeClient->isSVGImageChromeClient())

Completed in 88 milliseconds