Home
last modified time | relevance | path

Searched refs:isSourceCharacter (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/network/
DContentSecurityPolicyParsers.h38 PLATFORM_EXPORT bool isSourceCharacter(UChar);
DContentSecurityPolicyParsers.cpp34 bool isSourceCharacter(UChar c) in isSourceCharacter() function
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DCSPSourceList.cpp24 skipWhile<UChar, isSourceCharacter>(position, end); in isSourceListNone()
106 skipWhile<UChar, isSourceCharacter>(position, end); in parse()