Searched refs:ConnectionClosed (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/public/browser/
H A Ddevtools_external_agent_proxy.h24 virtual void ConnectionClosed() = 0;
/external/chromium_org/content/browser/devtools/
H A Dforwarding_agent_host.cc21 void ForwardingAgentHost::ConnectionClosed() { function in class:content::ForwardingAgentHost
H A Dforwarding_agent_host.h27 virtual void ConnectionClosed() OVERRIDE;
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.h77 void ConnectionClosed(const GURL& origin_url, IndexedDBConnection* db);
H A Dindexed_db_dispatcher_host.cc458 parent_->Context()->ConnectionClosed(iter->second, connection);
594 ->ConnectionClosed(database_url_map_[ipc_object_id], connection);
H A Dindexed_db_context_impl.cc399 void IndexedDBContextImpl::ConnectionClosed(const GURL& origin_url, function in class:content::IndexedDBContextImpl
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppengine.h193 virtual XmppReturnStatus ConnectionClosed(int subcode) = 0;
H A Dxmppengine_unittest.cc205 engine()->ConnectionClosed(0);
H A Dxmppengineimpl.h66 virtual XmppReturnStatus ConnectionClosed(int subcode);
H A Dxmppclient.cc392 engine_->ConnectionClosed(code);
H A Dxmppengineimpl.cc114 XmppReturnStatus XmppEngineImpl::ConnectionClosed(int subcode) { function in class:buzz::XmppEngineImpl
/external/chromium_org/chrome/browser/devtools/device/
H A Ddevtools_android_bridge.cc381 proxy_->ConnectionClosed();

Completed in 6442 milliseconds