Searched refs:CefTranslatorTestScopedLibraryChild (Results 1 – 11 of 11) sorted by relevance
| /third_party/cef/libcef_dll/cpptoc/test/ |
| D | translator_test_scoped_library_child_cpptoc.cc | 25 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,
|
| D | translator_test_scoped_library_child_cpptoc.h | 31 CefTranslatorTestScopedLibraryChild,
|
| /third_party/cef/libcef_dll/ctocpp/test/ |
| D | translator_test_scoped_library_child_ctocpp.cc | 21 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,
|
| D | translator_test_scoped_library_ctocpp.cc | 80 CefOwnPtr<CefTranslatorTestScopedLibraryChild>( in UnwrapDerivedOwn() 81 reinterpret_cast<CefTranslatorTestScopedLibraryChild*>( in UnwrapDerivedOwn() 105 CefRawPtr<CefTranslatorTestScopedLibraryChild>( in UnwrapDerivedRaw() 106 reinterpret_cast<CefTranslatorTestScopedLibraryChild*>(c)))); in UnwrapDerivedRaw()
|
| D | translator_test_ctocpp.h | 109 CefOwnPtr<CefTranslatorTestScopedLibraryChild> val) override; 112 CefOwnPtr<CefTranslatorTestScopedLibraryChild> val) override; 122 CefRawPtr<CefTranslatorTestScopedLibraryChild> val) override;
|
| D | translator_test_scoped_library_child_ctocpp.h | 31 CefTranslatorTestScopedLibraryChild,
|
| D | translator_test_ctocpp.cc | 1201 CefOwnPtr<CefTranslatorTestScopedLibraryChild> val) { in SetChildOwnPtrLibrary() 1227 CefOwnPtr<CefTranslatorTestScopedLibraryChild> val) { in SetChildOwnPtrLibraryAndReturnParent() 1380 CefRawPtr<CefTranslatorTestScopedLibraryChild> val) { in SetChildRawPtrLibrary()
|
| /third_party/cef/include/test/ |
| D | cef_translator_test.h | 63 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/ |
| D | translator_test_impl.cc | 138 : 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/ |
| D | translator_unittest.cc | 420 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/ |
| D | 0004-ohos-3.2-Beta5.patch | 21092 - CefOwnPtr<CefTranslatorTestScopedLibraryChild> val) { 21095 + CefOwnPtr<CefTranslatorTestScopedLibraryChild> val) { 21521 -CefOwnPtr<CefTranslatorTestScopedLibraryChild> 21522 -CefTranslatorTestScopedLibraryChild::Create(int value, int other_value) { 21524 + CefTranslatorTestScopedLibraryChild> CefTranslatorTestScopedLibraryChild::
|