Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Dform_value.h31 if (isCheckbox_) { in DECLARE_ACE_TYPE()
96 return isCheckbox_; in IsCheckbox()
100 isCheckbox_ = isCheckbox; in SetIsCheckbox()
127 bool isCheckbox_ = false; variable