Home
last modified time | relevance | path

Searched refs:GetPoint (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/test/
Dtranslator_test_ctocpp.h65 CefPoint GetPoint() override;
Dtranslator_test_ctocpp.cc554 NO_SANITIZE("cfi-icall") CefPoint CefTranslatorTestCToCpp::GetPoint() { in GetPoint() function in CefTranslatorTestCToCpp
/third_party/cef/include/test/
Dcef_translator_test.h270 virtual CefPoint GetPoint() = 0;
/third_party/cef/libcef/common/test/
Dtranslator_test_impl.cc354 CefPoint GetPoint() override { return CefPoint(TEST_X_VAL, TEST_Y_VAL); } in GetPoint() function in CefTranslatorTestImpl
/third_party/cef/tests/ceftests/
Dtranslator_unittest.cc142 EXPECT_EQ(point, obj->GetPoint()); in TEST()
/third_party/cef/libcef_dll/cpptoc/test/
Dtranslator_test_cpptoc.cc577 cef_point_t _retval = CefTranslatorTestCppToC::Get(self)->GetPoint(); in translator_test_get_point()