Searched refs:manifest (Results 1 - 25 of 87) sorted by relevance

1234

/external/webkit/Source/WebCore/html/
H A DHTMLHtmlElement.idl24 attribute [Reflect, URL] DOMString manifest;
H A DHTMLHtmlElement.cpp73 const AtomicString& manifest = getAttribute(manifestAttr); local
74 if (manifest.isEmpty())
77 documentLoader->applicationCacheHost()->selectCacheWithManifest(document()->completeURL(manifest));
/external/chromium/chrome/common/extensions/
H A Dextension_l10n_util_unittest.cc254 DictionaryValue manifest; local
259 extension_l10n_util::LocalizeManifest(*messages, &manifest, &error));
264 DictionaryValue manifest; local
265 manifest.SetString(keys::kName, "no __MSG");
270 extension_l10n_util::LocalizeManifest(*messages, &manifest, &error));
273 ASSERT_TRUE(manifest.GetString(keys::kName, &result));
276 EXPECT_FALSE(manifest.HasKey(keys::kDescription));
282 DictionaryValue manifest; local
283 manifest.SetString(keys::kName, "__MSG_name__");
288 extension_l10n_util::LocalizeManifest(*messages, &manifest,
300 DictionaryValue manifest; local
320 DictionaryValue manifest; local
348 DictionaryValue manifest; local
373 DictionaryValue manifest; local
411 DictionaryValue manifest; local
419 DictionaryValue manifest; local
429 DictionaryValue manifest; local
440 DictionaryValue manifest; local
452 DictionaryValue manifest; local
[all...]
H A Dextension_l10n_util.cc40 std::string GetDefaultLocaleFromManifest(const DictionaryValue& manifest, argument
43 if (manifest.GetString(keys::kDefaultLocale, &default_locale))
52 DictionaryValue* manifest = info.extension_manifest.get(); local
53 if (!manifest)
56 if (!manifest->HasKey(keys::kDefaultLocale))
60 manifest->GetString(keys::kCurrentLocale, &manifest_current_locale);
64 // Localizes manifest value for a given key.
67 DictionaryValue* manifest,
70 if (!manifest->GetString(key, &result))
76 manifest
65 LocalizeManifestValue(const std::string& key, const ExtensionMessageBundle& messages, DictionaryValue* manifest, std::string* error) argument
80 LocalizeManifest(const ExtensionMessageBundle& messages, DictionaryValue* manifest, std::string* error) argument
135 LocalizeExtension(const FilePath& extension_path, DictionaryValue* manifest, std::string* error) argument
[all...]
H A Dextension_set_unittest.cc26 DictionaryValue manifest; local
27 manifest.SetString("name", name);
28 manifest.SetString("version", "1");
31 manifest.SetString("app.launch.web_url", launch_url);
35 manifest.Set("app.urls", urls);
41 Extension::Create(path, Extension::INTERNAL, manifest,
H A Dextension_messages.cc19 : manifest(other.manifest->DeepCopy()),
27 : manifest(new DictionaryValue()),
46 manifest->Set(kRendererExtensionKeys[i], temp->DeepCopy());
55 Extension::Create(path, location, *manifest, Extension::NO_FLAGS,
132 WriteParam(m, *(p.manifest));
138 p->manifest.reset(new DictionaryValue());
141 ReadParam(m, iter, p->manifest.get());
H A Dextension_l10n_util.h31 // "default_locale" section was not defined in the manifest.json file.
32 std::string GetDefaultLocaleFromManifest(const DictionaryValue& manifest,
40 // in the manifest.
42 DictionaryValue* manifest,
45 // Load message catalogs, localize manifest and attach message bundle to the
48 DictionaryValue* manifest,
/external/chromium/chrome/browser/
H A Dbrowsing_data_appcache_helper_unittest.cc36 GURL manifest1("http://example1.com/manifest.xml");
37 GURL manifest2("http://example2.com/path1/manifest.xml");
38 GURL manifest3("http://example2.com/path2/manifest.xml");
71 GURL manifest("http://example.com/manifest.xml");
75 helper->AddAppCache(manifest);
76 helper->AddAppCache(manifest);
87 EXPECT_TRUE(ContainsKey(collection, manifest.GetOrigin()));
88 ASSERT_EQ(1u, collection[manifest.GetOrigin()].size());
89 EXPECT_EQ(manifest, collectio
[all...]
H A Dbackground_application_list_model_unittest.cc82 DictionaryValue manifest; local
83 manifest.SetString(extension_manifest_keys::kVersion, "1.0.0.0");
84 manifest.SetString(extension_manifest_keys::kName, name);
87 manifest.Set(extension_manifest_keys::kPermissions, permissions);
92 bogus_file_path().AppendASCII(name), Extension::INVALID, manifest,
/external/chromium/chrome/browser/extensions/
H A Dextension_special_storage_policy_unittest.cc21 DictionaryValue manifest; local
22 manifest.SetString(keys::kName, "Protected");
23 manifest.SetString(keys::kVersion, "1");
24 manifest.SetString(keys::kLaunchWebURL, "http://explicit/protected/start");
28 manifest.Set(keys::kWebURLs, list);
31 path, Extension::INVALID, manifest, Extension::STRICT_ERROR_CHECKS,
43 DictionaryValue manifest; local
44 manifest.SetString(keys::kName, "Unlimited");
45 manifest.SetString(keys::kVersion, "1");
46 manifest
68 DictionaryValue manifest; local
95 DictionaryValue manifest; local
[all...]
H A Dextension_icon_manager_unittest.cc108 scoped_ptr<DictionaryValue> manifest(
110 ASSERT_TRUE(manifest.get() != NULL);
113 manifest_path.DirName(), Extension::INVALID, *manifest.get(),
H A Dtest_extension_prefs.cc105 const DictionaryValue& manifest, Extension::Location location) {
107 EXPECT_TRUE(manifest.GetString(extension_manifest_keys::kName, &name));
111 path, location, manifest, Extension::STRICT_ERROR_CHECKS, &errors);
104 AddExtensionWithManifest( const DictionaryValue& manifest, Extension::Location location) argument
H A Dextension_info_map_unittest.cc39 DictionaryValue manifest; local
40 manifest.SetString(keys::kVersion, "1.0.0.0");
41 manifest.SetString(keys::kName, name);
45 path.AppendASCII(name), Extension::INVALID, manifest,
H A Dtest_extension_prefs.h40 // Similar to AddExtension, but takes a dictionary with manifest values.
42 const DictionaryValue& manifest, Extension::Location location);
H A Dsandboxed_extension_unpacker.h48 // and rewriting the manifest JSON. As such, it should not be used when the
187 virtual void OnUnpackExtensionSucceeded(const DictionaryValue& manifest);
194 // Overwrites original manifest with safe result from utility process.
196 DictionaryValue* RewriteManifestFile(const DictionaryValue& manifest);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
H A Dhelpbase-ant.jar ... META-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/help/ org/eclipse ...
/external/webkit/Source/WebCore/loader/appcache/
H A DManifestParser.cpp41 bool parseManifest(const KURL& manifestURL, const char* data, int length, Manifest& manifest) argument
43 ASSERT(manifest.explicitURLs.isEmpty());
44 ASSERT(manifest.onlineWhitelistedURLs.isEmpty());
45 ASSERT(manifest.fallbackURLs.isEmpty());
46 manifest.allowAllNetworkRequests = false;
50 RefPtr<TextResourceDecoder> decoder = TextResourceDecoder::create("text/cache-manifest", "UTF-8");
115 manifest.allowAllNetworkRequests = true;
134 manifest.explicitURLs.add(url.string());
136 manifest.onlineWhitelistedURLs.append(url);
178 manifest
[all...]
H A DApplicationCache.cpp66 void ApplicationCache::setManifestResource(PassRefPtr<ApplicationCacheResource> manifest) argument
68 ASSERT(manifest);
70 ASSERT(manifest->type() & ApplicationCacheResource::Manifest);
72 m_manifest = manifest.get();
74 addResource(manifest);
192 LOG_ERROR("Failed to retrieve ApplicationCache manifest URLs");
/external/proguard/src/proguard/io/
H A DJarWriter.java33 * The manifest and comment properties can optionally be set.
40 private final Manifest manifest; field in class:JarWriter
53 * Creates a new JarWriter without manifest or comment.
65 Manifest manifest,
69 this.manifest = manifest;
201 // Create a new jar stream, with a manifest, if set.
202 currentJarOutputStream = manifest != null ?
203 new JarOutputStream(parentOutputStream, manifest) :
64 JarWriter(DataEntryWriter dataEntryWriter, Manifest manifest, String comment) argument
/external/icu4c/config/
H A Dmh-cygwin-msvc184 ## Starting in MSVC 2005, manifest files are required. This reduces the obnoxiousness of this feature.
185 POST_SO_BUILD_STEP = @([ -e $<.manifest ] && \
186 ( echo Embedding manifest into $< && mt.exe -nologo -manifest $<.manifest -outputresource:"$<;2" && rm -rf $<.manifest )) \
188 POST_BUILD_STEP = @([ -e $@.manifest ] && \
189 ( echo Embedding manifest into $@ && mt.exe -nologo -manifest $@.manifest
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dcustomization_document.cc56 // Path to OEM partner startup customization manifest.
60 // URL where to fetch OEM services customization manifest from.
84 std::string manifest; local
85 if (!file_util::ReadFileToString(manifest_path, &manifest))
87 return LoadManifestFromString(manifest);
91 const std::string& manifest) {
92 scoped_ptr<Value> root(base::JSONReader::Read(manifest, true));
104 LOG(ERROR) << "Wrong customization manifest version";
140 // Loading manifest causes us to do blocking IO on UI thread.
149 SystemAccess* system_access, const std::string& manifest) {
90 LoadManifestFromString( const std::string& manifest) argument
148 StartupCustomizationDocument( SystemAccess* system_access, const std::string& manifest) argument
253 ServicesCustomizationDocument( const std::string& manifest, const std::string& initial_locale) argument
296 std::string manifest; local
381 LoadManifestFromString( const std::string& manifest) argument
[all...]
H A Dcustomization_document.h45 virtual bool LoadManifestFromString(const std::string& manifest);
59 // may be ready or not (if manifest is missing or corrupted) and this state
84 const std::string& manifest);
102 // the manifest should be initiated outside this class by calling
153 virtual bool LoadManifestFromString(const std::string& manifest) OVERRIDE;
167 ServicesCustomizationDocument(const std::string& manifest,
187 // Services customization manifest URL.
196 // How many times we already tried to fetch customization manifest file.
/external/emma/core/java12/com/vladium/util/
H A DIPathEnumerator.java48 * is opened and the manifest entry is read.
50 void handleArchiveStart (File parentDir, File archive, Manifest manifest); argument
216 // I try to read the manifest again via a JarFile if the stream
223 Manifest manifest = in.getManifest (); // can be null
224 if (manifest == null) manifest = readManifestViaJarFile (fullArchive); // can be null
226 handler.handleArchiveStart (m_currentPathDir, new File (archive), manifest);
228 // note: this loop does not skip over the manifest-related
243 // note: JarInputStream only reads the manifest if it the
245 if (manifest
[all...]
/external/linux-tools-perf/
H A Dperf-archive.sh31 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
H A Dpde-ant.jar ... META-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse ...

Completed in 1882 milliseconds

1234