OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentFrameHasSingleSecurityOrigin
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEImageElement.h
41
bool
currentFrameHasSingleSecurityOrigin
() const;
SVGFEImageElement.cpp
60
bool SVGFEImageElement::
currentFrameHasSingleSecurityOrigin
() const
63
return m_cachedImage->image()->
currentFrameHasSingleSecurityOrigin
();
SVGImageElement.h
41
bool
currentFrameHasSingleSecurityOrigin
() const;
SVGImageElement.cpp
60
bool SVGImageElement::
currentFrameHasSingleSecurityOrigin
() const
65
return image->
currentFrameHasSingleSecurityOrigin
();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GeneratedImage.h
37
virtual bool
currentFrameHasSingleSecurityOrigin
() const OVERRIDE { return true; }
BitmapImage.h
61
virtual bool
currentFrameHasSingleSecurityOrigin
() const OVERRIDE;
Image.h
74
virtual bool
currentFrameHasSingleSecurityOrigin
() const { return false; }
BitmapImage.cpp
112
bool BitmapImage::
currentFrameHasSingleSecurityOrigin
() const
/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
491
if (!image()->
currentFrameHasSingleSecurityOrigin
())
/external/chromium_org/third_party/WebKit/Source/core/imagebitmap/
ImageBitmapFactories.cpp
103
if (!image->cachedImage()->image()->
currentFrameHasSingleSecurityOrigin
()) {
Completed in 115 milliseconds