Home
last modified time | relevance | path

Searched refs:SetRefPtrClient (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/test/
Dtranslator_test_ctocpp.h88 int SetRefPtrClient(CefRefPtr<CefTranslatorTestRefPtrClient> val) override;
Dtranslator_test_ctocpp.cc916 int CefTranslatorTestCToCpp::SetRefPtrClient( in SetRefPtrClient() function in CefTranslatorTestCToCpp
/third_party/cef/include/test/
Dcef_translator_test.h388 virtual int SetRefPtrClient(CefRefPtr<CefTranslatorTestRefPtrClient> val) = 0;
/third_party/cef/tests/ceftests/
Dtranslator_unittest.cc315 EXPECT_EQ(kTestVal, obj->SetRefPtrClient(test_obj.get())); in TEST()
338 int retval = obj->SetRefPtrClient(test_obj); in TEST()
/third_party/cef/libcef/common/test/
Dtranslator_test_impl.cc436 int SetRefPtrClient(CefRefPtr<CefTranslatorTestRefPtrClient> val) override { in SetRefPtrClient() function in CefTranslatorTestImpl
/third_party/cef/libcef_dll/cpptoc/test/
Dtranslator_test_cpptoc.cc952 int _retval = CefTranslatorTestCppToC::Get(self)->SetRefPtrClient( in translator_test_set_ref_ptr_client()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch21038 @@ -937,9 +936,8 @@ int CefTranslatorTestCToCpp::SetRefPtrClient(