Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/wml/
DWMLPageState.cpp203 Vector<String> subdomainsCheck; in hostIsAllowedToAccess() local
205 host.split('.', subdomainsCheck); in hostIsAllowedToAccess()
207 subdomainsCheck.append(host); in hostIsAllowedToAccess()
212 Vector<String>::iterator itCheck = subdomainsCheck.end() - 1; in hostIsAllowedToAccess()
213 Vector<String>::iterator beginCheck = subdomainsCheck.begin(); in hostIsAllowedToAccess()