OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:manifest_contents
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
pm_pre_init_manifest_file_test.cc
42
std::string *
manifest_contents
= NULL;
variable
60
manifest_contents
= new std::string(sb.ToString());
72
manifest_contents
= new std::string(sb.ToString());
77
manifest_contents
= new std::string(sb.ToString());
87
manifest_contents
= new std::string(sb.ToString());
94
manifest_contents
= new std::string(sb.ToString());
108
manifest_contents
= new std::string(sb.ToString());
159
manifest_contents
= new std::string(sb.ToString());
168
manifest_contents
= new std::string(sb.ToString());
221
PostMessage(*
manifest_contents
);
[
all
...]
/external/chromium_org/chrome/browser/extensions/
component_loader.h
46
std::string Add(const std::string&
manifest_contents
,
85
DictionaryValue* ParseManifest(const std::string&
manifest_contents
) const;
component_loader.cc
133
const std::string&
manifest_contents
) const {
134
JSONStringValueSerializer serializer(
manifest_contents
);
158
std::string
manifest_contents
= ResourceBundle::GetSharedInstance().
local
160
base::DictionaryValue* manifest = ParseManifest(
manifest_contents
);
170
std::string
manifest_contents
=
local
173
return Add(
manifest_contents
, root_directory);
176
std::string ComponentLoader::Add(const std::string&
manifest_contents
,
180
base::DictionaryValue* manifest = ParseManifest(
manifest_contents
);
347
std::string
manifest_contents
=
local
353
base::DictionaryValue* manifest = ParseManifest(
manifest_contents
);
[
all
...]
/external/chromium_org/tools/telemetry/telemetry/page/
extensions_profile_creator.py
69
manifest_contents
= crx_zip.read('manifest.json')
70
decoded_manifest = json.loads(
manifest_contents
)
Completed in 75 milliseconds