Home
last modified time | relevance | path

Searched refs:resizeHeight_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h1228 double resizeHeight_ = 0.0; variable
H A Dweb_delegate.cpp3051 if ((resizeWidth_ == width) && (resizeHeight_ == height)) { in Resize()
3055 resizeHeight_ = height; in Resize()