Home
last modified time | relevance | path

Searched defs:SetOtherValue (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/test/
Dtranslator_test_ref_ptr_library_child_ctocpp.cc56 void CefTranslatorTestRefPtrLibraryChildCToCpp::SetOtherValue(int value) { in SetOtherValue() function in CefTranslatorTestRefPtrLibraryChildCToCpp
Dtranslator_test_scoped_library_child_ctocpp.cc51 void CefTranslatorTestScopedLibraryChildCToCpp::SetOtherValue(int value) { in SetOtherValue() function in CefTranslatorTestScopedLibraryChildCToCpp
Dtranslator_test_ref_ptr_library_child_child_ctocpp.cc92 void CefTranslatorTestRefPtrLibraryChildChildCToCpp::SetOtherValue(int value) { in SetOtherValue() function in CefTranslatorTestRefPtrLibraryChildChildCToCpp
Dtranslator_test_scoped_library_child_child_ctocpp.cc83 void CefTranslatorTestScopedLibraryChildChildCToCpp::SetOtherValue(int value) { in SetOtherValue() function in CefTranslatorTestScopedLibraryChildChildCToCpp
/third_party/cef/libcef/common/test/
Dtranslator_test_impl.cc51 void SetOtherValue(int value) override { other_value_ = value; } in SetOtherValue() function in CefTranslatorTestRefPtrLibraryChildImpl
88 void SetOtherValue(int value) override { other_value_ = value; } in SetOtherValue() function in CefTranslatorTestRefPtrLibraryChildChildImpl
154 void SetOtherValue(int value) override { other_value_ = value; } in SetOtherValue() function in CefTranslatorTestScopedLibraryChildImpl
189 void SetOtherValue(int value) override { other_value_ = value; } in SetOtherValue() function in CefTranslatorTestScopedLibraryChildChildImpl