HomeSort by relevance Sort by last modified time
    Searched refs:FlushForTesting (Results 1 - 21 of 21) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/lib/
control_message_proxy.h 31 void FlushForTesting();
binding_state.cc 54 void BindingStateBase::FlushForTesting() {
55 endpoint_client_->FlushForTesting();
associated_interface_ptr_state.h 65 void FlushForTesting() { endpoint_client_->FlushForTesting(); }
interface_ptr_state.h 75 void FlushForTesting() {
77 endpoint_client_->FlushForTesting();
binding_state.h 71 void FlushForTesting();
control_message_proxy.cc 160 void ControlMessageProxy::FlushForTesting() {
165 input_ptr->set_flush_for_testing(interface_control::FlushForTesting::New());
interface_endpoint_client.cc 337 void InterfaceEndpointClient::FlushForTesting() {
338 control_message_proxy_.FlushForTesting();
  /external/libmojo/mojo/public/cpp/bindings/
strong_binding.h 84 void FlushForTesting() { binding_.FlushForTesting(); }
interface_ptr.h 125 void FlushForTesting() { internal_state_.FlushForTesting(); }
binding_set.h 153 void FlushForTesting() {
155 binding.second->FlushForTesting();
178 void FlushForTesting() { binding_.FlushForTesting(); }
associated_interface_ptr.h 114 void FlushForTesting() { internal_state_.FlushForTesting(); }
binding.h 263 void FlushForTesting() { internal_state_.FlushForTesting(); }
associated_binding.h 68 void FlushForTesting();
interface_endpoint_client.h 113 void FlushForTesting();
  /external/libchrome/base/threading/
thread.h 152 void FlushForTesting();
thread_unittest.cc 487 TEST_F(ThreadTest, FlushForTesting) {
488 Thread a("FlushForTesting");
491 a.FlushForTesting();
496 a.FlushForTesting();
510 a.FlushForTesting();
517 a.FlushForTesting();
sequenced_worker_pool.h 365 void FlushForTesting();
thread.cc 151 void Thread::FlushForTesting() {
sequenced_worker_pool.cc     [all...]
  /external/libchrome/base/
sequence_checker_unittest.cc 57 pool_owner_.pool()->FlushForTesting();
255 second_pool_owner.pool()->FlushForTesting();
  /external/libchrome/base/files/
important_file_writer_unittest.cc 216 file_writer_thread.FlushForTesting();

Completed in 301 milliseconds