Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_input_bridge.h32 return inputOptions_; in GetInputOptions()
36 std::vector<InputOption> inputOptions_;
H A Djsi_input_bridge.cpp71 inputOptions_.push_back(inputOption); in ParseInputOptions()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_search.h43 inputOptions_ = inputOptions; in SetInputOptions()
60 std::vector<InputOption> inputOptions_; variable
H A Ddom_textarea.h47 inputOptions_ = inputOptions; in SetInputOptions()
69 std::vector<InputOption> inputOptions_; variable
H A Ddom_input.h44 inputOptions_ = inputOptions; in SetInputOptions()
110 std::vector<InputOption> inputOptions_; variable
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/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Daudio_deferred_process.h56 AudioStreamInfo inputOptions_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp137 if (!node || !inputOptions_) { in UpdateForInput()
143 input->SetInputOptions(*inputOptions_); in UpdateForInput()
148 textarea->SetInputOptions(*inputOptions_); in UpdateForInput()
153 search->SetInputOptions(*inputOptions_); in UpdateForInput()
H A Djs_command.h158 inputOptions_ = std::make_unique<std::vector<InputOption>>(inputOptions); in SetInputOptions()
206 std::unique_ptr<std::vector<InputOption>> inputOptions_; variable
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Daudio_deferred_process.cpp68 inputOptions_ = inputOptions; in ConfigOfflineAudioEffectChain()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h754 std::vector<InputOption> inputOptions_; variable
H A Drender_text_field.cpp354 inputOptions_ = textField->GetInputOptions(); in Update()
947 textOverlay_->SetOptions(inputOptions_); in ShowTextOverlay()