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

/external/chromium_org/extensions/browser/api/sockets_udp/
H A Dudp_socket_event_dispatcher.cc19 BrowserContextKeyedAPIFactory<UDPSocketEventDispatcher> > g_factory =
23 BrowserContextKeyedAPIFactory<UDPSocketEventDispatcher>*
24 UDPSocketEventDispatcher::GetFactoryInstance() {
29 UDPSocketEventDispatcher* UDPSocketEventDispatcher::Get(
33 return BrowserContextKeyedAPIFactory<UDPSocketEventDispatcher>::Get(context);
36 UDPSocketEventDispatcher::UDPSocketEventDispatcher( function in class:extensions::core_api::UDPSocketEventDispatcher
49 UDPSocketEventDispatcher::~UDPSocketEventDispatcher() {}
[all...]
H A Dudp_socket_event_dispatcher.h25 class UDPSocketEventDispatcher class in namespace:extensions::core_api
27 public base::SupportsWeakPtr<UDPSocketEventDispatcher> {
29 explicit UDPSocketEventDispatcher(content::BrowserContext* context);
30 virtual ~UDPSocketEventDispatcher();
39 static BrowserContextKeyedAPIFactory<UDPSocketEventDispatcher>*
43 static UDPSocketEventDispatcher* Get(content::BrowserContext* context);
47 friend class BrowserContextKeyedAPIFactory<UDPSocketEventDispatcher>;
49 static const char* service_name() { return "UDPSocketEventDispatcher"; }

Completed in 120 milliseconds