Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_click_test_ng.cpp149 richEditorPattern->leftMousePress_ = false;
158 richEditorPattern->leftMousePress_ = true;
434 richEditorPattern->leftMousePress_ = true;
442 EXPECT_FALSE(richEditorPattern->leftMousePress_);
H A Drich_editor_keyboard_shortcut_test_ng.cpp1081 richEditorPattern->leftMousePress_ = false;
1089 richEditorPattern->leftMousePress_ = true;
1098 richEditorPattern->leftMousePress_ = true;
1107 richEditorPattern->leftMousePress_ = true;
H A Drich_editor_test_ng.cpp2012 richEditorPattern->leftMousePress_ = true;
2020 EXPECT_FALSE(richEditorPattern->leftMousePress_);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1339 bool leftMousePress_ = false; variable
H A Drich_editor_pattern.cpp3034 if (leftMousePress_) { in ClickAISpan()
6775 CHECK_NULL_VOID(leftMousePress_); in OnBackPressed()
6840 leftMousePress_ = true; in OnBackPressed()
6858 leftMousePress_ = false; in OnBackPressed()