/external/libchrome/mojo/public/cpp/bindings/ |
D | interface_ptr_set.h | 63 void FlushForTesting() { in FlushForTesting() function 114 void FlushForTesting() { ptr_.FlushForTesting(); } in FlushForTesting() function
|
D | strong_binding.h | 99 void FlushForTesting() { binding_.FlushForTesting(); } in FlushForTesting() function
|
D | strong_associated_binding.h | 86 void FlushForTesting() { binding_.FlushForTesting(); } in FlushForTesting() function
|
D | binding.h | 228 void FlushForTesting() { internal_state_.FlushForTesting(); } in FlushForTesting() function
|
D | interface_ptr.h | 128 void FlushForTesting() { internal_state_.FlushForTesting(); } in FlushForTesting() function
|
D | associated_interface_ptr.h | 116 void FlushForTesting() { internal_state_.FlushForTesting(); } in FlushForTesting() function
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | associated_binding.cc | 45 void AssociatedBindingBase::FlushForTesting() { in FlushForTesting() function in mojo::AssociatedBindingBase
|
D | associated_interface_ptr_state.cc | 40 void AssociatedInterfacePtrStateBase::FlushForTesting() { in FlushForTesting() function in mojo::internal::AssociatedInterfacePtrStateBase
|
D | binding_state.cc | 68 void BindingStateBase::FlushForTesting() { in FlushForTesting() function in mojo::internal::BindingStateBase
|
D | interface_ptr_state.h | 129 void FlushForTesting() { in FlushForTesting() function
|
D | control_message_proxy.cc | 147 void ControlMessageProxy::FlushForTesting() { in FlushForTesting() function in mojo::internal::ControlMessageProxy
|
D | interface_endpoint_client.cc | 346 void InterfaceEndpointClient::FlushForTesting() { in FlushForTesting() function in mojo::InterfaceEndpointClient
|
/external/libchrome/base/threading/ |
D | thread.cc | 151 void Thread::FlushForTesting() { in FlushForTesting() function in base::Thread
|
D | thread_unittest.cc | 492 TEST_F(ThreadTest, FlushForTesting) { in TEST_F() argument
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | binding_unittest.cc | 373 TEST_P(BindingTest, FlushForTesting) { in TEST_P() argument 587 TEST_P(StrongBindingTest, FlushForTesting) { in TEST_P() argument
|
D | interface_ptr_unittest.cc | 740 TEST_P(InterfacePtrTest, FlushForTesting) { in TEST_P() argument
|