Lines Matching defs:proxy
810 IPC::ChannelProxy* proxy() { return proxy_.get(); }
838 IPC::ChannelProxy* proxy() { return runner_->proxy(); }
948 IPC::ChannelProxy* proxy() { return runner_->proxy(); }
971 proxy()->GetRemoteAssociatedInterface(&driver);
975 SendValue(proxy(), i);
1030 // targeting proxy thread bindings, and the channel will still dispatch
1056 // interfaces are bound on the proxy thread. This ensures that the Ping
1062 proxy()->GetRemoteAssociatedInterface(&driver);
1171 listener.set_sync_sender(proxy());
1181 proxy()->GetRemoteAssociatedInterface(&client);
1198 EXPECT_TRUE(proxy()->Send(request.release()));
1281 client_impl.set_sync_sender(proxy());
1285 proxy()->GetRemoteAssociatedInterface(&driver);
1342 SendValue(proxy(), 1);
1344 proxy()->Pause();
1347 SendValue(proxy(), 2);
1348 SendValue(proxy(), 3);
1350 proxy()->Unpause(false /* flush */);
1353 SendValue(proxy(), 4);
1354 SendValue(proxy(), 5);
1357 proxy()->Flush();
1417 proxy()->GetRemoteAssociatedInterface(&vendor);
1424 proxy()->GetRemoteAssociatedInterface(&tester);