Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/test/
Dtranslator_test_ctocpp.h53 bool GetIntListByRef(IntList& val) override;
Dtranslator_test_ctocpp.cc269 bool CefTranslatorTestCToCpp::GetIntListByRef(IntList& val) { in GetIntListByRef() function in CefTranslatorTestCToCpp
/third_party/cef/include/test/
Dcef_translator_test.h184 virtual bool GetIntListByRef(IntList& val) = 0;
/third_party/cef/libcef/common/test/
Dtranslator_test_impl.cc252 bool GetIntListByRef(IntList& val) override { in GetIntListByRef() function in CefTranslatorTestImpl
/third_party/cef/tests/ceftests/
Dtranslator_unittest.cc39 EXPECT_TRUE(obj->GetIntListByRef(list)); in TEST()
/third_party/cef/libcef_dll/cpptoc/test/
Dtranslator_test_cpptoc.cc302 bool _retval = CefTranslatorTestCppToC::Get(self)->GetIntListByRef(valList); in translator_test_get_int_list_by_ref()