Searched refs:GetPointListByRef (Results 1 – 6 of 6) sorted by relevance
69 bool GetPointListByRef(PointList& val) override;
636 bool CefTranslatorTestCToCpp::GetPointListByRef(PointList& val) { in GetPointListByRef() function in CefTranslatorTestCToCpp
299 virtual bool GetPointListByRef(PointList& val) = 0;
373 bool GetPointListByRef(PointList& val) override { in GetPointListByRef() function in CefTranslatorTestImpl
163 EXPECT_TRUE(obj->GetPointListByRef(list)); in TEST()
690 bool _retval = CefTranslatorTestCppToC::Get(self)->GetPointListByRef(valList); in translator_test_get_point_list_by_ref()