Searched refs:IsSandboxedPage (Results 1 – 5 of 5) sorted by relevance
29 static bool IsSandboxedPage(const Extension* extension,
68 return SandboxedPageInfo::IsSandboxedPage(extension, relative_path) ? in GetResourceContentSecurityPolicy()
53 bool SandboxedPageInfo::IsSandboxedPage(const Extension* extension, in IsSandboxedPage() function in extensions::SandboxedPageInfo
242 bool IsSandboxedPage(const GURL& url) const;
1525 bool Dispatcher::IsSandboxedPage(const GURL& url) const { in IsSandboxedPage() function in extensions::Dispatcher1529 return SandboxedPageInfo::IsSandboxedPage(extension, url.path()); in IsSandboxedPage()1554 if (IsSandboxedPage(url)) in ClassifyJavaScriptContext()1607 if (IsSandboxedPage(UserScriptSlave::GetDataSourceURLForFrame(frame))) { in CheckContextAccessToExtensionAPI()