/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | data_detector_mgr.cpp | 87 std::vector<int8_t> ret = GetWordSelection(content, caretPos); in AdjustWordSelection() 99 std::vector<int8_t> DataDetectorMgr::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() function in OHOS::Ace::DataDetectorMgr 102 return engine_->GetWordSelection(text, offset); in GetWordSelection()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/advance/ |
H A D | data_detector_mgr.cpp | 44 auto ret = GetWordSelection(content, caretPos); in AdjustWordSelection() 49 std::vector<int8_t> DataDetectorMgr::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() function in OHOS::Ace::DataDetectorMgr
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_data_detector_mgr.cpp | 42 auto ret = GetWordSelection(content, caretPos); in AdjustWordSelection() 47 std::vector<int8_t> DataDetectorMgr::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() function in OHOS::Ace::DataDetectorMgr
|
H A D | mock_data_detector_mgr.h | 24 MOCK_METHOD2(GetWordSelection, std::vector<int8_t> (const std::string& text, int8_t offset));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ai/ |
H A D | data_detector_mgr.h | 39 std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset) override;
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/ |
H A D | data_detector_interface.h | 63 virtual std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_common_test_ng.cpp | 133 EXPECT_CALL(mockDataDetectorMgr, GetWordSelection(_, _)) in InitAdjustObject()
|
H A D | rich_editor_test_ng.cpp | 386 EXPECT_CALL(mockDataDetectorMgr, GetWordSelection(_, _)) in InitAdjustObject()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.h | 526 ArkWebCharVector GetWordSelection(const ArkWebString& text, int8_t offset) override;
|
H A D | ark_web_handler_impl.cpp | 755 ArkWebCharVector ArkWebHandlerImpl::GetWordSelection(const ArkWebString& text, int8_t offset) in GetWordSelection() function in OHOS::ArkWeb::ArkWebHandlerImpl 760 …std::vector<int8_t> vec = nweb_handler_->GetWordSelection(ArkWebStringStructToClass(text), offset); in GetWordSelection()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_handler.h | 630 virtual ArkWebCharVector GetWordSelection(const ArkWebString& text, int8_t offset) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_wordbreak_test.cpp | 229 EXPECT_CALL(mockDataDetectorMgr, GetWordSelection(_, _)) in InitAdjustObject()
|
H A D | text_field_controller_test.cpp | 46 EXPECT_CALL(mockDataDetectorMgr, GetWordSelection(_, _)) in InitAdjustObject()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.cpp | 860 std::vector<int8_t> ArkWebHandlerWrapper::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() function in OHOS::ArkWeb::ArkWebHandlerWrapper 863 ArkWebCharVector ark_result = ark_web_handler_->GetWordSelection(ark_text, offset); in GetWordSelection()
|
H A D | ark_web_handler_wrapper.h | 549 std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 273 std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset) override;
|
H A D | web_client_impl.cpp | 1097 std::vector<int8_t> WebClientImpl::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() function in OHOS::Ace::WebClientImpl 1103 return delegate->GetWordSelection(text, offset); in GetWordSelection()
|
H A D | web_delegate.h | 965 std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset);
|
H A D | web_delegate.cpp | 6947 std::vector<int8_t> WebDelegate::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() function in OHOS::Ace::WebDelegate 6952 return webPattern->GetWordSelection(text, offset); in GetWordSelection()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 861 virtual std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.h | 631 std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset);
|
H A D | web_pattern.cpp | 6513 std::vector<int8_t> WebPattern::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() function in OHOS::Ace::NG::WebPattern 6517 return DataDetectorMgr::GetInstance().GetWordSelection(text, offset); in GetWordSelection()
|