Home
last modified time | relevance | path

Searched refs:currentFrameHasSingleSecurityOrigin (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFEImageElement.cpp59 bool SVGFEImageElement::currentFrameHasSingleSecurityOrigin() const in currentFrameHasSingleSecurityOrigin() function in WebCore::SVGFEImageElement
62 return m_cachedImage->image()->currentFrameHasSingleSecurityOrigin(); in currentFrameHasSingleSecurityOrigin()
DSVGFEImageElement.h42 bool currentFrameHasSingleSecurityOrigin() const;
DSVGImageElement.cpp62 bool SVGImageElement::currentFrameHasSingleSecurityOrigin() const in currentFrameHasSingleSecurityOrigin() function in WebCore::SVGImageElement
67 return image->currentFrameHasSingleSecurityOrigin(); in currentFrameHasSingleSecurityOrigin()
DSVGImageElement.h40 bool currentFrameHasSingleSecurityOrigin() const;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGeneratedImage.h37 virtual bool currentFrameHasSingleSecurityOrigin() const OVERRIDE { return true; } in currentFrameHasSingleSecurityOrigin() function
DBitmapImage.h62 virtual bool currentFrameHasSingleSecurityOrigin() const OVERRIDE { return true; }; in currentFrameHasSingleSecurityOrigin() function
DImage.h73 virtual bool currentFrameHasSingleSecurityOrigin() const { return false; } in currentFrameHasSingleSecurityOrigin() function
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp88 bool SVGImage::currentFrameHasSingleSecurityOrigin() const in currentFrameHasSingleSecurityOrigin() function in WebCore::SVGImage
108 if (!toSVGImageElement(*node).currentFrameHasSingleSecurityOrigin()) in currentFrameHasSingleSecurityOrigin()
111 if (!toSVGFEImageElement(*node).currentFrameHasSingleSecurityOrigin()) in currentFrameHasSingleSecurityOrigin()
DSVGImage.h57 virtual bool currentFrameHasSingleSecurityOrigin() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DImageResource.cpp470 if (!image()->currentFrameHasSingleSecurityOrigin()) in isAccessAllowed()
/external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/
DImageBitmapFactories.cpp104 if (!image->cachedImage()->image()->currentFrameHasSingleSecurityOrigin()) { in createImageBitmap()