Searched refs:TCPSocketEventDispatcher (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/extensions/browser/api/sockets_tcp/
H A Dtcp_socket_event_dispatcher.cc23 BrowserContextKeyedAPIFactory<TCPSocketEventDispatcher> > g_factory =
27 BrowserContextKeyedAPIFactory<TCPSocketEventDispatcher>*
28 TCPSocketEventDispatcher::GetFactoryInstance() {
33 TCPSocketEventDispatcher* TCPSocketEventDispatcher::Get(
37 return BrowserContextKeyedAPIFactory<TCPSocketEventDispatcher>::Get(context);
40 TCPSocketEventDispatcher::TCPSocketEventDispatcher( function in class:extensions::core_api::TCPSocketEventDispatcher
53 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"; }
H A Dsockets_tcp_api.h18 class TCPSocketEventDispatcher;
91 TCPSocketEventDispatcher* socket_event_dispatcher_;
151 TCPSocketEventDispatcher* socket_event_dispatcher_;
H A Dsockets_tcp_api.cc161 socket_event_dispatcher_ = TCPSocketEventDispatcher::Get(browser_context());
166 "TCPSocketEventDispatcher.";
247 socket_event_dispatcher_ = TCPSocketEventDispatcher::Get(browser_context());
252 "TCPSocketEventDispatcher.";
/external/chromium_org/extensions/browser/
H A Dbrowser_context_keyed_service_factories.cc28 core_api::TCPSocketEventDispatcher::GetFactoryInstance();
/external/chromium_org/extensions/browser/api/
H A Dapi_resource_manager.h35 class TCPSocketEventDispatcher;
162 friend class core_api::TCPSocketEventDispatcher;

Completed in 149 milliseconds