Searched refs:manifest_contents (Results 1 – 5 of 5) sorted by relevance
/third_party/cef/libcef/browser/extensions/ |
D | extension_system.cc | 63 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()
|
D | extension_system.h | 56 void LoadExtension(const std::string& manifest_contents,
|
/third_party/cef/tests/shared/browser/ |
D | extension_util.cc | 87 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/ |
D | 0004-ohos-3.2-Beta5.patch | 24736 std::string manifest_contents( 24742 return manifest_contents;
|
D | 0003-ohos-1115.patch | 16239 LoadExtensionWithManifest(context, manifest_contents, root_directory,
|