Home
last modified time | relevance | path

Searched refs:extension_path (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/tests/shared/browser/
Dextension_util.cc33 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 …]
Dextension_util.h21 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/
Dgstwpe.cpp30 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/
Dextension_test_handler.cc221 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()
Dextension_test_handler.h110 void LoadExtension(const std::string& extension_path,
/third_party/cef/libcef/browser/extensions/
Dcomponent_extension_resource_manager.cc39 const base::FilePath& extension_path, in IsComponentExtensionResource() argument
42 base::FilePath directory_path = extension_path; in IsComponentExtensionResource()
Dcomponent_extension_resource_manager.h32 bool IsComponentExtensionResource(const base::FilePath& extension_path,
/third_party/python/Tools/peg_generator/pegen/
Dbuild.py95 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/
Droot_window_manager.cc48 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/
Dtest_c_parser.py100 TEST_TEMPLATE.format(extension_path=self.tmp_path, test_source=test_source),