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

  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageChromeClient.h 41 virtual bool isSVGImageChromeClient() const OVERRIDE;
56 DEFINE_TYPE_CASTS(SVGImageChromeClient, ChromeClient, client, client->isSVGImageChromeClient(), client.isSVGImageChromeClient());
SVGImageChromeClient.cpp 48 bool SVGImageChromeClient::isSVGImageChromeClient() const
SVGImage.cpp 85 return page->chrome().client().isSVGImageChromeClient();
  /external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h 218 virtual bool isSVGImageChromeClient() const { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp 587 if (frame() && frame()->chromeClient().isSVGImageChromeClient() && !url.protocolIsData())
    [all...]

Completed in 145 milliseconds