/external/chromium/net/websockets/ |
D | websocket.h | 50 virtual void OnError(const WebSocket* socket, int error) {} in OnError() function 147 virtual void OnError(const SocketStream* socket, int error);
|
D | websocket.cc | 156 void WebSocket::OnError(const SocketStream* socket_stream, int error) { in OnError() function in net::WebSocket 492 delegate_->OnError(this, error); in DoError()
|
/external/chromium/net/proxy/ |
D | proxy_resolver_v8.cc | 124 js_bindings_->OnError(-1, "FindProxyForURL() is undefined."); in ResolveProxy() 143 js_bindings_->OnError(-1, "FindProxyForURL() did not return a string."); in ResolveProxy() 246 js_bindings_->OnError(line_number, error_message); in HandleError()
|
D | proxy_resolver_js_bindings.h | 44 virtual void OnError(int line_number, const std::string& error) = 0;
|
D | proxy_resolver_js_bindings.cc | 167 virtual void OnError(int line_number, const std::string& message) { in OnError() function in net::__anon8bad66050111::DefaultJSBindings
|
D | proxy_resolver_v8_unittest.cc | 51 virtual void OnError(int line_number, const std::string& message) { in OnError() function in net::__anonba2a2c680111::MockJSBindings
|
/external/chromium/net/flip/ |
D | flip_framer.h | 51 virtual void OnError(FlipFramer* framer) = 0;
|
D | flip_session.h | 115 virtual void OnError(flip::FlipFramer*);
|
D | flip_framer_test.cc | 34 void OnError(FlipFramer* f) { in OnError() function in flip::test::TestFlipVisitor
|
D | flip_framer.cc | 129 visitor_->OnError(this); in set_error()
|
D | flip_session.cc | 834 void FlipSession::OnError(flip::FlipFramer* framer) { in OnError() function in net::FlipSession
|
/external/chromium/net/socket_stream/ |
D | socket_stream.h | 90 virtual void OnError(const SocketStream* socket, int error) {} in OnError() function
|
D | socket_stream.cc | 229 delegate_->OnError(this, result); in Finish() 437 delegate_->OnError(this, result); in DoResolveProxyComplete()
|
/external/chromium/net/tools/flip_server/ |
D | flip_in_mem_edsm_server.cc | 1274 virtual void OnError(FlipFramer* framer) { in OnError() function in FlipSM
|