Searched refs:manifest (Results 251 - 275 of 310) sorted by relevance

<<111213

/external/chromium_org/chrome/renderer/extensions/
H A Dapp_bindings.cc18 #include "extensions/common/manifest.h"
138 extension->manifest()->value()->DeepCopy());
/external/chromium_org/chromeos/ime/
H A Dcomponent_extension_ime_manager.cc111 return delegate_->Load(ime.id, ime.manifest, ime.path);
/external/chromium_org/extensions/common/manifest_handlers/
H A Dexternally_connectable.cc63 CHECK(extension->manifest()->Get(keys::kExternallyConnectable,
/external/chromium_org/extensions/renderer/
H A Druntime_custom_bindings.cc16 #include "extensions/common/manifest.h"
118 context()->extension()->manifest()->value(), context()->v8_context()));
/external/chromium_org/webkit/browser/appcache/
H A Dappcache.h116 // Initializes the cache with information in the manifest.
117 // Do not use the manifest after this call.
118 void InitializeWithManifest(Manifest* manifest);
H A Dappcache_update_job.h215 // Checks if manifest is byte for byte identical with the manifest
222 void BuildUrlFileList(const Manifest& manifest);
294 // are listed in the manifest may be fetched as a regular URL instead of
316 // Temporary storage of manifest response data for parsing and comparison.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar ... META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META- ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar ... META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META- ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar ... META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META- ...
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar ... META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META- ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar ... META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META- ...
H A Dorg.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar ... META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META- ...
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java69 public final void handleArchiveStart (final File parentDir, final File archive, final Manifest manifest) argument
74 // TODO: pass manifest into this callback, if any
75 // TODO: detect if manifest corresonds to a previously intrumented archive already ?
87 final Manifest outManifest = manifest != null
88 ? new Manifest (manifest) // shallow copy
94 if (manifest == null) mainAttrs.put (Attributes.Name.MANIFEST_VERSION, "1.0");
/external/chromium_org/components/nacl/renderer/
H A Djson_manifest.cc43 // Sample NaCl manifest file:
69 // Sample PNaCl manifest file:
264 error_info->string = std::string("manifest: ") + parent_key +
272 // The known values for PNaCl ISA dictionaries in the manifest.
279 // The known values for NaCl ISA dictionaries in the manifest.
323 error_info->string = "manifest: " + error_string;
335 error_info->string = "manifest: " + error_string;
344 error_info->string = "manifest: no version of " + parent_key +
358 error_info->string = "manifest: no version of " + parent_key +
386 void AddJsonManifest(PP_Instance instance, scoped_ptr<JsonManifest> manifest) { argument
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DFlatManifestWriterImpl.java60 * @param manifest the original manifest
61 * @return your customized version of the manifest
63 protected Document customizeManifest(Document manifest) { argument
64 return manifest;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc972 msg += ".manifest.";
981 std::string manifest_path = extension_id + ".manifest";
1612 // source that is not equal to the ID in the extension manifest.
1648 // source that is not equal to the version in the extension manifest.
1999 // Try packing with an invalid manifest.
2000 std::string invalid_manifest_content = "I am not a manifest.";
2232 // to its manifest.
2260 // Add the key to the manifest.
2280 base::FilePath source_manifest = source_data_dir.AppendASCII("manifest.json");
2289 base::FilePath manifest local
2748 base::DictionaryValue manifest; local
3612 std::string manifest; local
3710 base::DictionaryValue manifest; local
5240 std::string manifest; local
5280 std::string manifest; local
5282 good0_path().Append(extensions::kManifestFilename), &manifest)); local
[all...]
H A Dextension_messages_apitest.cc146 // but not with externally_connectable set in the manifest.
382 const std::string& manifest) {
383 dir->WriteManifest(manifest);
380 LoadExtensionIntoDir( TestExtensionDir* dir, const std::string& manifest) argument
/external/emma/core/java12/com/vladium/emma/rt/
H A DClassPathProcessorST.java81 public void handleArchiveStart (final File parentDir, final File archive, final Manifest manifest) argument
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater_unittest.cc309 base::DictionaryValue manifest; local
310 manifest.SetString(manifest_keys::kVersion,
312 manifest.SetString(manifest_keys::kName,
315 manifest.SetString(manifest_keys::kUpdateURL, *update_url);
317 prefs_->AddExtensionWithManifest(manifest, location);
1468 // Make the updater do manifest fetching, and note the urls it tries to
1543 // of a <daystart> tag from a manifest fetch in one of two cases: 1) This is
1548 GURL update_url("http://www.google.com/manifest");
1874 // -An update manifest mentions multiple updates
/external/chromium_org/extensions/browser/
H A Dextension_prefs.cc25 #include "extensions/common/manifest.h"
57 // The path to the current version's manifest file.
60 // The dictionary containing the extension's manifest.
61 const char kPrefManifest[] = "manifest";
64 const char kPrefVersion[] = "manifest.version";
142 // permissions because they may differ from those defined in the manifest.
1326 !extension->manifest()->value()->Equals(old_manifest);
1329 extension->manifest()->value()->DeepCopy());
1368 const base::DictionaryValue* manifest = NULL; local
1370 !extension->GetDictionary(kPrefManifest, &manifest)) {
[all...]
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dcontent_scripts_handler.cc39 // from an entry in the content_script lists of the manifest.
76 // content_script list of the manifest.
259 // The manifest needs to have at least one js or css user script definition.
402 if (!extension->manifest()->GetList(keys::kContentScripts, &scripts_list)) {
/external/chromium_org/extensions/common/
H A Dextension_messages.h223 // The subset of the extension manifest data we send to renderers.
224 linked_ptr<base::DictionaryValue> manifest; member in struct:ExtensionMsg_Loaded_Params
/external/chromium_org/chrome/browser/extensions/api/management/
H A Dmanagement_api.cc352 // sending manifest JSON strings to the utility process for parsing.
357 const std::string& manifest)
359 manifest_(manifest) {}
355 SafeManifestJSONParser( ManagementGetPermissionWarningsByManifestFunction* client, const std::string& manifest) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dpolicy_ui.cc75 #include "extensions/common/manifest.h"
642 if (!extension->manifest()->HasPath(
688 if (!extension->manifest()->HasPath(
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A DMakefile456 if exist *.manifest del *.manifest

Completed in 658 milliseconds

<<111213