Home
last modified time | relevance | path

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 Dweb_pattern.cpp901 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 Dweb_pattern.h491 void UpdateWebLayoutSize(int32_t width, int32_t height);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test.cpp204 g_webPattern->UpdateWebLayoutSize(width, height, false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h749 void UpdateWebLayoutSize(int32_t width, int32_t height, bool isKeyboard, bool isUpdate = true);
H A Dweb_pattern.cpp2234 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