Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/test/
Dtranslator_test_ctocpp.h69 bool GetPointListByRef(PointList& val) override;
Dtranslator_test_ctocpp.cc636 bool CefTranslatorTestCToCpp::GetPointListByRef(PointList& val) { in GetPointListByRef() function in CefTranslatorTestCToCpp
/third_party/cef/include/test/
Dcef_translator_test.h299 virtual bool GetPointListByRef(PointList& val) = 0;
/third_party/cef/libcef/common/test/
Dtranslator_test_impl.cc373 bool GetPointListByRef(PointList& val) override { in GetPointListByRef() function in CefTranslatorTestImpl
/third_party/cef/tests/ceftests/
Dtranslator_unittest.cc163 EXPECT_TRUE(obj->GetPointListByRef(list)); in TEST()
/third_party/cef/libcef_dll/cpptoc/test/
Dtranslator_test_cpptoc.cc690 bool _retval = CefTranslatorTestCppToC::Get(self)->GetPointListByRef(valList); in translator_test_get_point_list_by_ref()