HomeSort by relevance Sort by last modified time
    Searched refs:UDPSocketEventDispatcher (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/extensions/browser/api/sockets_udp/
udp_socket_event_dispatcher.cc 18 BrowserContextKeyedAPIFactory<UDPSocketEventDispatcher> > g_factory =
22 BrowserContextKeyedAPIFactory<UDPSocketEventDispatcher>*
23 UDPSocketEventDispatcher::GetFactoryInstance() {
28 UDPSocketEventDispatcher* UDPSocketEventDispatcher::Get(
32 return BrowserContextKeyedAPIFactory<UDPSocketEventDispatcher>::Get(context);
35 UDPSocketEventDispatcher::UDPSocketEventDispatcher(
48 UDPSocketEventDispatcher::~UDPSocketEventDispatcher() {}
    [all...]
udp_socket_event_dispatcher.h 25 class UDPSocketEventDispatcher
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"; }
sockets_udp_api.h 18 class UDPSocketEventDispatcher;
91 UDPSocketEventDispatcher* socket_event_dispatcher_;
109 UDPSocketEventDispatcher* socket_event_dispatcher_;
sockets_udp_api.cc 143 socket_event_dispatcher_ = UDPSocketEventDispatcher::Get(browser_context());
148 "UDPSocketEventDispatcher.";
179 socket_event_dispatcher_ = UDPSocketEventDispatcher::Get(browser_context());
184 "UDPSocketEventDispatcher.";
  /external/chromium_org/extensions/browser/
browser_context_keyed_service_factories.cc 29 core_api::UDPSocketEventDispatcher::GetFactoryInstance();
  /external/chromium_org/extensions/browser/api/
api_resource_manager.h 36 class UDPSocketEventDispatcher;
163 friend class core_api::UDPSocketEventDispatcher;

Completed in 72 milliseconds