Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_test_ng.cpp1374 richEditorPattern->isDragSponsor_ = false;
1380 richEditorPattern->isDragSponsor_ = true;
H A Drich_editor_pattern_testfour_ng.cpp533 richEditorPattern->isDragSponsor_ = true;
H A Drich_editor_change_callback_test_ng.cpp450 richEditorPattern->isDragSponsor_ = true;
H A Drich_editor_test_ng.cpp5753 richEditorPattern->isDragSponsor_ = true;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1415 bool isDragSponsor_ = false; variable
H A Drich_editor_pattern.cpp3819 pattern->isDragSponsor_ = false; in OnDragStartAndEnd()
3831 if (!isDragSponsor_) { in HandleDragStart()
3832 isDragSponsor_ = true; in HandleDragStart()
4335 if (isDragSponsor_) { in HandleOnDragInsertStyledString()
5084 if (isDragSponsor_) { in ProcessInsertValue()
9220 HandleOnDragDropTextOperation(str, isDragSponsor_); in OnBackPressed()
9953 if (!isDragSponsor_) { // drag from outside in OnBackPressed()