OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProxyAckNotifierDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/
reliable_quic_stream.h
181
class
ProxyAckNotifierDelegate
;
185
scoped_refptr<
ProxyAckNotifierDelegate
> delegate_in);
191
scoped_refptr<
ProxyAckNotifierDelegate
> delegate;
reliable_quic_stream.cc
66
class ReliableQuicStream::
ProxyAckNotifierDelegate
69
explicit
ProxyAckNotifierDelegate
(DelegateInterface* delegate)
109
virtual ~
ProxyAckNotifierDelegate
() OVERRIDE {
129
DISALLOW_COPY_AND_ASSIGN(
ProxyAckNotifierDelegate
);
133
string data_in, scoped_refptr<
ProxyAckNotifierDelegate
> delegate_in)
276
scoped_refptr<
ProxyAckNotifierDelegate
> proxy_delegate;
278
proxy_delegate = new
ProxyAckNotifierDelegate
(ack_notifier_delegate);
311
ProxyAckNotifierDelegate
* delegate = pending_data->delegate.get();
Completed in 231 milliseconds