OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAccessAllowed
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.h
86
bool
isAccessAllowed
(SecurityOrigin*);
ImageResource.cpp
489
bool ImageResource::
isAccessAllowed
(SecurityOrigin* securityOrigin)
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp
92
if (imageResource.
isAccessAllowed
(document.securityOrigin()))
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp
595
return !image->
isAccessAllowed
(destinationSecurityOrigin);
Completed in 352 milliseconds