Home | History | Annotate | Download | only in browser

Lines Matching refs:Client

37   class Client : public base::RefCountedThreadSafe<Client> {
39 Client() {}
107 friend class base::RefCountedThreadSafe<Client>;
109 virtual ~Client() {}
116 DISALLOW_COPY_AND_ASSIGN(Client);
119 UtilityProcessHost(Client* client, BrowserThread::ID client_thread_id);
158 // to the client via OnJSONParseSucceeded or OnJSONParseFailed.
184 // A pointer to our client interface, who will be informed of progress.
185 scoped_refptr<Client> client_;