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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEImageElement.h 42 bool currentFrameHasSingleSecurityOrigin() const;
SVGImageElement.h 40 bool currentFrameHasSingleSecurityOrigin() const;
SVGFEImageElement.cpp 59 bool SVGFEImageElement::currentFrameHasSingleSecurityOrigin() const
62 return m_cachedImage->image()->currentFrameHasSingleSecurityOrigin();
SVGImageElement.cpp 62 bool SVGImageElement::currentFrameHasSingleSecurityOrigin() const
67 return image->currentFrameHasSingleSecurityOrigin();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GeneratedImage.h 37 virtual bool currentFrameHasSingleSecurityOrigin() const OVERRIDE { return true; }
BitmapImage.h 62 virtual bool currentFrameHasSingleSecurityOrigin() const OVERRIDE { return true; };
Image.h 73 virtual bool currentFrameHasSingleSecurityOrigin() const { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.h 57 virtual bool currentFrameHasSingleSecurityOrigin() const OVERRIDE;
SVGImage.cpp 88 bool SVGImage::currentFrameHasSingleSecurityOrigin() const
108 if (!toSVGImageElement(*node).currentFrameHasSingleSecurityOrigin())
111 if (!toSVGFEImageElement(*node).currentFrameHasSingleSecurityOrigin())
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.cpp 470 if (!image()->currentFrameHasSingleSecurityOrigin())
  /external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/
ImageBitmapFactories.cpp 104 if (!image->cachedImage()->image()->currentFrameHasSingleSecurityOrigin()) {

Completed in 115 milliseconds