Home
last modified time | relevance | path

Searched refs:GetSelectionText (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp69 hasText_ = !pattern->contextMenuParam_->GetSelectionText().empty(); in OnUpdateMenuInfo()
95 return pattern->contextMenuParam_->GetSelectionText(); in GetSelectedText()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp85 MOCK_METHOD(std::string, GetSelectionText, (), (const, override));
340 EXPECT_CALL(*mockMenuParam, GetSelectionText).Times(1).WillOnce(Return("")); in HWTEST_F()
378 EXPECT_CALL(*mockMenuParam, GetSelectionText).Times(1).WillOnce(Return("")); in HWTEST_F()
494 EXPECT_CALL(*mockMenuParam, GetSelectionText).Times(1).WillOnce(Return("HelloWorld")); in HWTEST_F()
565 EXPECT_CALL(*mockMenuParam, GetSelectionText).Times(1).WillOnce(Return("HelloWorld")); in HWTEST_F()
575 EXPECT_CALL(*mockMenuParam, GetSelectionText).Times(1).WillOnce(Return("")); in HWTEST_F()
H A Dmock_web_delegate.cpp353 std::string ContextMenuParamOhos::GetSelectionText() const in GetSelectionText() function in OHOS::Ace::ContextMenuParamOhos
H A Dweb_pattern_test_ng_supplement.cpp58 MOCK_METHOD(std::string, GetSelectionText, (), (const, override));
H A Dweb_pattern_test_ng.cpp143 MOCK_METHOD(std::string, GetSelectionText, (), (const, override));
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h276 std::string GetSelectionText() const override;
H A Dweb_delegate.cpp536 std::string ContextMenuParamOhos::GetSelectionText() const in GetSelectionText() function in OHOS::Ace::ContextMenuParamOhos
539 return param_->GetSelectionText(); in GetSelectionText()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1391 virtual std::string GetSelectionText() const = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1534 JSClass<JSContextMenuParam>::CustomMethod("getSelectionText", &JSContextMenuParam::GetSelectionText); in JSBind()
1643 void GetSelectionText(const JSCallbackInfo& args) in GetSelectionText() function in OHOS::OHOS::Ace::Framework::JSContextMenuParam
1647 text = param_->GetSelectionText(); in GetSelectionText()

Completed in 44 milliseconds