Home
last modified time | relevance | path

Searched defs:resource_path (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/libcef/browser/extensions/
Dcomponent_extension_resource_manager.cc40 const base::FilePath& resource_path, in IsComponentExtensionResource()
72 base::FilePath resource_path = in AddComponentResourceEntries() local
/third_party/skia/modules/skresources/src/
DSkResources.cpp186 sk_sp<SkData> FileResourceProvider::load(const char resource_path[], in load()
193 sk_sp<ImageAsset> FileResourceProvider::loadImageAsset(const char resource_path[], in loadImageAsset()
214 sk_sp<SkData> ResourceProviderProxyBase::load(const char resource_path[], in load()
248 sk_sp<ImageAsset> CachingResourceProvider::loadImageAsset(const char resource_path[], in loadImageAsset()
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/
Dtjbench-gtest-wrapper.cpp62 base::FilePath resource_path; in SetUpTestSuite() local
132 base::FilePath resource_path; in SetUpTestSuite() local
/third_party/python/Lib/importlib/
Dreaders.py15 def resource_path(self, resource): member in FileReader
114 def resource_path(self, resource): member in NamespaceReader
Dabc.py328 def resource_path(self, resource: Text) -> Text: member in ResourceReader
435 def resource_path(self, resource): member in TraversableResources
/third_party/skia/tools/viewer/
DParticlesSlide.cpp33 sk_sp<SkData> load(const char resource_path[], const char resource_name[]) const override { in load() argument
42 sk_sp<skresources::ImageAsset> loadImageAsset(const char resource_path[], in loadImageAsset() argument
/third_party/cef/tests/shared/browser/
Dextension_util.cc203 const std::string& resource_path = in AddInternalExtensionToResourceManager() local
/third_party/libwebsockets/test-apps/
Dtest-server.c51 char *resource_path = LOCAL_RESOURCE_PATH; variable
/third_party/python/Lib/test/test_importlib/
Dutil.py434 def resource_path(self, path_): member in create_package.Reader
Dtest_abc.py316 def resource_path(self, *args, **kwargs): member in ResourceReader