Searched defs:TCPSocketEventDispatcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/api/sockets_tcp/
H A Dtcp_socket_event_dispatcher.cc24 BrowserContextKeyedAPIFactory<TCPSocketEventDispatcher> > g_factory =
28 BrowserContextKeyedAPIFactory<TCPSocketEventDispatcher>*
29 TCPSocketEventDispatcher::GetFactoryInstance() {
34 TCPSocketEventDispatcher* TCPSocketEventDispatcher::Get(
38 return BrowserContextKeyedAPIFactory<TCPSocketEventDispatcher>::Get(context);
41 TCPSocketEventDispatcher::TCPSocketEventDispatcher( function in class:extensions::core_api::TCPSocketEventDispatcher
54 TCPSocketEventDispatcher::~TCPSocketEventDispatcher() {}
[all...]
H A Dtcp_socket_event_dispatcher.h25 class TCPSocketEventDispatcher class in namespace:extensions::core_api
27 public base::SupportsWeakPtr<TCPSocketEventDispatcher> {
29 explicit TCPSocketEventDispatcher(content::BrowserContext* context);
30 virtual ~TCPSocketEventDispatcher();
39 static BrowserContextKeyedAPIFactory<TCPSocketEventDispatcher>*
43 static TCPSocketEventDispatcher* Get(content::BrowserContext* context);
47 friend class BrowserContextKeyedAPIFactory<TCPSocketEventDispatcher>;
49 static const char* service_name() { return "TCPSocketEventDispatcher"; }

Completed in 90 milliseconds