• Home
  • Raw
  • Download

Lines Matching refs:binding_

254   ListenerThatBindsATestStructPasser() : binding_(this) {}  in ListenerThatBindsATestStructPasser()
266 binding_.Bind( in OnAssociatedInterfaceRequest()
274 mojo::AssociatedBinding<IPC::mojom::TestStructPasser> binding_; member in __anonc17630240111::ListenerThatBindsATestStructPasser
663 : quit_closure_(std::move(quit_closure)), binding_(this) {} in ListenerWithSimpleAssociatedInterface()
703 DCHECK(!binding_.is_bound()); in BindRequest()
704 binding_.Bind(std::move(request)); in BindRequest()
711 mojo::AssociatedBinding<IPC::mojom::SimpleTestDriver> binding_; member in __anonc17630240111::ListenerWithSimpleAssociatedInterface
852 : quit_closure_(std::move(quit_closure)), binding_(this) {} in ListenerWithSimpleProxyAssociatedInterface()
871 binding_.Bind( in OnAssociatedInterfaceRequest()
893 binding_.Close(); in RequestQuit()
898 DCHECK(!binding_.is_bound()); in BindRequest()
899 binding_.Bind(std::move(request)); in BindRequest()
906 mojo::AssociatedBinding<IPC::mojom::SimpleTestDriver> binding_; member in __anonc17630240111::ListenerWithSimpleProxyAssociatedInterface
1076 ListenerWithSyncAssociatedInterface() : binding_(this) {} in ListenerWithSyncAssociatedInterface()
1087 void CloseBinding() { binding_.Close(); } in CloseBinding()
1128 DCHECK(!binding_.is_bound()); in OnAssociatedInterfaceRequest()
1130 binding_.Bind( in OnAssociatedInterfaceRequest()
1135 DCHECK(!binding_.is_bound()); in BindRequest()
1136 binding_.Bind(std::move(request)); in BindRequest()
1144 mojo::AssociatedBinding<IPC::mojom::SimpleTestDriver> binding_; member in __anonc17630240111::ListenerWithSyncAssociatedInterface
1210 SimpleTestClientImpl() : binding_(this) {} in SimpleTestClientImpl()
1261 DCHECK(!binding_.is_bound()); in OnAssociatedInterfaceRequest()
1264 binding_.Bind( in OnAssociatedInterfaceRequest()
1269 mojo::AssociatedBinding<IPC::mojom::SimpleTestClient> binding_; member in __anonc17630240111::SimpleTestClientImpl