/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/ |
H A D | select_overlay_test_ng.cpp | 139 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 D | select_overlay_paint_method_test_ng.cpp | 111 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 D | select_overlay_node.h | 67 void SetSelectInfo(const std::string& selectInfo) in SetSelectInfo()
|
H A D | select_overlay_pattern.h | 108 void SetSelectInfo(const std::string& selectInfo) in SetSelectInfo()
|
H A D | select_overlay_node.cpp | 317 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 D | web_context_select_overlay_test.cpp | 746 SelectOverlayInfo selectInfo; variable 778 SelectOverlayInfo selectInfo; variable 819 SelectOverlayInfo selectInfo; variable 861 SelectOverlayInfo selectInfo; variable
|
H A D | web_pattern_test.cpp | 366 SelectOverlayInfo selectInfo; variable
|
H A D | web_pattern_test_ng.cpp | 264 SelectOverlayInfo selectInfo; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_context_select_overlay.cpp | 157 void WebContextSelectOverlay::OnUpdateSelectOverlayInfo(SelectOverlayInfo& selectInfo, int32_t requ… in OnUpdateSelectOverlayInfo()
|
H A D | web_pattern.cpp | 3775 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 D | rich_editor_select_overlay.cpp | 287 void RichEditorSelectOverlay::OnUpdateSelectOverlayInfo(SelectOverlayInfo& selectInfo, int32_t requ… in OnUpdateSelectOverlayInfo() 334 void RichEditorSelectOverlay::CheckMenuParamChange(SelectOverlayInfo& selectInfo, in CheckMenuParamChange()
|
H A D | rich_editor_pattern.cpp | 3319 …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 D | base_text_select_overlay.h | 239 void OnUpdateOnCreateMenuCallback(SelectOverlayInfo& selectInfo) in OnUpdateOnCreateMenuCallback()
|
H A D | text_pattern.h | 597 void CopySelectionMenuParams(SelectOverlayInfo& selectInfo) in CopySelectionMenuParams()
|
H A D | text_pattern.cpp | 2573 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 D | select_overlay_client.cpp | 203 void SelectOverlayClient::UpdateSelectInfo(const std::string& selectInfo) in UpdateSelectInfo()
|
H A D | select_overlay_manager.cpp | 59 SelectOverlayInfo selectInfo = info; in CreateAndShowSelectOverlay() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_click_test_ng.cpp | 192 SelectOverlayInfo selectInfo; variable
|
H A D | rich_editor_overlay_test_ng.cpp | 969 SelectOverlayInfo selectInfo; variable
|
H A D | rich_editor_test_ng.cpp | 2239 SelectOverlayInfo selectInfo; variable 2419 SelectOverlayInfo selectInfo; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_test_ng.cpp | 3631 SelectOverlayInfo selectInfo; variable 3673 SelectOverlayInfo selectInfo; variable 3784 SelectOverlayInfo selectInfo; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | select_overlay_manager_test_ng.cpp | 1475 const std::string selectInfo = "selectInfo"; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_rich_editor_bridge.cpp | 529 const auto* selectInfo = TypeInfoHelper::DynamicCast<SelectionInfo>(info); in CreatSelectEvent() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_richeditor.cpp | 385 JSRef<JSVal> JSRichEditor::CreateJSSelection(const SelectionInfo& selectInfo) in CreateJSSelection()
|
H A D | js_web.cpp | 5160 instanceId, node = frameNode](const std::string selectInfo) { in SelectionMenuOptions()
|