Home
last modified time | relevance | path

Searched refs:CefTranslatorTestScopedLibraryChild (Results 1 – 11 of 11) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/test/
Dtranslator_test_scoped_library_child_cpptoc.cc25 CefOwnPtr<CefTranslatorTestScopedLibraryChild> _retval = in cef_translator_test_scoped_library_child_create()
26 CefTranslatorTestScopedLibraryChild::Create(value, other_value); in cef_translator_test_scoped_library_child_create()
118 CefOwnPtr<CefTranslatorTestScopedLibraryChild>
120 CefTranslatorTestScopedLibraryChild,
129 return CefOwnPtr<CefTranslatorTestScopedLibraryChild>(); in UnwrapDerivedOwn()
133 CefRawPtr<CefTranslatorTestScopedLibraryChild>
135 CefTranslatorTestScopedLibraryChild,
150 CefTranslatorTestScopedLibraryChild,
Dtranslator_test_scoped_library_child_cpptoc.h31 CefTranslatorTestScopedLibraryChild,
/third_party/cef/libcef_dll/ctocpp/test/
Dtranslator_test_scoped_library_child_ctocpp.cc21 CefOwnPtr<CefTranslatorTestScopedLibraryChild>
22 CefTranslatorTestScopedLibraryChild::Create(int value, int other_value) { in Create()
104 CefTranslatorTestScopedLibraryChild,
107 CefOwnPtr<CefTranslatorTestScopedLibraryChild> c) { in UnwrapDerivedOwn()
122 CefTranslatorTestScopedLibraryChild,
125 CefRawPtr<CefTranslatorTestScopedLibraryChild> c) { in UnwrapDerivedRaw()
140 CefTranslatorTestScopedLibraryChild,
Dtranslator_test_scoped_library_ctocpp.cc80 CefOwnPtr<CefTranslatorTestScopedLibraryChild>( in UnwrapDerivedOwn()
81 reinterpret_cast<CefTranslatorTestScopedLibraryChild*>( in UnwrapDerivedOwn()
105 CefRawPtr<CefTranslatorTestScopedLibraryChild>( in UnwrapDerivedRaw()
106 reinterpret_cast<CefTranslatorTestScopedLibraryChild*>(c)))); in UnwrapDerivedRaw()
Dtranslator_test_ctocpp.h109 CefOwnPtr<CefTranslatorTestScopedLibraryChild> val) override;
112 CefOwnPtr<CefTranslatorTestScopedLibraryChild> val) override;
122 CefRawPtr<CefTranslatorTestScopedLibraryChild> val) override;
Dtranslator_test_scoped_library_child_ctocpp.h31 CefTranslatorTestScopedLibraryChild,
Dtranslator_test_ctocpp.cc1201 CefOwnPtr<CefTranslatorTestScopedLibraryChild> val) { in SetChildOwnPtrLibrary()
1227 CefOwnPtr<CefTranslatorTestScopedLibraryChild> val) { in SetChildOwnPtrLibraryAndReturnParent()
1380 CefRawPtr<CefTranslatorTestScopedLibraryChild> val) { in SetChildRawPtrLibrary()
/third_party/cef/include/test/
Dcef_translator_test.h63 class CefTranslatorTestScopedLibraryChild; variable
479 CefOwnPtr<CefTranslatorTestScopedLibraryChild> val) = 0;
488 CefOwnPtr<CefTranslatorTestScopedLibraryChild> val) = 0;
544 CefRawPtr<CefTranslatorTestScopedLibraryChild> val) = 0;
731 class CefTranslatorTestScopedLibraryChild
738 static CefOwnPtr<CefTranslatorTestScopedLibraryChild> Create(int value,
759 : public CefTranslatorTestScopedLibraryChild {
/third_party/cef/libcef/common/test/
Dtranslator_test_impl.cc138 : public CefTranslatorTestScopedLibraryChild {
162 CefOwnPtr<CefTranslatorTestScopedLibraryChild>
163 CefTranslatorTestScopedLibraryChild::Create(int value, int other_value) { in Create()
164 return CefOwnPtr<CefTranslatorTestScopedLibraryChild>( in Create()
497 CefOwnPtr<CefTranslatorTestScopedLibraryChild> val) override { in SetChildOwnPtrLibrary()
503 CefOwnPtr<CefTranslatorTestScopedLibraryChild> val) override { in SetChildOwnPtrLibraryAndReturnParent()
535 CefRawPtr<CefTranslatorTestScopedLibraryChild> val) override { in SetChildRawPtrLibrary()
/third_party/cef/tests/ceftests/
Dtranslator_unittest.cc420 CefOwnPtr<CefTranslatorTestScopedLibraryChild> test_obj = in TEST()
421 CefTranslatorTestScopedLibraryChild::Create(kTestVal, kTestVal2); in TEST()
429 test_obj = CefTranslatorTestScopedLibraryChild::Create(kTestVal, kTestVal2); in TEST()
434 test_obj = CefTranslatorTestScopedLibraryChild::Create(kTestVal, kTestVal2); in TEST()
609 CefOwnPtr<CefTranslatorTestScopedLibraryChild> test_obj( in TEST()
610 CefTranslatorTestScopedLibraryChild::Create(kTestVal, kTestVal2)); in TEST()
648 CefOwnPtr<CefTranslatorTestScopedLibraryChild> val2( in TEST()
649 CefTranslatorTestScopedLibraryChild::Create(kVal2, 0)); in TEST()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch21092 - CefOwnPtr<CefTranslatorTestScopedLibraryChild> val) {
21095 + CefOwnPtr<CefTranslatorTestScopedLibraryChild> val) {
21521 -CefOwnPtr<CefTranslatorTestScopedLibraryChild>
21522 -CefTranslatorTestScopedLibraryChild::Create(int value, int other_value) {
21524 + CefTranslatorTestScopedLibraryChild> CefTranslatorTestScopedLibraryChild::