Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DContentSecurityPolicy.cpp55 bool isHostCharacter(UChar c) in isHostCharacter() function
349 if (!skipExactly<isHostCharacter>(position, end)) in parseHost()
352 skipWhile<isHostCharacter>(position, end); in parseHost()