Searched refs:new_extension_id (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_browser_delegate_impl.cc153 std::string new_extension_id; local
155 SharedModuleInfo::ParseImportedPath(path, &new_extension_id,
158 extension_info_map_->extensions().GetByID(new_extension_id);
162 if (!SharedModuleInfo::ImportsExtensionById(extension, new_extension_id) ||
/external/chromium_org/chrome/browser/extensions/
H A Dextension_protocols.cc579 std::string new_extension_id; local
581 SharedModuleInfo::ParseImportedPath(path, &new_extension_id,
584 extension_info_map_->extensions().GetByID(new_extension_id);
597 if (first_party_id == new_extension_id) {
602 if (SharedModuleInfo::ImportsExtensionById(extension, new_extension_id) &&
607 extension_id = new_extension_id;

Completed in 258 milliseconds