OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowFontFromSource
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/page/
ContentSecurityPolicy.h
58
bool
allowFontFromSource
(const KURL&) const;
ContentSecurityPolicy.cpp
526
bool ContentSecurityPolicy::
allowFontFromSource
(const KURL& url) const
/external/webkit/Source/WebCore/loader/cache/
CachedResourceLoader.cpp
283
if (!m_document->contentSecurityPolicy()->
allowFontFromSource
(url))
Completed in 20 milliseconds