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

  /external/libchrome/mojo/public/cpp/bindings/lib/
associated_binding.cc 45 void AssociatedBindingBase::FlushForTesting() {
46 endpoint_client_->FlushForTesting();
associated_interface_ptr_state.cc 40 void AssociatedInterfacePtrStateBase::FlushForTesting() {
41 endpoint_client_->FlushForTesting();
binding_state.cc 68 void BindingStateBase::FlushForTesting() {
69 endpoint_client_->FlushForTesting();
control_message_proxy.cc 147 void ControlMessageProxy::FlushForTesting() {
152 input_ptr->set_flush_for_testing(interface_control::FlushForTesting::New());
interface_ptr_state.h 129 void FlushForTesting() {
131 endpoint_client()->FlushForTesting();
interface_endpoint_client.cc 346 void InterfaceEndpointClient::FlushForTesting() {
347 control_message_proxy_.FlushForTesting();
  /external/libchrome/mojo/public/cpp/bindings/
strong_associated_binding.h 86 void FlushForTesting() { binding_.FlushForTesting(); }
strong_binding.h 99 void FlushForTesting() { binding_.FlushForTesting(); }
binding.h 228 void FlushForTesting() { internal_state_.FlushForTesting(); }
interface_ptr.h 128 void FlushForTesting() { internal_state_.FlushForTesting(); }
interface_ptr_set.h 61 // Calls FlushForTesting on all Ptrs sequentially. Since each call is a
63 void FlushForTesting() {
66 it.second->FlushForTesting();
114 void FlushForTesting() { ptr_.FlushForTesting(); }
associated_interface_ptr.h 116 void FlushForTesting() { internal_state_.FlushForTesting(); }
binding_set.h 194 void FlushForTesting() {
199 binding.second->FlushForTesting();
229 void FlushForTesting() { binding_.FlushForTesting(); }
  /external/libchrome/base/threading/
thread.cc 151 void Thread::FlushForTesting() {

Completed in 118 milliseconds