Home | History | Annotate | Download | only in renderer

Lines Matching refs:IsSandboxedPage

433   if (IsSandboxedPage(ScriptContext::GetDataSourceURLForFrame(frame))) {
1244 bool Dispatcher::IsSandboxedPage(const GURL& url) const {
1248 return SandboxedPageInfo::IsSandboxedPage(extension, url.path());
1277 if (IsSandboxedPage(url))
1293 // part of IsSandboxedPage().