Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_ffi.cpp111 insertValue.GetInsertOffset(), insertValue.GetInsertValue().c_str() in FfiOHOSAceFrameworkRichEditorAboutToIMEInput()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp29 int32_t RichEditorInsertValue::GetInsertOffset() const in GetInsertOffset() function in OHOS::Ace::NG::RichEditorInsertValue
H A Drich_editor_event_hub.h65 int32_t GetInsertOffset() const;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_testone_ng.cpp400 EXPECT_EQ(insertValueInfo.GetInsertOffset(), 1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.cpp654 Local<JSValueRef> values[] = { panda::NumberRef::New(vm, insertValue.GetInsertOffset()), in SetAboutToIMEInput()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp649 aboutToIMEInputObj->SetProperty<int32_t>("insertOffset", insertValue.GetInsertOffset()); in CreateJsAboutToIMEInputObj()