OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowMediaFromSource
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/page/
ContentSecurityPolicy.h
59
bool
allowMediaFromSource
(const KURL&) const;
ContentSecurityPolicy.cpp
531
bool ContentSecurityPolicy::
allowMediaFromSource
(const KURL& url) const
/external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp
760
if (!document()->contentSecurityPolicy()->
allowMediaFromSource
(url))
[
all
...]
Completed in 25 milliseconds