OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:manifest_contents
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/
component_loader.h
53
std::string Add(const std::string&
manifest_contents
,
93
const std::string&
manifest_contents
) const;
component_loader.cc
122
const std::string&
manifest_contents
) const {
123
JSONStringValueSerializer serializer(
manifest_contents
);
147
std::string
manifest_contents
= ResourceBundle::GetSharedInstance().
local
149
base::DictionaryValue* manifest = ParseManifest(
manifest_contents
);
159
std::string
manifest_contents
=
local
162
return Add(
manifest_contents
, root_directory);
165
std::string ComponentLoader::Add(const std::string&
manifest_contents
,
169
base::DictionaryValue* manifest = ParseManifest(
manifest_contents
);
398
std::string
manifest_contents
=
local
404
base::DictionaryValue* manifest = ParseManifest(
manifest_contents
);
[
all
...]
/external/chromium_org/tools/perf/profile_creators/
extensions_profile_creator.py
70
manifest_contents
= crx_zip.read('manifest.json')
71
decoded_manifest = json.loads(
manifest_contents
)
Completed in 444 milliseconds