OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:manifest_json
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/extensions/
test_extension_environment.cc
80
std::string
manifest_json
;
local
81
base::JSONWriter::Write(&manifest_extra, &
manifest_json
);
82
ADD_FAILURE() << "Expected dictionary; got \"" <<
manifest_json
<< "\"";
sandboxed_unpacker.cc
612
std::string
manifest_json
;
local
613
JSONStringValueSerializer serializer(&
manifest_json
);
627
int size = base::checked_numeric_cast<int>(
manifest_json
.size());
628
if (file_util::WriteFile(manifest_path,
manifest_json
.data(), size) != size) {
/external/chromium_org/chrome/common/extensions/docs/server2/
samples_data_source.py
78
manifest_json
= json.loads(json_comment_eater.Nom(manifest))
83
'name':
manifest_json
.get('name', ''),
84
'description':
manifest_json
.get('description', None),
85
'icon':
manifest_json
.get('icons', {}).get('128', None),
86
'default_locale':
manifest_json
.get('default_locale', None),
/external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.cc
431
std::string
manifest_json
;
local
432
JSONStringValueSerializer serializer(&
manifest_json
);
447
manifest_json
.data(),
manifest_json
.size())) {
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.h
336
void ProcessNaClManifest(const nacl::string&
manifest_json
);
338
// Parses the JSON in |
manifest_json
| and retains a Manifest in
343
bool SetManifestObject(const nacl::string&
manifest_json
,
plugin.cc
[
all
...]
json_manifest.cc
442
bool JsonManifest::Init(const nacl::string&
manifest_json
,
448
if (!reader.parse(
manifest_json
, dictionary_)) {
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update_main.py
129
manifest_json
= manifest.GetDataAsString()
135
f.write(
manifest_json
)
Completed in 146 milliseconds