/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()
|
/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
|
/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));
|
/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;
|
/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 in OHOS::Ace::DataDetectorInterface
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_common_test_ng.cpp | 134 EXPECT_CALL(mockDataDetectorMgr, GetWordSelection(_, _)) in InitAdjustObject()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 275 std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset) override;
|
H A D | web_client_impl.cpp | 1101 std::vector<int8_t> WebClientImpl::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() function in OHOS::Ace::WebClientImpl 1107 return delegate->GetWordSelection(text, offset); in GetWordSelection()
|
H A D | web_delegate.h | 1019 std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset);
|
H A D | web_delegate.cpp | 6911 std::vector<int8_t> WebDelegate::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() function in OHOS::Ace::WebDelegate 6916 return webPattern->GetWordSelection(text, offset); in GetWordSelection()
|
/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()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 1111 std::vector<int8_t> WebDelegate::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() function in OHOS::Ace::WebDelegate
|
H A D | web_pattern_touch_test_ng.cpp | 327 * @tc.desc: GetWordSelection. 345 auto ret = webPattern->GetWordSelection(text, offset); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.h | 637 std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset);
|
H A D | web_pattern.cpp | 6526 std::vector<int8_t> WebPattern::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() function in OHOS::Ace::NG::WebPattern 6528 return DataDetectorMgr::GetInstance().GetWordSelection(text, offset); in GetWordSelection() 6929 DataDetectorMgr::GetInstance().GetWordSelection("ArkWeb", 0); in InitAiEngine()
|