Searched defs:currentFrameHasSingleSecurityOrigin (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEImageElement.cpp66 bool SVGFEImageElement::currentFrameHasSingleSecurityOrigin() const function in class:WebCore::SVGFEImageElement
69 return m_cachedImage->image()->currentFrameHasSingleSecurityOrigin();
H A DSVGImageElement.cpp72 bool SVGImageElement::currentFrameHasSingleSecurityOrigin() const function in class:WebCore::SVGImageElement
77 return image->currentFrameHasSingleSecurityOrigin();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImage.h73 virtual bool currentFrameHasSingleSecurityOrigin() const { return false; } function in class:WebCore::Image
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImage.cpp83 bool SVGImage::currentFrameHasSingleSecurityOrigin() const function in class:WebCore::SVGImage
103 return toSVGImageElement(node)->currentFrameHasSingleSecurityOrigin();
105 return toSVGFEImageElement(node)->currentFrameHasSingleSecurityOrigin();

Completed in 2873 milliseconds