HomeSort by relevance Sort by last modified time
    Searched defs:isSVGImageChromeClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageChromeClient.h 45 virtual bool isSVGImageChromeClient() const { return true; }
64 DEFINE_TYPE_CASTS(SVGImageChromeClient, ChromeClient, client, client->isSVGImageChromeClient(), client.isSVGImageChromeClient());
  /external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h 257 virtual bool isSVGImageChromeClient() const { return false; }

Completed in 46 milliseconds