Home
last modified time | relevance | path

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

/base/web/webview/ohos_nweb/src/
Dnweb_enhance_surface_adapter.cpp35 NWebCreateInfo NWebEnhanceSurfaceAdapter::GetCreateInfo(void *enhanceSurfaceInfo, in GetCreateInfo()
40 NWebCreateInfo createInfo = { in GetCreateInfo()
49 void NWebEnhanceSurfaceAdapter::GetSize(NWebCreateInfo &createInfo, in GetSize()
57 void NWebEnhanceSurfaceAdapter::GetRenderInterface(NWebCreateInfo &createInfo) in GetRenderInterface()
Dnweb_surface_adapter.cpp39 NWebCreateInfo NWebSurfaceAdapter::GetCreateInfo(sptr<Surface> surface, in GetCreateInfo()
44 NWebCreateInfo createInfo = { in GetCreateInfo()
57 NWebCreateInfo &createInfo, in GetSize()
68 void NWebSurfaceAdapter::GetRenderInterface(sptr<Surface> surface, NWebCreateInfo &createInfo) in GetRenderInterface()
Dnweb_window_adapter.cpp41 NWebCreateInfo NWebWindowAdapter::GetCreateInfo(Rosen::Window *window, const NWebInitArgs &initArgs) in GetCreateInfo()
43 NWebCreateInfo createInfo = { in GetCreateInfo()
54 void NWebWindowAdapter::GetSize(Rosen::Window *window, NWebCreateInfo &createInfo) in GetSize()
62 void NWebWindowAdapter::GetRenderInterface(Rosen::Window *window, NWebCreateInfo &createInfo) in GetRenderInterface()
Dnweb_helper.cpp205 using CreateNWebFuncType = void(*)(const NWebCreateInfo &, std::shared_ptr<NWeb> &);
206 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_window_adapter.h32 NWebCreateInfo GetCreateInfo(Rosen::Window *window, const NWebInitArgs &initArgs);
37 void GetSize(Rosen::Window *window, NWebCreateInfo &createInfo);
38 void GetRenderInterface(Rosen::Window *window, 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_helper.h36 std::shared_ptr<NWeb> CreateNWeb(const NWebCreateInfo &create_info);
Dnweb.h79 struct OHOS_NWEB_EXPORT NWebCreateInfo { struct
/base/web/webview/test/unittest/nweb_surface_adapter_test/
Dnweb_surface_adapter_test.cpp49 NWebCreateInfo g_info;
106 NWebCreateInfo createInfo;
/base/web/webview/test/fuzztest/ohos_nweb/getrenderinterface_fuzzer/
Dgetrenderinterface_fuzzer.cpp130 NWebCreateInfo info = adapter.GetCreateInfo(window.GetRefPtr(), GetInitArgs()); in DoSomethingInterestingWithMyAPI()
/base/web/webview/test/unittest/ohos_adapter_helper/
Dohos_adapter_helper_test.cpp138 NWebCreateInfo create_info;
/base/web/webview/test/unittest/nweb_window_adapter_test/
Dnweb_window_adapter_test.cpp78 NWebCreateInfo g_info;