Home
last modified time | relevance | path

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

/external/webkit/WebCore/wml/
DWMLPageState.cpp215 Vector<String>::iterator itCheck = subdomainsCheck.end() - 1; in hostIsAllowedToAccess() local
219 for (; itAllowed >= beginAllowed && itCheck >= beginCheck; ) { in hostIsAllowedToAccess()
220 if (*itAllowed != *itCheck) { in hostIsAllowedToAccess()
226 --itCheck; in hostIsAllowedToAccess()
250 Vector<String>::iterator itCheck = subpathsCheck.begin(); in pathIsAllowedToAccess() local
254 for (; itAllowed != endAllowed && itCheck != endCheck; ) { in pathIsAllowedToAccess()
255 if (*itAllowed != *itCheck) { in pathIsAllowedToAccess()
261 ++itCheck; in pathIsAllowedToAccess()