Home
last modified time | relevance | path

Searched refs:SwapImplForTesting (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/
Dbinding_set.h130 ImplPointerType SwapImplForTesting(BindingId id, ImplPointerType new_impl) {
135 return it->second->SwapImplForTesting(new_impl);
231 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) {
232 return binding_.SwapImplForTesting(new_impl);
Dbinding.h238 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) { in SwapImplForTesting() function
239 return internal_state_.SwapImplForTesting(new_impl); in SwapImplForTesting()
Dstrong_associated_binding.h89 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) { in SwapImplForTesting() function
90 return binding_.SwapImplForTesting(new_impl); in SwapImplForTesting()
Dassociated_binding.h141 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) { in SwapImplForTesting() function
/external/libchrome/mojo/public/cpp/bindings/lib/
Dbinding_state.h127 ImplPointerType SwapImplForTesting(ImplPointerType new_impl) { in SwapImplForTesting() function