OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parseDirective
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/page/
ContentSecurityPolicy.h
67
bool
parseDirective
(const UChar* begin, const UChar* end, String& name, String& value);
ContentSecurityPolicy.cpp
554
if (
parseDirective
(directiveBegin, position, name, value)) {
568
bool ContentSecurityPolicy::
parseDirective
(const UChar* begin, const UChar* end, String& name, String& value)
Completed in 460 milliseconds