Home
last modified time | relevance | path

Searched refs:IsEditing (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_base_controller.cpp72 bool RichEditorBaseController::IsEditing() in IsEditing() function in OHOS::Ace::NG::RichEditorBaseController
76 return richEditorPattern->IsEditing(); in IsEditing()
H A Drich_editor_base_controller.h36 bool IsEditing() override;
H A Drich_editor_select_overlay.cpp232 IF_TRUE(pattern->IsEditing(), pattern->StartTwinkling()); in OnHandleMoveDone()
549 CHECK_NULL_VOID(pattern && pattern->IsEditing()); in ResumeTwinkling()
569 if (!pattern->IsEditing() && !IsSingleHandle()) { in OnOverlayClick()
H A Drich_editor_model.h294 virtual bool IsEditing() = 0;
H A Drich_editor_pattern.h538 bool IsEditing();
H A Drich_editor_pattern.cpp9357 bool RichEditorPattern::IsEditing() in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_change_callback_test_ng.cpp939 EXPECT_TRUE(richEditorController->IsEditing());
971 EXPECT_FALSE(richEditorController->IsEditing());
997 EXPECT_FALSE(richEditorController->IsEditing());
1008 EXPECT_FALSE(richEditorController->IsEditing());
1042 EXPECT_TRUE(richEditorController->IsEditing());
1077 EXPECT_TRUE(richEditorController->IsEditing());
H A Drich_editor_test_ng.cpp4298 EXPECT_TRUE(richEditorController->IsEditing());
4330 EXPECT_FALSE(richEditorController->IsEditing());
4356 EXPECT_TRUE(richEditorController->IsEditing());
4367 EXPECT_TRUE(richEditorController->IsEditing());
4401 EXPECT_TRUE(richEditorController->IsEditing());
4436 EXPECT_TRUE(richEditorController->IsEditing());
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.h122 void IsEditing(const JSCallbackInfo& args);
H A Djs_richeditor.cpp1972 JSClass<JSRichEditorController>::CustomMethod("isEditing", &JSRichEditorController::IsEditing); in JSBind()
2512 void JSRichEditorBaseController::IsEditing(const JSCallbackInfo& args) in IsEditing() function in OHOS::Ace::Framework::JSRichEditorBaseController
2517 bool value = controller->IsEditing(); in IsEditing()
2785 "isEditing", &JSRichEditorStyledStringController::IsEditing); in JSBind()