Searched refs:UDPSocketEventDispatcher (Results 1 - 6 of 6) 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"; }
H A Dsockets_udp_api.h18 class UDPSocketEventDispatcher;
91 UDPSocketEventDispatcher* socket_event_dispatcher_;
109 UDPSocketEventDispatcher* socket_event_dispatcher_;
H A Dsockets_udp_api.cc143 socket_event_dispatcher_ = UDPSocketEventDispatcher::Get(browser_context());
148 "UDPSocketEventDispatcher.";
179 socket_event_dispatcher_ = UDPSocketEventDispatcher::Get(browser_context());
184 "UDPSocketEventDispatcher.";
/external/chromium_org/extensions/browser/
H A Dbrowser_context_keyed_service_factories.cc32 core_api::UDPSocketEventDispatcher::GetFactoryInstance();
/external/chromium_org/extensions/browser/api/
H A Dapi_resource_manager.h35 class UDPSocketEventDispatcher;
208 friend class core_api::UDPSocketEventDispatcher;

Completed in 102 milliseconds