OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPublicKey
(Results
1 - 17
of
17
) sorted by null
/external/chromium/chrome/common/extensions/
extension_constants.cc
59
const char*
kPublicKey
= "key";
extension_constants.h
64
extern const char*
kPublicKey
;
extension_messages.cc
34
extension_manifest_keys::
kPublicKey
,
extension.cc
86
keys::
kPublicKey
,
[
all
...]
/external/chromium_org/chrome/browser/extensions/
convert_web_app.cc
107
root->SetString(keys::
kPublicKey
, GenerateKey(web_app.manifest_url));
109
root->SetString(keys::
kPublicKey
, GenerateKey(web_app.app_url));
convert_user_script.cc
101
root->SetString(keys::
kPublicKey
, key);
component_loader.cc
93
CHECK(manifest->GetString(extension_manifest_keys::
kPublicKey
, &raw_key));
sandboxed_unpacker.cc
610
final_manifest->SetString(extension_manifest_keys::
kPublicKey
, public_key_);
/external/chromium/chrome/browser/extensions/
convert_user_script.cc
95
root->SetString(keys::
kPublicKey
, key);
extension_special_storage_policy_unittest.cc
71
manifest.SetString(keys::
kPublicKey
,
98
manifest.SetString(keys::
kPublicKey
,
convert_web_app.cc
102
root->SetString(keys::
kPublicKey
, GenerateKey(web_app.manifest_url));
crx_installer.cc
326
// downloaded extension's manifest, but ignoring the
kPublicKey
since the
332
manifest_copy->Remove(extension_manifest_keys::
kPublicKey
, NULL);
sandboxed_extension_unpacker.cc
429
final_manifest->SetString(extension_manifest_keys::
kPublicKey
, public_key_);
/external/chromium_org/chrome/common/extensions/
extension.cc
517
if (manifest->HasKey(keys::
kPublicKey
)) {
520
if (!manifest->GetString(keys::
kPublicKey
, &public_key) ||
578
manifest_->GetString(keys::
kPublicKey
, &public_key_);
extension_manifest_constants.cc
103
const char
kPublicKey
[] = "key";
extension_manifest_constants.h
115
extern const char
kPublicKey
[];
/external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.cc
278
source.SetString(extension_manifest_keys::
kPublicKey
, public_key);
Completed in 312 milliseconds