Searched refs:UpdateWebLayoutSize (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_pattern.cpp | 901 UpdateWebLayoutSize(width, height); in ProcessVirtualKeyBoard() 908 UpdateWebLayoutSize(width, height); in ProcessVirtualKeyBoard() 920 UpdateWebLayoutSize(width, height); in ProcessVirtualKeyBoard() 926 void WebPattern::UpdateWebLayoutSize(int32_t width, int32_t height) in UpdateWebLayoutSize() function in OHOS::Ace::NG::WebPattern
|
H A D | web_pattern.h | 491 void UpdateWebLayoutSize(int32_t width, int32_t height);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_test.cpp | 204 g_webPattern->UpdateWebLayoutSize(width, height, false);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.h | 749 void UpdateWebLayoutSize(int32_t width, int32_t height, bool isKeyboard, bool isUpdate = true);
|
H A D | web_pattern.cpp | 2234 UpdateWebLayoutSize(width, height, true, isUpdate); in UpdateLayoutAfterKeyboardShow() 3111 UpdateWebLayoutSize(width, height, false); in ProcessVirtualKeyBoardHide() 3207 void WebPattern::UpdateWebLayoutSize(int32_t width, int32_t height, bool isKeyboard, bool isUpdate) in UpdateWebLayoutSize() function in OHOS::Ace::NG::WebPattern
|