Home
last modified time | relevance | path

Searched defs:FlushForTesting (Results 1 – 16 of 16) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/
Dinterface_ptr_set.h63 void FlushForTesting() { in FlushForTesting() function
114 void FlushForTesting() { ptr_.FlushForTesting(); } in FlushForTesting() function
Dstrong_binding.h99 void FlushForTesting() { binding_.FlushForTesting(); } in FlushForTesting() function
Dstrong_associated_binding.h86 void FlushForTesting() { binding_.FlushForTesting(); } in FlushForTesting() function
Dbinding.h228 void FlushForTesting() { internal_state_.FlushForTesting(); } in FlushForTesting() function
Dinterface_ptr.h128 void FlushForTesting() { internal_state_.FlushForTesting(); } in FlushForTesting() function
Dassociated_interface_ptr.h116 void FlushForTesting() { internal_state_.FlushForTesting(); } in FlushForTesting() function
/external/libchrome/mojo/public/cpp/bindings/lib/
Dassociated_binding.cc45 void AssociatedBindingBase::FlushForTesting() { in FlushForTesting() function in mojo::AssociatedBindingBase
Dassociated_interface_ptr_state.cc40 void AssociatedInterfacePtrStateBase::FlushForTesting() { in FlushForTesting() function in mojo::internal::AssociatedInterfacePtrStateBase
Dbinding_state.cc68 void BindingStateBase::FlushForTesting() { in FlushForTesting() function in mojo::internal::BindingStateBase
Dinterface_ptr_state.h129 void FlushForTesting() { in FlushForTesting() function
Dcontrol_message_proxy.cc147 void ControlMessageProxy::FlushForTesting() { in FlushForTesting() function in mojo::internal::ControlMessageProxy
Dinterface_endpoint_client.cc346 void InterfaceEndpointClient::FlushForTesting() { in FlushForTesting() function in mojo::InterfaceEndpointClient
/external/libchrome/base/threading/
Dthread.cc151 void Thread::FlushForTesting() { in FlushForTesting() function in base::Thread
Dthread_unittest.cc492 TEST_F(ThreadTest, FlushForTesting) { in TEST_F() argument
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc373 TEST_P(BindingTest, FlushForTesting) { in TEST_P() argument
587 TEST_P(StrongBindingTest, FlushForTesting) { in TEST_P() argument
Dinterface_ptr_unittest.cc740 TEST_P(InterfacePtrTest, FlushForTesting) { in TEST_P() argument