Home
last modified time | relevance | path

Searched defs:isSetSelectAllValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.h94 void SetSelectAllValue(bool isSetSelectAllValue) override {}; in SetSelectAllValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp1479 bool isSetSelectAllValue = infoValue->ToBoolean(); in SetSelectAllValue() local