Searched refs:NWebCreateInfo (Results 1 – 13 of 13) sorted by relevance
/base/web/webview/ohos_nweb/src/ |
D | nweb_enhance_surface_adapter.cpp | 35 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()
|
D | nweb_surface_adapter.cpp | 39 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()
|
D | nweb_window_adapter.cpp | 41 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()
|
D | nweb_helper.cpp | 205 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/ |
D | nweb_enhance_surface_adapter.h | 30 NWebCreateInfo GetCreateInfo(void *enhanceSurfaceInfo, 35 void GetSize(NWebCreateInfo &createInfo, uint32_t width, uint32_t height) const; 36 void GetRenderInterface(NWebCreateInfo &createInfo);
|
D | nweb_window_adapter.h | 32 NWebCreateInfo GetCreateInfo(Rosen::Window *window, const NWebInitArgs &initArgs); 37 void GetSize(Rosen::Window *window, NWebCreateInfo &createInfo); 38 void GetRenderInterface(Rosen::Window *window, NWebCreateInfo &createInfo);
|
D | nweb_surface_adapter.h | 34 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);
|
D | nweb_helper.h | 36 std::shared_ptr<NWeb> CreateNWeb(const NWebCreateInfo &create_info);
|
D | nweb.h | 79 struct OHOS_NWEB_EXPORT NWebCreateInfo { struct
|
/base/web/webview/test/unittest/nweb_surface_adapter_test/ |
D | nweb_surface_adapter_test.cpp | 49 NWebCreateInfo g_info; 106 NWebCreateInfo createInfo;
|
/base/web/webview/test/fuzztest/ohos_nweb/getrenderinterface_fuzzer/ |
D | getrenderinterface_fuzzer.cpp | 130 NWebCreateInfo info = adapter.GetCreateInfo(window.GetRefPtr(), GetInitArgs()); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/unittest/ohos_adapter_helper/ |
D | ohos_adapter_helper_test.cpp | 138 NWebCreateInfo create_info;
|
/base/web/webview/test/unittest/nweb_window_adapter_test/ |
D | nweb_window_adapter_test.cpp | 78 NWebCreateInfo g_info;
|