Home
last modified time | relevance | path

Searched refs:allow_js_access (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/extensions/common/manifest_handlers/
Dbackground_info.cc227 const base::Value* allow_js_access = NULL; in LoadAllowJSAccess() local
229 &allow_js_access)) in LoadAllowJSAccess()
232 if (!allow_js_access->IsType(base::Value::TYPE_BOOLEAN) || in LoadAllowJSAccess()
233 !allow_js_access->GetAsBoolean(&allow_js_access_)) { in LoadAllowJSAccess()
/external/chromium_org/chrome/browser/ui/
Dbrowser.cc2447 bool allow_js_access = extensions::BackgroundInfo::AllowJSAccess(extension); in MaybeCreateBackgroundContents() local
2453 if (!allow_js_access) in MaybeCreateBackgroundContents()
2463 allow_js_access ? in MaybeCreateBackgroundContents()
2479 if (contents && !allow_js_access) { in MaybeCreateBackgroundContents()