Home
last modified time | relevance | path

Searched refs:GetYCoord (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp166 offset + OffsetF(pattern->contextMenuParam_->GetXCoord(), pattern->contextMenuParam_->GetYCoord()); in OnUpdateSelectOverlayInfo()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_new_branch_test.cpp67 int32_t GetYCoord() override
131 int32_t GetYCoord() override
195 int32_t GetYCoord() override
259 int32_t GetYCoord() override
H A Dweb_context_select_overlay_test.cpp83 MOCK_METHOD(int32_t, GetYCoord, (), (const, override));
817 EXPECT_CALL(*mockMenuParam, GetYCoord).Times(1).WillOnce(Return(100)); in HWTEST_F()
859 EXPECT_CALL(*mockMenuParam, GetYCoord).Times(1).WillOnce(Return(10)); in HWTEST_F()
H A Dweb_pattern_test.cpp150 int32_t GetYCoord() override
H A Dmock_web_delegate.cpp313 int32_t ContextMenuParamOhos::GetYCoord() const in GetYCoord() function in OHOS::Ace::ContextMenuParamOhos
H A Dweb_pattern_test_ng_supplement.cpp48 MOCK_METHOD(int32_t, GetYCoord, (), (const, override));
H A Dweb_pattern_test_ng.cpp133 MOCK_METHOD(int32_t, GetYCoord, (), (const, override));
2516 MOCK_METHOD(int32_t, GetYCoord, (), (override));
2535 int32_t GetYCoord() override
H A Dweb_pattern_select_test_ng.cpp222 int32_t GetYCoord() override
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h266 int32_t GetYCoord() const override;
H A Dweb_delegate.cpp456 int32_t ContextMenuParamOhos::GetYCoord() const in GetYCoord() function in OHOS::Ace::ContextMenuParamOhos
459 return param_->GetYCoord(); in GetYCoord()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1381 virtual int32_t GetYCoord() const = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1529 JSClass<JSContextMenuParam>::CustomMethod("y", &JSContextMenuParam::GetYCoord); in JSBind()
1588 void GetYCoord(const JSCallbackInfo& args) in GetYCoord() function in OHOS::OHOS::Ace::Framework::JSContextMenuParam
1592 ret = param_->GetYCoord(); in GetYCoord()

Completed in 70 milliseconds