HomeSort by relevance Sort by last modified time
    Searched full:has_export (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/extensions/common/manifest_handlers/
shared_module_info.cc 128 bool has_export = extension->manifest()->HasKey(keys::kExport); local
129 if (!has_import && !has_export)
132 if (has_import && has_export) {
137 if (has_export) {

Completed in 1041 milliseconds