Home
last modified time | relevance | path

Searched refs:DeleteIfDeleting (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/websockets/
Dwebsocket_channel_test.cc832 ChannelState DeleteIfDeleting(EventInterfaceCall call) { in DeleteIfDeleting() function in net::__anon89aaeda00111::WebSocketChannelDeletingTest
874 return fixture_->DeleteIfDeleting(EVENT_ON_ADD_CHANNEL_RESPONSE); in OnAddChannelResponse()
880 return fixture_->DeleteIfDeleting(EVENT_ON_DATA_FRAME); in OnDataFrame()
884 return fixture_->DeleteIfDeleting(EVENT_ON_FLOW_CONTROL); in OnFlowControl()
888 return fixture_->DeleteIfDeleting(EVENT_ON_CLOSING_HANDSHAKE); in OnClosingHandshake()
892 return fixture_->DeleteIfDeleting(EVENT_ON_FAIL_CHANNEL); in OnFailChannel()
898 return fixture_->DeleteIfDeleting(EVENT_ON_DROP_CHANNEL); in OnDropChannel()
903 return fixture_->DeleteIfDeleting(EVENT_ON_START_OPENING_HANDSHAKE); in OnStartOpeningHandshake()
907 return fixture_->DeleteIfDeleting(EVENT_ON_FINISH_OPENING_HANDSHAKE); in OnFinishOpeningHandshake()
914 return fixture_->DeleteIfDeleting(EVENT_ON_SSL_CERTIFICATE_ERROR); in OnSSLCertificateError()