HomeSort by relevance Sort by last modified time
    Searched refs:kLaunchLocalPath (Results 1 - 8 of 8) 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 120 if (extension->manifest()->Get(keys::kLaunchLocalPath, &temp)) {
135 keys::kLaunchLocalPath);
144 keys::kLaunchLocalPath);
309 keys::kLaunchLocalPath,
  /external/chromium_org/extensions/common/
manifest_constants.cc 73 const char kLaunchLocalPath[] = "app.launch.local_path";
    [all...]
manifest_constants.h 82 extern const char kLaunchLocalPath[];
extension_l10n_util.cc 204 if (!LocalizeManifestValue(keys::kLaunchLocalPath, messages, manifest, error))
extension_l10n_util_unittest.cc 340 manifest.SetString(keys::kLaunchLocalPath, "__MSG_launch_local_path__");
348 ASSERT_TRUE(manifest.GetString(keys::kLaunchLocalPath, &result));
  /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/
chrome_app_sorting_unittest.cc 630 simple_dict.SetString(keys::kLaunchLocalPath, "fake.html");
    [all...]

Completed in 359 milliseconds