Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/wml/
DWMLPageState.cpp238 Vector<String> subpathsCheck; in pathIsAllowedToAccess() local
240 path.split('/', subpathsCheck); in pathIsAllowedToAccess()
242 subpathsCheck.append(path); in pathIsAllowedToAccess()
247 Vector<String>::iterator itCheck = subpathsCheck.begin(); in pathIsAllowedToAccess()
248 Vector<String>::iterator endCheck = subpathsCheck.end(); in pathIsAllowedToAccess()