Searched refs:GetYCoord (Results 1 - 12 of 12) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_context_select_overlay.cpp | 166 offset + OffsetF(pattern->contextMenuParam_->GetXCoord(), pattern->contextMenuParam_->GetYCoord()); in OnUpdateSelectOverlayInfo()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_new_branch_test.cpp | 67 int32_t GetYCoord() override
131 int32_t GetYCoord() override
195 int32_t GetYCoord() override
259 int32_t GetYCoord() override
|
H A D | web_context_select_overlay_test.cpp | 83 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 D | web_pattern_test.cpp | 150 int32_t GetYCoord() override
|
H A D | mock_web_delegate.cpp | 313 int32_t ContextMenuParamOhos::GetYCoord() const in GetYCoord() function in OHOS::Ace::ContextMenuParamOhos
|
H A D | web_pattern_test_ng_supplement.cpp | 48 MOCK_METHOD(int32_t, GetYCoord, (), (const, override));
|
H A D | web_pattern_test_ng.cpp | 133 MOCK_METHOD(int32_t, GetYCoord, (), (const, override)); 2516 MOCK_METHOD(int32_t, GetYCoord, (), (override)); 2535 int32_t GetYCoord() override
|
H A D | web_pattern_select_test_ng.cpp | 222 int32_t GetYCoord() override
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 266 int32_t GetYCoord() const override;
|
H A D | web_delegate.cpp | 456 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 D | web_event.h | 1381 virtual int32_t GetYCoord() const = 0;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 1529 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