HomeSort by relevance Sort by last modified time
    Searched refs:allow_js_access (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/common/manifest_handlers/
background_info.cc 266 const base::Value* allow_js_access = NULL; local
268 &allow_js_access))
271 if (!allow_js_access->IsType(base::Value::TYPE_BOOLEAN) ||
272 !allow_js_access->GetAsBoolean(&allow_js_access_)) {
  /external/chromium_org/chrome/browser/ui/
browser.cc 2385 bool allow_js_access = extensions::BackgroundInfo::AllowJSAccess(extension); local
    [all...]

Completed in 70 milliseconds