Home
last modified time | relevance | path

Searched refs:json_manifest (Results 1 – 3 of 3) sorted by relevance

/external/cronet/components/nacl/renderer/
DBUILD.gn15 "json_manifest.cc",
16 "json_manifest.h",
Djson_manifest.h34 bool Init(const std::string& json_manifest, ErrorInfo* error_info);
Dppb_nacl_private_impl.cc143 std::unique_ptr<JsonManifest> json_manifest; member in nacl::__anonb53efb160111::NaClPluginInstance
175 return nacl_plugin_instance->json_manifest.get(); in GetJsonManifest()
1083 GetNaClPluginInstance(instance)->json_manifest = std::move(j); in CreateJsonManifest()