Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_search.h41 void SetInputOptions(const std::vector<InputOption>& inputOptions) in SetInputOptions() function
H A Ddom_textarea.h45 void SetInputOptions(const std::vector<InputOption>& inputOptions) in SetInputOptions() function
H A Ddom_input.h42 void SetInputOptions(const std::vector<InputOption>& inputOptions) in SetInputOptions() function
H A Ddom_search.cpp332 textFieldComponent_->SetInputOptions(inputOptions_); in PrepareSpecializedComponent()
H A Ddom_textarea.cpp324 textAreaChild_->SetInputOptions(inputOptions_); in PrepareSpecializedComponent()
H A Ddom_input.cpp237 textField->SetInputOptions(inputOptions_); in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp143 input->SetInputOptions(*inputOptions_); in UpdateForInput()
148 textarea->SetInputOptions(*inputOptions_); in UpdateForInput()
153 search->SetInputOptions(*inputOptions_); in UpdateForInput()
H A Djs_command.h156 void SetInputOptions(const std::vector<InputOption>& inputOptions) in SetInputOptions() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp691 void TextFieldComponent::SetInputOptions(const std::vector<InputOption>& inputOptions) in SetInputOptions() function in OHOS::Ace::TextFieldComponent
693 declaration_->SetInputOptions(inputOptions); in SetInputOptions()
H A Dtext_field_component.h245 void SetInputOptions(const std::vector<InputOption>& inputOptions);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h907 void SetInputOptions(const std::vector<InputOption>& inputOptions) in SetInputOptions() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp337 command.SetInputOptions(inputBridge->GetInputOptions()); in SetDomAttributesWithArray()