OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_extension_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/nacl_host/
nacl_file_host.cc
173
std::string
new_extension_id
;
local
175
SharedModuleInfo::ParseImportedPath(path, &
new_extension_id
,
178
extension_info_map->extensions().GetByID(
new_extension_id
);
182
if (!SharedModuleInfo::ImportsExtensionById(extension,
new_extension_id
) ||
/external/chromium_org/chrome/browser/extensions/
extension_protocols.cc
521
std::string
new_extension_id
;
local
523
SharedModuleInfo::ParseImportedPath(path, &
new_extension_id
,
526
extension_info_map_->extensions().GetByID(
new_extension_id
);
539
if (first_party_id ==
new_extension_id
) {
544
if (SharedModuleInfo::ImportsExtensionById(extension,
new_extension_id
) &&
549
extension_id =
new_extension_id
;
Completed in 1880 milliseconds