Searched refs:extension_path (Results 1 – 10 of 10) sorted by relevance
/third_party/cef/tests/shared/browser/ |
D | extension_util.cc | 33 std::string GetInternalPath(const std::string& extension_path) { in GetInternalPath() argument 35 std::string extension_path_lower = extension_path; in GetInternalPath() 48 internal_path = extension_path.substr(resources_path_lower.size()); in GetInternalPath() 50 internal_path = extension_path; in GetInternalPath() 75 void GetInternalManifest(const std::string& extension_path, in GetInternalManifest() argument 80 base::BindOnce(GetInternalManifest, extension_path, in GetInternalManifest() 86 file_util::JoinPath(extension_path, "manifest.json")); in GetInternalManifest() 111 const std::string& extension_path, in LoadExtensionWithManifest() argument 118 request_context->LoadExtension(extension_path, manifest, handler); in LoadExtensionWithManifest() 123 bool IsInternalExtension(const std::string& extension_path) { in IsInternalExtension() argument [all …]
|
D | extension_util.h | 21 bool IsInternalExtension(const std::string& extension_path); 30 std::string GetInternalExtensionResourcePath(const std::string& extension_path); 38 std::string GetExtensionResourcePath(const std::string& extension_path, 46 bool GetExtensionResourceContents(const std::string& extension_path, 53 const std::string& extension_path,
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | gstwpe.cpp | 30 static gchar *extension_path = NULL; variable 38 return extension_path; in gst_wpe_get_devenv_extension_path() 51 extension_path = g_build_filename (dirname, "wpe-extension", NULL); in plugin_init()
|
/third_party/cef/tests/ceftests/extensions/ |
D | extension_test_handler.cc | 221 const std::string& extension_path, in LoadExtension() argument 223 EXPECT_TRUE(!extension_path.empty()); in LoadExtension() 224 loader_request_context_->LoadExtension(extension_path, manifest, this); in LoadExtension()
|
D | extension_test_handler.h | 110 void LoadExtension(const std::string& extension_path,
|
/third_party/cef/libcef/browser/extensions/ |
D | component_extension_resource_manager.cc | 39 const base::FilePath& extension_path, in IsComponentExtensionResource() argument 42 base::FilePath directory_path = extension_path; in IsComponentExtensionResource()
|
D | component_extension_resource_manager.h | 32 bool IsComponentExtensionResource(const base::FilePath& extension_path,
|
/third_party/python/Tools/peg_generator/pegen/ |
D | build.py | 95 extension_path = source_file_path.parent / cmd.get_ext_filename(extension_name) 96 shutil.move(cmd.get_ext_fullpath(extension_name), extension_path) 102 return extension_path
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window_manager.cc | 48 const std::string& extension_path = in OnRequestContextInitialized() local 50 if (!extension_path.empty()) { in OnRequestContextInitialized() 52 std::istringstream f(extension_path); in OnRequestContextInitialized()
|
/third_party/python/Lib/test/test_peg_generator/ |
D | test_c_parser.py | 100 TEST_TEMPLATE.format(extension_path=self.tmp_path, test_source=test_source),
|