Home
last modified time | relevance | path

Searched refs:GetStart (Results 1 – 25 of 51) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dmarquee_composed_element.cpp29 { "start", [](const MarqueeComposedElement& inspector) { return inspector.GetStart(); } }, in __anon3d91d74c0502()
42 DumpLog::GetInstance().AddDesc(std::string("start: ").append(GetStart())); in Dump()
81 std::string MarqueeComposedElement::GetStart() const in GetStart() function in OHOS::Ace::V2::MarqueeComposedElement
87 return ConvertBoolToString(render->GetStart()); in GetStart()
H A Ddate_picker_composed_element.cpp43 DumpLog::GetInstance().AddDesc(std::string("start: ").append(GetStart())); in Dump()
70 jsonValue->Put("start", GetStart().c_str()); in GetConstructor()
76 std::string DatePickerComposedElement::GetStart() const in GetStart() function in OHOS::Ace::V2::DatePickerComposedElement
H A Ddate_picker_dialog_composed_element.cpp51 jsonValue->Put("start", GetStart().c_str()); in GetShow()
65 std::string DatePickerDialogComposedElement::GetStart() const in GetStart() function in OHOS::Ace::V2::DatePickerDialogComposedElement
H A Ddate_picker_dialog_composed_element.h36 std::string GetStart() const;
H A Ddate_picker_composed_element.h35 std::string GetStart() const;
H A Dmarquee_composed_element.h38 std::string GetStart() const;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imfselection_range_adapter_wrapper.cpp26 int32_t ArkIMFSelectionRangeAdapterWrapper::GetStart() in GetStart() function in OHOS::ArkWeb::ArkIMFSelectionRangeAdapterWrapper
28 return ctocpp_->GetStart(); in GetStart()
H A Dark_imfselection_range_adapter_wrapper.h29 int32_t GetStart() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imf_selection_range_adapter_impl.cpp25 int32_t ArkIMFSelectionRangeAdapterImpl::GetStart() in GetStart() function in OHOS::ArkWeb::ArkIMFSelectionRangeAdapterImpl
27 return real_->GetStart(); in GetStart()
H A Dark_imf_selection_range_adapter_impl.h29 int32_t GetStart() override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_editing_value.cpp148 int32_t start = selection.GetStart(); in SelectionAwareTextManipulation()
190 int32_t start = selection.GetStart(); in GetBeforeSelection()
206 int32_t start = selection.GetStart(); in GetSelectedText()
226 int32_t start = textSelection.GetStart(); in GetSelectedText()
H A Dtext_compose.h53 inline int32_t GetStart() const in GetStart() function
H A Dtext_selection.h63 inline int32_t GetStart() const in GetStart() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp851 UpdateSelection(selection.GetStart(), selection.GetEnd()); in OnDoubleClick()
898 auto selStart = GetEditingValue().selection.GetStart(); in ShowTextOverlay()
1591 auto start = valueToUpdate.selection.GetStart(); in KeyboardEditingValueFilter()
1731 textEditingValue->UpdateSelection(std::max(value.selection.GetStart(), 0) + 1); in PerformAction()
1868 int32_t startPos = GetEditingValue().selection.GetStart(); in DeleteLeft()
1875 int32_t startPos = GetEditingValue().selection.GetStart(); in DeleteRight()
2025 auto selStart = GetEditingValue().selection.GetStart(); in UpdateOverlay()
2108 jsonResult->Put("start", newValue.selection.GetStart()); in FireSelectChangeIfNeeded()
2320 int32_t startPos = value.selection.GetStart(); in HandleOnSelect()
2405 value.UpdateSelection(GetEditingValue().selection.GetStart()); in HandleOnCut()
[all …]
H A Don_text_changed_listener_impl.cpp54 textEditingValue->UpdateSelection(std::max(value.selection.GetStart(), 0) + text.length()); in InsertText()
77 auto start = value.selection.GetStart(); in DeleteForward()
147 auto start = value.selection.GetStart(); in DeleteBackward()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/include/context/
H A Dget_iface_stats_context.h41 uint32_t GetStart() const;
H A Dget_iface_uid_stats_context.h41 uint32_t GetStart() const;
H A Dupdate_iface_stats_context.h43 uint32_t GetStart() const;
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
H A Dstatistics_exec.cpp96 …NetStatsClient::GetInstance().GetIfaceStatsDetail(context->GetInterfaceName(), context->GetStart(), in ExecGetIfaceStats()
105 … context->GetStart(), context->GetEnd(), in ExecGetIfaceUidStats()
113 …= NetStatsClient::GetInstance().UpdateIfacesStats(context->GetInterfaceName(), context->GetStart(), in ExecUpdateIfacesStats()
/ohos5.0/base/time/time_service/services/timer/include/
H A Dbatch.h32 std::chrono::steady_clock::time_point GetStart() const;
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_content_param.h77 void GetStart(std::string &start);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp454 if (textValue_.text.empty() || selection.GetStart() == selection.GetEnd()) {
458 const auto& boxes = paragraph_->GetRectsForRange(selection.GetStart(), selection.GetEnd(),
461 const auto& boxes = paragraph_->GetTextRectsByBoundary(selection.GetStart(), selection.GetEnd(),
627 … return (tempText >= textValue_.selection.GetStart() && tempText <= textValue_.selection.GetEnd());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Drender_marquee.h51 bool GetStart() const in GetStart() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape.cpp36 start_ = shapeComponent->GetStart(); in Update()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/editing/
H A Dtext_input_client_mgr.cpp64 …textEditingValue->UpdateSelection(std::max(textEditingValue_.selection.GetStart(), 0) + appendElem… in AddCharacter()

123