Searched defs:manifest_contents (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
H A Dpm_pre_init_manifest_file_test.cc42 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/
H A Dcomponent_loader.cc133 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, argument
180 base::DictionaryValue* manifest = ParseManifest(manifest_contents);
347 std::string manifest_contents = local
353 base::DictionaryValue* manifest = ParseManifest(manifest_contents);
[all...]

Completed in 159 milliseconds