Searched refs:UserGestureOptions (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_richeditor.h | 92 const JSCallbackInfo& args, UserGestureOptions& gestureOption, const std::string& spanType); 201 const JSCallbackInfo& args, UserGestureOptions& gestureOption, const std::string& spanType); 203 UserGestureOptions& gestureOption, const std::string& spanType);
|
H A D | js_richeditor.cpp | 1454 const JSCallbackInfo& args, UserGestureOptions& gestureOption, const std::string& spanType) in ParseUserGesture() 1512 UserGestureOptions& gestureOption, const std::string& spanType) in ParseUserClickEvent() 1580 UserGestureOptions gestureOption; in AddImageSpan() 1732 UserGestureOptions gestureOption; in AddTextSpan()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_styles.h | 45 struct UserGestureOptions { struct 115 UserGestureOptions userGestureOption;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_model.h | 218 UserGestureOptions userGestureOption;
|
H A D | rich_editor_pattern.h | 1324 void SetGestureOptions(UserGestureOptions userGestureOptions, RefPtr<SpanItem> spanItem);
|
H A D | rich_editor_pattern.cpp | 900 void RichEditorPattern::SetGestureOptions(UserGestureOptions options, RefPtr<SpanItem> spanItem) in SetGestureOptions() 4396 UserGestureOptions gestureOption; in GetTextSpanOptions()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_testone_ng.cpp | 732 OHOS::Ace::UserGestureOptions userGestureOptions;
|