Searched refs:GetPoint (Results 1 – 6 of 6) sorted by relevance
65 CefPoint GetPoint() override;
554 NO_SANITIZE("cfi-icall") CefPoint CefTranslatorTestCToCpp::GetPoint() { in GetPoint() function in CefTranslatorTestCToCpp
270 virtual CefPoint GetPoint() = 0;
354 CefPoint GetPoint() override { return CefPoint(TEST_X_VAL, TEST_Y_VAL); } in GetPoint() function in CefTranslatorTestImpl
142 EXPECT_EQ(point, obj->GetPoint()); in TEST()
577 cef_point_t _retval = CefTranslatorTestCppToC::Get(self)->GetPoint(); in translator_test_get_point()