Home
last modified time | relevance | path

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

/external/chromium_org/extensions/common/manifest_handlers/
Dsandboxed_page_info.h29 static bool IsSandboxedPage(const Extension* extension,
Dcsp_info.cc68 return SandboxedPageInfo::IsSandboxedPage(extension, relative_path) ? in GetResourceContentSecurityPolicy()
Dsandboxed_page_info.cc53 bool SandboxedPageInfo::IsSandboxedPage(const Extension* extension, in IsSandboxedPage() function in extensions::SandboxedPageInfo
/external/chromium_org/chrome/renderer/extensions/
Ddispatcher.h242 bool IsSandboxedPage(const GURL& url) const;
Ddispatcher.cc1525 bool Dispatcher::IsSandboxedPage(const GURL& url) const { in IsSandboxedPage() function in extensions::Dispatcher
1529 return SandboxedPageInfo::IsSandboxedPage(extension, url.path()); in IsSandboxedPage()
1554 if (IsSandboxedPage(url)) in ClassifyJavaScriptContext()
1607 if (IsSandboxedPage(UserScriptSlave::GetDataSourceURLForFrame(frame))) { in CheckContextAccessToExtensionAPI()