Home
last modified time | relevance | path

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

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