HomeSort by relevance Sort by last modified time
    Searched refs:kLaunchLocalPath (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_launch_unittest.cc 81 keys::kLaunchLocalPath)),
85 keys::kLaunchLocalPath)),
89 keys::kLaunchLocalPath)),
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
app_launch_info.cc 118 if (extension->manifest()->Get(keys::kLaunchLocalPath, &temp)) {
133 keys::kLaunchLocalPath);
142 keys::kLaunchLocalPath);
316 keys::kLaunchLocalPath,
  /external/chromium/chrome/common/extensions/
extension_constants.cc 33 const char* kLaunchLocalPath = "app.launch.local_path";
extension_constants.h 38 extern const char* kLaunchLocalPath;
extension.cc     [all...]
  /external/chromium_org/chrome/common/extensions/
extension_manifest_constants.cc 63 const char kLaunchLocalPath[] = "app.launch.local_path";
extension_manifest_constants.h 75 extern const char kLaunchLocalPath[];
extension_l10n_util_unittest.cc 312 manifest.SetString(keys::kLaunchLocalPath, "__MSG_launch_local_path__");
320 ASSERT_TRUE(manifest.GetString(keys::kLaunchLocalPath, &result));
extension_l10n_util.cc 163 if (!LocalizeManifestValue(keys::kLaunchLocalPath, messages, manifest, error))
  /external/chromium_org/chrome/common/extensions/api/identity/
extension_manifests_auth_unittest.cc 124 app_manifest.SetString(keys::kLaunchLocalPath, "launch.html");
  /external/chromium_org/chrome/browser/extensions/
extension_sorting_unittest.cc 642 simple_dict.SetString(keys::kLaunchLocalPath, "fake.html");
    [all...]

Completed in 275 milliseconds