Home | History | Annotate | Download | only in http

Lines Matching defs:HttpProxyClientSocket

26 HttpProxyClientSocket::HttpProxyClientSocket(
38 io_callback_(this, &HttpProxyClientSocket::OnIOComplete)),
61 HttpProxyClientSocket::~HttpProxyClientSocket() {
65 int HttpProxyClientSocket::RestartWithAuth(CompletionCallback* callback) {
79 const HttpResponseInfo* HttpProxyClientSocket::GetConnectResponseInfo() const {
83 HttpStream* HttpProxyClientSocket::CreateConnectResponseStream() {
92 int HttpProxyClientSocket::Connect(CompletionCallback* callback
122 void HttpProxyClientSocket::Disconnect() {
132 bool HttpProxyClientSocket::IsConnected() const {
136 bool HttpProxyClientSocket::IsConnectedAndIdle() const {
141 const BoundNetLog& HttpProxyClientSocket::NetLog() const {
145 void HttpProxyClientSocket::SetSubresourceSpeculation() {
153 void HttpProxyClientSocket::SetOmniboxSpeculation() {
161 bool HttpProxyClientSocket::WasEverUsed() const {
169 bool HttpProxyClientSocket::UsingTCPFastOpen() const {
177 int HttpProxyClientSocket::Read(IOBuffer* buf, int buf_len,
197 int HttpProxyClientSocket::Write(IOBuffer* buf, int buf_len,
205 bool HttpProxyClientSocket::SetReceiveBufferSize(int32 size) {
209 bool HttpProxyClientSocket::SetSendBufferSize(int32 size) {
213 int HttpProxyClientSocket::GetPeerAddress(AddressList* address) const {
217 int HttpProxyClientSocket::GetLocalAddress(IPEndPoint* address) const {
221 int HttpProxyClientSocket::PrepareForAuthRestart() {
241 int HttpProxyClientSocket::DidDrainBodyForAuthRestart(bool keep_alive) {
262 int HttpProxyClientSocket::HandleAuthChallenge() {
273 void HttpProxyClientSocket::LogBlockedTunnelResponse(int response_code) const {
279 void HttpProxyClientSocket::DoCallback(int result) {
290 void HttpProxyClientSocket::OnIOComplete(int result) {
298 int HttpProxyClientSocket::DoLoop(int last_io_result) {
361 int HttpProxyClientSocket::DoGenerateAuthToken() {
366 int HttpProxyClientSocket::DoGenerateAuthTokenComplete(int result) {
373 int HttpProxyClientSocket::DoSendRequest() {
400 int HttpProxyClientSocket::DoSendRequestComplete(int result) {
408 int HttpProxyClientSocket::DoReadHeaders() {
413 int HttpProxyClientSocket::DoReadHeadersComplete(int result) {
463 int HttpProxyClientSocket::DoDrainBody() {
471 int HttpProxyClientSocket::DoDrainBodyComplete(int result) {
487 int HttpProxyClientSocket::DoTCPRestart() {
498 int HttpProxyClientSocket::DoTCPRestartComplete(int result) {