OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowPluginType
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/
DOMSecurityPolicy.cpp
161
return isAllowedWithType<&ContentSecurityPolicy::
allowPluginType
>(executionContext(), type);
ContentSecurityPolicy.h
95
bool
allowPluginType
(const String& type, const String& typeAttribute, const KURL&, ReportingStatus = SendReport) const;
ContentSecurityPolicy.cpp
871
bool
allowPluginType
(const String& type, const String& typeAttribute, const KURL&, ContentSecurityPolicy::ReportingStatus) const;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAppletElement.cpp
225
|| !document().contentSecurityPolicy()->
allowPluginType
(appletMimeType, appletMimeType, url)) {
HTMLPlugInElement.cpp
507
|| !document().contentSecurityPolicy()->
allowPluginType
(mimeType, declaredMimeType, url)) {
Completed in 675 milliseconds