Home
last modified time | relevance | path

Searched refs:GetWordSelection (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddata_detector_mgr.cpp87 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 Ddata_detector_mgr.cpp44 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 Dmock_data_detector_mgr.cpp42 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 Dmock_data_detector_mgr.h24 MOCK_METHOD2(GetWordSelection, std::vector<int8_t> (const std::string& text, int8_t offset));
/foundation/arkui/ace_engine/frameworks/core/common/ai/
H A Ddata_detector_mgr.h39 std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset) override;
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
H A Ddata_detector_interface.h63 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 Drich_editor_common_test_ng.cpp134 EXPECT_CALL(mockDataDetectorMgr, GetWordSelection(_, _)) in InitAdjustObject()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h275 std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset) override;
H A Dweb_client_impl.cpp1101 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 Dweb_delegate.h1019 std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset);
H A Dweb_delegate.cpp6911 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 Dtext_input_wordbreak_test.cpp229 EXPECT_CALL(mockDataDetectorMgr, GetWordSelection(_, _)) in InitAdjustObject()
H A Dtext_field_controller_test.cpp46 EXPECT_CALL(mockDataDetectorMgr, GetWordSelection(_, _)) in InitAdjustObject()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp1111 std::vector<int8_t> WebDelegate::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() function in OHOS::Ace::WebDelegate
H A Dweb_pattern_touch_test_ng.cpp327 * @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 Dweb_pattern.h637 std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset);
H A Dweb_pattern.cpp6526 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()

Completed in 41 milliseconds