Searched defs:ManifestError (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dextension_error.cc79 // ManifestError
82 const char ManifestError::kManifestKeyKey[] = "manifestKey";
83 const char ManifestError::kManifestSpecificKey[] = "manifestSpecific";
85 ManifestError::ManifestError(const std::string& extension_id, function in class:extensions::ManifestError
99 ManifestError::~ManifestError() {
102 scoped_ptr<DictionaryValue> ManifestError::ToValue() const {
111 std::string ManifestError::PrintForTest() const {
113 "\n Type: ManifestError";
[all...]
H A Dextension_error.h91 class ManifestError : public ExtensionError { class in namespace:extensions
93 ManifestError(const std::string& extension_id,
97 virtual ~ManifestError();
120 DISALLOW_COPY_AND_ASSIGN(ManifestError);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebApplicationCacheHost.h74 ManifestError, enumerator in enum:blink::WebApplicationCacheHost::ErrorReason

Completed in 88 milliseconds