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

  /external/chromium_org/chrome/browser/extensions/
installed_loader.cc 100 info.extension_manifest.get()))
104 if (IsManifestCorrupt(info.extension_manifest.get()))
146 if (info.extension_manifest) {
150 *info.extension_manifest,
237 extensions_info->at(i)->extension_manifest.reset(
extension_service.cc 575 if (info->extension_manifest) {
580 *info->extension_manifest,
755 installed_extension->extension_manifest.get()) {
    [all...]
extension_prefs_unittest.cc 467 ASSERT_TRUE(info->extension_manifest->GetString("version", &version));
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 240 def WhitelistLibsForExtension(env, target_dir, nmf, extension_manifest):
243 # whitelisted, so there is no need to add entries to the extension_manifest.
244 return env.Install(target_dir, extension_manifest)
247 manifest_base_name = os.path.basename(env.File(extension_manifest).abspath)
250 [extension_manifest, lib_list_node],
  /external/chromium/chrome/browser/extensions/
crx_installer.cc 329 const DictionaryValue& extension_manifest,
331 scoped_ptr<DictionaryValue> manifest_copy(extension_manifest.DeepCopy());
extension_service.cc 628 installed_extension->extension_manifest.get()) {
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension.h 461 scoped_ptr<base::DictionaryValue> extension_manifest; member in struct:extensions::ExtensionInfo
extension.cc 788 extension_manifest.reset(manifest->DeepCopy());
  /external/chromium/chrome/common/extensions/
extension_l10n_util.cc 52 DictionaryValue* manifest = info.extension_manifest.get();
extension.h 943 scoped_ptr<DictionaryValue> extension_manifest; member in struct:ExtensionInfo
    [all...]
extension.cc     [all...]

Completed in 521 milliseconds