Searched refs:allow_js_access (Results 1 – 2 of 2) sorted by relevance
227 const base::Value* allow_js_access = NULL; in LoadAllowJSAccess() local229 &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()
2447 bool allow_js_access = extensions::BackgroundInfo::AllowJSAccess(extension); in MaybeCreateBackgroundContents() local2453 if (!allow_js_access) in MaybeCreateBackgroundContents()2463 allow_js_access ? in MaybeCreateBackgroundContents()2479 if (contents && !allow_js_access) { in MaybeCreateBackgroundContents()