OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSandboxedPage
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/extensions/common/manifest_handlers/
sandboxed_page_info.h
29
static bool
IsSandboxedPage
(const Extension* extension,
csp_info.cc
68
return SandboxedPageInfo::
IsSandboxedPage
(extension, relative_path) ?
sandboxed_page_info.cc
53
bool SandboxedPageInfo::
IsSandboxedPage
(const Extension* extension,
/external/chromium_org/extensions/renderer/
dispatcher.h
237
bool
IsSandboxedPage
(const GURL& url) const;
dispatcher.cc
433
if (
IsSandboxedPage
(ScriptContext::GetDataSourceURLForFrame(frame))) {
[
all
...]
Completed in 376 milliseconds