Home
last modified time | relevance | path

Searched refs:INVALID_LOCATION (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium_org/extensions/common/features/
Dsimple_feature_unittest.cc44 {"", Manifest::TYPE_UNKNOWN, Manifest::INVALID_LOCATION, in TEST()
46 {"random-extension", Manifest::TYPE_UNKNOWN, Manifest::INVALID_LOCATION, in TEST()
48 {"", Manifest::TYPE_LEGACY_PACKAGED_APP, Manifest::INVALID_LOCATION, in TEST()
50 {"", Manifest::TYPE_UNKNOWN, Manifest::INVALID_LOCATION, in TEST()
54 {"", Manifest::TYPE_UNKNOWN, Manifest::INVALID_LOCATION, in TEST()
56 {"", Manifest::TYPE_UNKNOWN, Manifest::INVALID_LOCATION, in TEST()
83 Manifest::INVALID_LOCATION, in TEST()
90 Manifest::INVALID_LOCATION, in TEST()
98 Manifest::INVALID_LOCATION, in TEST()
105 Manifest::INVALID_LOCATION, in TEST()
[all …]
Dcomplex_feature_unittest.cc48 Manifest::INVALID_LOCATION, in TEST()
57 Manifest::INVALID_LOCATION, in TEST()
66 Manifest::INVALID_LOCATION, in TEST()
73 Manifest::INVALID_LOCATION, in TEST()
108 Manifest::INVALID_LOCATION, in TEST()
117 Manifest::INVALID_LOCATION, in TEST()
126 Manifest::INVALID_LOCATION, in TEST()
Dfeature.h69 INVALID_LOCATION, enumerator
/external/chromium_org/chrome/common/extensions/features/
Dchrome_channel_feature_filter_unittest.cc48 Manifest::INVALID_LOCATION, in IsAvailableInChannel()
203 Manifest::INVALID_LOCATION, in TEST_F()
209 Manifest::INVALID_LOCATION, in TEST_F()
218 Manifest::INVALID_LOCATION, in TEST_F()
224 Manifest::INVALID_LOCATION, in TEST_F()
263 Manifest::INVALID_LOCATION, in TEST_F()
275 Manifest::INVALID_LOCATION, in TEST_F()
287 Manifest::INVALID_LOCATION, in TEST_F()
/external/chromium_org/extensions/browser/
Dextension_icon_image_unittest.cc215 "extension_icon_image", Manifest::INVALID_LOCATION)); in TEST_F()
288 "extension_icon_image", Manifest::INVALID_LOCATION)); in TEST_F()
325 "extension_icon_image", Manifest::INVALID_LOCATION)); in TEST_F()
361 "extension_icon_image", Manifest::INVALID_LOCATION)); in TEST_F()
399 "extension_icon_image", Manifest::INVALID_LOCATION)); in TEST_F()
437 "extension_icon_image", Manifest::INVALID_LOCATION)); in TEST_F()
474 "extension_icon_image", Manifest::INVALID_LOCATION)); in TEST_F()
517 "extension_icon_image", Manifest::INVALID_LOCATION)); in TEST_F()
Dimage_loader_unittest.cc121 CreateExtension("image_loader", Manifest::INVALID_LOCATION)); in TEST_F()
155 CreateExtension("image_loader", Manifest::INVALID_LOCATION)); in TEST_F()
202 CreateExtension("image_loader", Manifest::INVALID_LOCATION)); in TEST_F()
247 CreateExtension("image_loader", Manifest::INVALID_LOCATION)); in TEST_F()
Dinfo_map_unittest.cc44 Manifest::INVALID_LOCATION, in CreateExtension()
/external/chromium_org/chrome/browser/extensions/
Dexternal_provider_impl.cc244 if (crx_location_ == Manifest::INVALID_LOCATION) { in SetPrefs()
281 if (download_location_ == Manifest::INVALID_LOCATION) { in SetPrefs()
339 Manifest::Location loc = Manifest::INVALID_LOCATION; in GetExtensionDetails()
370 extensions::Manifest::Location crx_location = Manifest::INVALID_LOCATION; in CreateExternalProviders()
424 Manifest::INVALID_LOCATION, in CreateExternalProviders()
513 Manifest::INVALID_LOCATION, in CreateExternalProviders()
580 Manifest::INVALID_LOCATION, in CreateExternalProviders()
Dextension_action_icon_factory_unittest.cc188 "browser_action/no_icon", Manifest::INVALID_LOCATION)); in TEST_F()
214 "browser_action/no_icon", Manifest::INVALID_LOCATION)); in TEST_F()
252 "browser_action/no_icon", Manifest::INVALID_LOCATION)); in TEST_F()
Dpending_extension_info.cc41 install_source_(Manifest::INVALID_LOCATION), in PendingExtensionInfo()
Dextension_special_storage_policy_unittest.cc115 path, Manifest::INVALID_LOCATION, manifest, in CreateProtectedApp()
140 path, Manifest::INVALID_LOCATION, manifest, in CreateUnlimitedApp()
158 path, Manifest::INVALID_LOCATION, manifest, in CreateRegularApp()
Dexternal_policy_loader_unittest.cc61 Manifest::INVALID_LOCATION, in Visit()
Dchrome_info_map_unittest.cc35 Manifest::INVALID_LOCATION, in LoadManifest()
/external/chromium_org/chrome/common/extensions/manifest_handlers/
Dsettings_overrides_handler_unittest.cc84 Manifest::INVALID_LOCATION, in TEST_F()
127 Manifest::INVALID_LOCATION, in TEST_F()
160 Manifest::INVALID_LOCATION, in TEST_F()
Dui_overrides_handler_unittest.cc61 Manifest::INVALID_LOCATION, in TEST_F()
90 Manifest::INVALID_LOCATION, in TEST_F()
/external/chromium_org/chrome/browser/profile_resetter/
Dprofile_resetter_unittest.cc584 Manifest::INVALID_LOCATION, in TEST_F()
598 Manifest::INVALID_LOCATION, in TEST_F()
648 Manifest::INVALID_LOCATION, in TEST_F()
656 Manifest::INVALID_LOCATION, in TEST_F()
680 Manifest::INVALID_LOCATION, in TEST_F()
694 Manifest::INVALID_LOCATION, in TEST_F()
702 Manifest::INVALID_LOCATION, in TEST_F()
753 Manifest::INVALID_LOCATION, in TEST_F()
864 Manifest::INVALID_LOCATION, in TEST_F()
953 Manifest::INVALID_LOCATION, in TEST_F()
[all …]
/external/chromium_org/chrome/browser/extensions/api/web_request/
Dweb_request_permissions_unittest.cc53 Manifest::INVALID_LOCATION, in SetUp()
61 Manifest::INVALID_LOCATION, in SetUp()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java415 public static final int INVALID_LOCATION = 24; field in JDWPConstants.Error
538 case INVALID_LOCATION: in getName()
/external/chromium_org/extensions/common/
Dmanifest_handler_unittest.cc229 Manifest::INVALID_LOCATION, in TEST_F()
243 Manifest::INVALID_LOCATION, in TEST_F()
Dextension_messages.cc46 : location(Manifest::INVALID_LOCATION), in ExtensionMsg_Loaded_Params()
87 val < Manifest::INVALID_LOCATION || in Read()
Dmanifest.h28 INVALID_LOCATION, enumerator
/external/chromium_org/chrome/common/extensions/
Dextension_test_util.cc69 return LoadManifest(dir, test_file, Manifest::INVALID_LOCATION, extra_flags); in LoadManifest()
Dextension_unittest.cc38 ASSERT_EQ(0, Manifest::INVALID_LOCATION); in TEST()
55 if (loc == Manifest::INVALID_LOCATION) in TEST()
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_install_prompt_test_utils.mm47 path.DirName(), extensions::Manifest::INVALID_LOCATION, *value,
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
Dwebrequest_action_unittest.cc113 Manifest::INVALID_LOCATION, in SetUp()
121 Manifest::INVALID_LOCATION, in SetUp()

12