Home | History | Annotate | Download | only in browser

Lines Matching refs:Client

34   class Client {
54 virtual ~Client() {}
57 class PluginClient : public Client {
66 class BrokerClient : public Client {
101 // Opens a new channel to the plugin. The client will be notified when the
103 void OpenChannelToPlugin(Client* client);
112 // The client pointer must remain valid until its callback is issued.
127 void RequestPluginChannel(Client* client);
152 std::vector<Client*> pending_requests_;
156 std::queue<Client*> sent_requests_;