HomeSort by relevance Sort by last modified time
    Searched defs:ManifestError (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/extensions/browser/
extension_error.cc 79 // ManifestError
82 const char ManifestError::kManifestKeyKey[] = "manifestKey";
83 const char ManifestError::kManifestSpecificKey[] = "manifestSpecific";
85 ManifestError::ManifestError(const std::string& extension_id,
99 ManifestError::~ManifestError() {
102 scoped_ptr<DictionaryValue> ManifestError::ToValue() const {
111 std::string ManifestError::PrintForTest() const {
113 "\n Type: ManifestError";
    [all...]
extension_error.h 91 class ManifestError : public ExtensionError {
93 ManifestError(const std::string& extension_id,
97 virtual ~ManifestError();
120 DISALLOW_COPY_AND_ASSIGN(ManifestError);
  /external/chromium_org/third_party/WebKit/public/platform/
WebApplicationCacheHost.h 74 ManifestError,

Completed in 2594 milliseconds