Home
last modified time | relevance | path

Searched refs:IsSelectAreaVisible (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_testone_ng.cpp246 auto res = richEditorPattern->IsSelectAreaVisible();
272 auto res = richEditorPattern->IsSelectAreaVisible();
H A Drich_editor_pattern_test_ng.cpp928 auto res = richEditorPattern->IsSelectAreaVisible();
H A Drich_editor_test_ng.cpp6391 auto res = richEditorPattern->IsSelectAreaVisible();
6417 auto res = richEditorPattern->IsSelectAreaVisible();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h749 bool IsSelectAreaVisible();
H A Drich_editor_pattern.cpp8420 if (IsSelectAreaVisible()) { in OnBackPressed()
8430 bool RichEditorPattern::IsSelectAreaVisible() in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern