Home
last modified time | relevance | path

Searched refs:NWebCreateInfo (Results 1 – 11 of 11) sorted by relevance

/base/web/webview/ohos_nweb/src/
Dnweb_enhance_surface_adapter.cpp34 NWebCreateInfo NWebEnhanceSurfaceAdapter::GetCreateInfo(void *enhanceSurfaceInfo, in GetCreateInfo()
39 NWebCreateInfo createInfo = { in GetCreateInfo()
48 void NWebEnhanceSurfaceAdapter::GetSize(NWebCreateInfo &createInfo, in GetSize()
56 void NWebEnhanceSurfaceAdapter::GetRenderInterface(NWebCreateInfo &createInfo) in GetRenderInterface()
Dnweb_surface_adapter.cpp38 NWebCreateInfo NWebSurfaceAdapter::GetCreateInfo(sptr<Surface> surface, in GetCreateInfo()
43 NWebCreateInfo createInfo = { in GetCreateInfo()
56 NWebCreateInfo &createInfo, in GetSize()
67 void NWebSurfaceAdapter::GetRenderInterface(sptr<Surface> surface, NWebCreateInfo &createInfo) in GetRenderInterface()
Dnweb_helper.cpp251 using CreateNWebFuncType = void(*)(const NWebCreateInfo &, std::shared_ptr<NWeb> &);
252 std::shared_ptr<NWeb> NWebHelper::CreateNWeb(const NWebCreateInfo &create_info) in CreateNWeb()
/base/web/webview/ohos_nweb/include/
Dnweb_enhance_surface_adapter.h30 NWebCreateInfo GetCreateInfo(void *enhanceSurfaceInfo,
35 void GetSize(NWebCreateInfo &createInfo, uint32_t width, uint32_t height) const;
36 void GetRenderInterface(NWebCreateInfo &createInfo);
Dnweb_surface_adapter.h34 NWebCreateInfo GetCreateInfo(sptr<Surface> surface,
40 …void GetSize(sptr<Surface> surface, NWebCreateInfo &createInfo, uint32_t width, uint32_t height) c…
41 void GetRenderInterface(sptr<Surface> surface, NWebCreateInfo &createInfo);
Dnweb_adapter_helper.h46 void ParseConfig(NWebCreateInfo& createInfo);
Dnweb_helper.h37 std::shared_ptr<NWeb> CreateNWeb(const NWebCreateInfo &create_info);
Dnweb.h80 struct OHOS_NWEB_EXPORT NWebCreateInfo { struct
/base/web/webview/test/unittest/nweb_surface_adapter_test/
Dnweb_surface_adapter_test.cpp49 NWebCreateInfo g_info;
108 NWebCreateInfo createInfo;
/base/web/webview/test/unittest/ohos_adapter_helper/
Dohos_adapter_helper_test.cpp142 NWebCreateInfo create_info;
/base/web/webview/test/unittest/nweb_helper_test/
Dnweb_helper_test.cpp140 NWebCreateInfo create_info;