Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DContentSecurityPolicy.cpp247 const UChar* beginHost = begin; in parseSource() local
252 if (!parseHost(beginHost, position, host, hostHasWildcard)) in parseSource()
272 beginHost = position; in parseSource()
276 if (position == beginHost) in parseSource()
279 if (!parseHost(beginHost, position, host, hostHasWildcard)) in parseSource()