Home
last modified time | relevance | path

Searched refs:ProcessVirtualKeyBoard (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test.cpp190 bool result = g_webPattern->ProcessVirtualKeyBoard(width, height, keyboard);
193 result = g_webPattern->ProcessVirtualKeyBoard(width, height, keyboard);
196 result = g_webPattern->ProcessVirtualKeyBoard(width, height, keyboard);
199 result = g_webPattern->ProcessVirtualKeyBoard(width, height, keyboard);
202 result = g_webPattern->ProcessVirtualKeyBoard(width, height, keyboard);
251 bool result = g_webPattern->ProcessVirtualKeyBoard(width, height, keyboard);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.h220 bool ProcessVirtualKeyBoard(int32_t width, int32_t height, double keyboard);
H A Drender_web.cpp132 return renderWeb->ProcessVirtualKeyBoard(width, height, keyboard); in RegistVirtualKeyBoardListener()
202 bool RenderWeb::ProcessVirtualKeyBoard(int32_t width, int32_t height, double keyboard) in ProcessVirtualKeyBoard() function in OHOS::Ace::RenderWeb
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp753 return webPattern->ProcessVirtualKeyBoard(width, height, keyboard); in RegistVirtualKeyBoardListener()
895 bool WebPattern::ProcessVirtualKeyBoard(int32_t width, int32_t height, double keyboard) in ProcessVirtualKeyBoard() function in OHOS::Ace::NG::WebPattern
H A Dweb_pattern.h490 bool ProcessVirtualKeyBoard(int32_t width, int32_t height, double keyboard);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h748 bool ProcessVirtualKeyBoard(int32_t width, int32_t height, double keyboard);
H A Dweb_pattern.cpp2798 return webPattern->ProcessVirtualKeyBoard(width, height, keyboard); in RegistVirtualKeyBoardListener()
3168 bool WebPattern::ProcessVirtualKeyBoard(int32_t width, int32_t height, double keyboard) in ProcessVirtualKeyBoard() function in OHOS::Ace::NG::WebPattern