Searched refs:ConnectionClosed (Results 1 – 12 of 12) sorted by relevance
24 virtual void ConnectionClosed() = 0;
21 void ForwardingAgentHost::ConnectionClosed() { in ConnectionClosed() function in content::ForwardingAgentHost
27 virtual void ConnectionClosed() OVERRIDE;
77 void ConnectionClosed(const GURL& origin_url, IndexedDBConnection* db); in NON_EXPORTED_BASE()
458 parent_->Context()->ConnectionClosed(iter->second, connection); in CloseAll()594 ->ConnectionClosed(database_url_map_[ipc_object_id], connection); in OnDestroyed()
399 void IndexedDBContextImpl::ConnectionClosed(const GURL& origin_url, in ConnectionClosed() function in content::IndexedDBContextImpl
193 virtual XmppReturnStatus ConnectionClosed(int subcode) = 0;
66 virtual XmppReturnStatus ConnectionClosed(int subcode);
205 engine()->ConnectionClosed(0); in TEST_F()
114 XmppReturnStatus XmppEngineImpl::ConnectionClosed(int subcode) { in ConnectionClosed() function in buzz::XmppEngineImpl
392 engine_->ConnectionClosed(code); in OnSocketClosed()
381 proxy_->ConnectionClosed(); in OnSocketClosed()