Home
last modified time | relevance | path

Searched refs:manifest_contents (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/libcef/browser/extensions/
Dextension_system.cc63 const std::string& manifest_contents) { in ParseManifest() argument
64 JSONStringValueDeserializer deserializer(manifest_contents); in ParseManifest()
110 const std::string& manifest_contents, in LoadExtensionWithManifest() argument
118 ParseManifest(manifest_contents); in LoadExtensionWithManifest()
137 std::string manifest_contents; in LoadExtensionFromDisk() local
138 if (!base::ReadFileToString(manifest_path, &manifest_contents)) { in LoadExtensionFromDisk()
145 LoadExtensionWithManifest(context, manifest_contents, root_directory, in LoadExtensionFromDisk()
285 const std::string& manifest_contents, in LoadExtension() argument
293 manifest_contents, root_directory, internal, loader_context, handler)); in LoadExtension()
Dextension_system.h56 void LoadExtension(const std::string& manifest_contents,
/third_party/cef/tests/shared/browser/
Dextension_util.cc87 std::string manifest_contents; in GetInternalManifest() local
88 if (!LoadBinaryResource(manifest_path.c_str(), manifest_contents) || in GetInternalManifest()
89 manifest_contents.empty()) { in GetInternalManifest()
97 CefParseJSONAndReturnError(manifest_contents, JSON_PARSER_RFC, error_msg); in GetInternalManifest()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch24736 std::string manifest_contents(
24742 return manifest_contents;
D0003-ohos-1115.patch16239 LoadExtensionWithManifest(context, manifest_contents, root_directory,