Searched defs:Manifest (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chromeos/app_mode/
H A Dkiosk_oem_manifest_parser.h19 struct Manifest { struct in class:chromeos::KioskOemManifestParser
20 Manifest();
36 Manifest* manifest);
H A Dkiosk_oem_manifest_parser.cc22 KioskOemManifestParser::Manifest::Manifest() function in class:chromeos::KioskOemManifestParser::Manifest
30 KioskOemManifestParser::Manifest* manifest) {
/external/chromium_org/webkit/browser/appcache/
H A Dmanifest_parser.h46 struct WEBKIT_STORAGE_BROWSER_EXPORT Manifest { struct in namespace:appcache
47 Manifest();
48 ~Manifest();
68 Manifest& manifest);
H A Dmanifest_parser.cc73 Manifest::Manifest() function in class:appcache::Manifest
78 Manifest::~Manifest() {}
81 ParseMode parse_mode, Manifest& manifest) {
/external/chromium_org/extensions/common/
H A Dmanifest.cc26 // Manifest::GetHigherPriorityLocation() to compare locations.
30 int GetLocationRank(Manifest::Location location) {
36 case Manifest::COMPONENT:
40 case Manifest::EXTERNAL_COMPONENT:
46 case Manifest::EXTERNAL_POLICY:
50 case Manifest::EXTERNAL_POLICY_DOWNLOAD:
57 case Manifest::COMMAND_LINE:
61 case Manifest::UNPACKED:
67 case Manifest::EXTERNAL_REGISTRY:
71 case Manifest
111 Manifest::Manifest(Location location, scoped_ptr<base::DictionaryValue> value) function in class:extensions::Manifest
[all...]
H A Dmanifest.h21 class Manifest { class in namespace:extensions
118 Manifest(Location location, scoped_ptr<base::DictionaryValue> value);
119 virtual ~Manifest();
167 // Returns a new Manifest equal to this one, passing ownership to
169 Manifest* DeepCopy() const;
172 bool Equals(const Manifest* other) const;
197 DISALLOW_COPY_AND_ASSIGN(Manifest);
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifest_test.h23 class Manifest { class in class:ExtensionManifestTest
25 explicit Manifest(const char* name);
26 Manifest(base::DictionaryValue* manifest, const char* name);
27 explicit Manifest(scoped_ptr<base::DictionaryValue> manifest);
29 // take a const-ref of a temporary for that type. Since Manifest
31 // Manifest(Manifest&) according to spec 12.8.5. This breaks the first
37 Manifest(const Manifest& m);
39 ~Manifest();
[all...]
H A Dextension_manifest_test.cc60 ExtensionManifestTest::Manifest::Manifest(const char* name) function in class:ExtensionManifestTest::Manifest
64 ExtensionManifestTest::Manifest::Manifest(base::DictionaryValue* manifest, function in class:ExtensionManifestTest::Manifest
67 CHECK(manifest_) << "Manifest NULL";
70 ExtensionManifestTest::Manifest::Manifest( function in class:ExtensionManifestTest::Manifest
73 CHECK(manifest_) << "Manifest NULL";
76 ExtensionManifestTest::Manifest::Manifest(cons function in class:ExtensionManifestTest::Manifest
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DLinkResource.h49 Manifest enumerator in enum:WebCore::LinkResource::Type
/external/chromium_org/chrome/browser/component_updater/
H A Dupdate_response.cc30 UpdateResponse::Result::Manifest::Manifest() {} function in class:component_updater::UpdateResponse::Result::Manifest
31 UpdateResponse::Result::Manifest::~Manifest() {}
33 UpdateResponse::Result::Manifest::Package::Package() : size(0), sizediff(0) {}
34 UpdateResponse::Result::Manifest::Package::~Package() {}
107 UpdateResponse::Result::Manifest::Package p;
H A Dupdate_response.h61 struct Manifest { struct in struct:component_updater::UpdateResponse::Result
79 Manifest();
80 ~Manifest();
97 Manifest manifest;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js123 * Manifest information returned from chrome.runtime.getManifest. See
129 chrome.runtime.Manifest = function() {};
133 chrome.runtime.Manifest.prototype.name;
137 chrome.runtime.Manifest.prototype.version;
141 chrome.runtime.Manifest.prototype.manifest_version;
145 chrome.runtime.Manifest.prototype.description;
148 /** @type {!chrome.runtime.Manifest.Oauth2|undefined} */
149 chrome.runtime.Manifest.prototype.oauth2;
158 chrome.runtime.Manifest.Oauth2 = function() {};
162 chrome.runtime.Manifest
[all...]
/external/harfbuzz_ng/test/shaping/
H A Dhb_test_tools.py467 class Manifest: class in inherits:
486 for p in Manifest.read (os.path.join (s, f)):
516 Manifest.update_recursive (os.path.join (dirpath, f))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 713 milliseconds