Home
last modified time | relevance | path

Searched defs:selectInfo (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp139 SelectOverlayInfo selectInfo; variable
160 SelectOverlayInfo selectInfo; variable
214 SelectOverlayInfo selectInfo; variable
254 SelectOverlayInfo selectInfo; variable
290 SelectOverlayInfo selectInfo; variable
334 SelectOverlayInfo selectInfo; variable
379 SelectOverlayInfo selectInfo; variable
414 SelectOverlayInfo selectInfo; variable
472 SelectOverlayInfo selectInfo; variable
577 SelectOverlayInfo selectInfo; variable
[all …]
H A Dselect_overlay_paint_method_test_ng.cpp111 SelectOverlayInfo selectInfo; variable
166 SelectOverlayInfo selectInfo; variable
227 SelectOverlayInfo selectInfo; variable
296 SelectOverlayInfo selectInfo; variable
358 SelectOverlayInfo selectInfo; variable
428 SelectOverlayInfo selectInfo; variable
485 SelectOverlayInfo selectInfo; variable
545 SelectOverlayInfo selectInfo; variable
604 SelectOverlayInfo selectInfo; variable
668 SelectOverlayInfo selectInfo; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.h67 void SetSelectInfo(const std::string& selectInfo) in SetSelectInfo()
H A Dselect_overlay_pattern.h108 void SetSelectInfo(const std::string& selectInfo) in SetSelectInfo()
H A Dselect_overlay_node.cpp317 auto selectInfo = pattern->GetSelectInfo(); in BindButtonClickEvent() local
1196 auto selectInfo = pattern->GetSelectInfo(); in addMenuOptionItemsParams() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp746 SelectOverlayInfo selectInfo; variable
778 SelectOverlayInfo selectInfo; variable
819 SelectOverlayInfo selectInfo; variable
861 SelectOverlayInfo selectInfo; variable
H A Dweb_pattern_test.cpp366 SelectOverlayInfo selectInfo; variable
H A Dweb_pattern_test_ng.cpp264 SelectOverlayInfo selectInfo; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp157 void WebContextSelectOverlay::OnUpdateSelectOverlayInfo(SelectOverlayInfo& selectInfo, int32_t requ… in OnUpdateSelectOverlayInfo()
H A Dweb_pattern.cpp3775 void WebPattern::RegisterSelectOverlayCallback(SelectOverlayInfo& selectInfo, in RegisterSelectOverlayCallback()
3825 void WebPattern::RegisterSelectOverlayEvent(SelectOverlayInfo& selectInfo) in RegisterSelectOverlayEvent()
3907 const std::string selectInfo) { in OnSelectionMenuOptionsUpdate()
3939 void WebPattern::UpdateRunQuickMenuSelectInfo(SelectOverlayInfo& selectInfo, in UpdateRunQuickMenuSelectInfo()
4065 SelectOverlayInfo selectInfo; in RunQuickMenu() local
4116 void WebPattern::RegisterSelectOverLayOnClose(SelectOverlayInfo& selectInfo) in RegisterSelectOverLayOnClose()
4190 SelectOverlayInfo& selectInfo, in QuickMenuIsNeedNewAvoid()
4655 SelectOverlayInfo selectInfo; in OnTouchSelectionChanged() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp287 void RichEditorSelectOverlay::OnUpdateSelectOverlayInfo(SelectOverlayInfo& selectInfo, int32_t requ… in OnUpdateSelectOverlayInfo()
334 void RichEditorSelectOverlay::CheckMenuParamChange(SelectOverlayInfo& selectInfo, in CheckMenuParamChange()
H A Drich_editor_pattern.cpp3319 …auto selectInfo = GetSpansInfo(textSelector_.GetTextStart(), textSelector_.GetTextEnd(), GetSpansM… in JudgeContentDraggable() local
7153 void RichEditorPattern::CopySelectionMenuParams(SelectOverlayInfo& selectInfo, TextResponseType res… in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.h239 void OnUpdateOnCreateMenuCallback(SelectOverlayInfo& selectInfo) in OnUpdateOnCreateMenuCallback()
H A Dtext_pattern.h597 void CopySelectionMenuParams(SelectOverlayInfo& selectInfo) in CopySelectionMenuParams()
H A Dtext_pattern.cpp2573 void TextPattern::UpdateSelectOverlayOrCreate(SelectOverlayInfo& selectInfo, bool animation) in UpdateSelectOverlayOrCreate()
3558 void TextPattern::CopySelectionMenuParams(SelectOverlayInfo& selectInfo, TextResponseType responseT… in CopySelectionMenuParams()
3570 SelectOverlayInfo& selectInfo, std::shared_ptr<SelectionMenuParams> menuParams) in CopyBindSelectionMenuParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.cpp203 void SelectOverlayClient::UpdateSelectInfo(const std::string& selectInfo) in UpdateSelectInfo()
H A Dselect_overlay_manager.cpp59 SelectOverlayInfo selectInfo = info; in CreateAndShowSelectOverlay() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_click_test_ng.cpp192 SelectOverlayInfo selectInfo; variable
H A Drich_editor_overlay_test_ng.cpp969 SelectOverlayInfo selectInfo; variable
H A Drich_editor_test_ng.cpp2239 SelectOverlayInfo selectInfo; variable
2419 SelectOverlayInfo selectInfo; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_test_ng.cpp3631 SelectOverlayInfo selectInfo; variable
3673 SelectOverlayInfo selectInfo; variable
3784 SelectOverlayInfo selectInfo; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dselect_overlay_manager_test_ng.cpp1475 const std::string selectInfo = "selectInfo"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.cpp529 const auto* selectInfo = TypeInfoHelper::DynamicCast<SelectionInfo>(info); in CreatSelectEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp385 JSRef<JSVal> JSRichEditor::CreateJSSelection(const SelectionInfo& selectInfo) in CreateJSSelection()
H A Djs_web.cpp5160 instanceId, node = frameNode](const std::string selectInfo) { in SelectionMenuOptions()