Searched refs:kLaunchPathAndURLAreExclusive (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/common/extensions/
H A Dextension_constants.cc318 const char* kLaunchPathAndURLAreExclusive = member in namespace:extension_manifest_errors
H A Dextension_constants.h212 extern const char* kLaunchPathAndURLAreExclusive;
H A Dextension_manifests_unittest.cc254 errors::kLaunchPathAndURLAreExclusive);
H A Dextension.cc1256 *error = errors::kLaunchPathAndURLAreExclusive;
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_launch_unittest.cc75 errors::kLaunchPathAndURLAreExclusive),
/external/chromium_org/extensions/common/
H A Dmanifest_constants.cc635 const char kLaunchPathAndURLAreExclusive[] = member in namespace:extensions::manifest_errors
H A Dmanifest_constants.h429 extern const char kLaunchPathAndURLAreExclusive[];
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dapp_launch_info.cc121 *error = ASCIIToUTF16(errors::kLaunchPathAndURLAreExclusive);

Completed in 203 milliseconds