Searched refs:pSecURLs (Results 1 – 1 of 1) sorted by relevance
443 const ::rtl::OUString* pSecURLs = aSecURLs.getConstArray(); in isLocationTrusted() local444 const ::rtl::OUString* pSecURLsEnd = pSecURLs + aSecURLs.getLength(); in isLocationTrusted()445 for ( ; pSecURLs != pSecURLsEnd && !bFound; ++pSecURLs ) in isLocationTrusted()446 bFound = ::utl::UCBContentHelper::IsSubPath( *pSecURLs, Location, xContentProvider ); in isLocationTrusted()