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.h 74 bool allow_js_access_; member in class:extensions::BackgroundInfo
background_info.cc 50 allow_js_access_(true) {
83 return GetBackgroundInfo(extension).allow_js_access_;
229 !allow_js_access->GetAsBoolean(&allow_js_access_)) {

Completed in 512 milliseconds