HomeSort by relevance Sort by last modified time
    Searched defs:TCPSocketEventDispatcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
tcp_socket_event_dispatcher.cc 24 static base::LazyInstance<ProfileKeyedAPIFactory<TCPSocketEventDispatcher> >
28 ProfileKeyedAPIFactory<TCPSocketEventDispatcher>*
29 TCPSocketEventDispatcher::GetFactoryInstance() {
34 TCPSocketEventDispatcher* TCPSocketEventDispatcher::Get(Profile* profile) {
37 return ProfileKeyedAPIFactory<TCPSocketEventDispatcher>::GetForProfile(
41 TCPSocketEventDispatcher::TCPSocketEventDispatcher(Profile* profile)
53 TCPSocketEventDispatcher::~TCPSocketEventDispatcher() {}
    [all...]
tcp_socket_event_dispatcher.h 21 class TCPSocketEventDispatcher
23 public base::SupportsWeakPtr<TCPSocketEventDispatcher> {
25 explicit TCPSocketEventDispatcher(Profile* profile);
26 virtual ~TCPSocketEventDispatcher();
35 static ProfileKeyedAPIFactory<TCPSocketEventDispatcher>* GetFactoryInstance();
38 static TCPSocketEventDispatcher* Get(Profile* profile);
42 friend class ProfileKeyedAPIFactory<TCPSocketEventDispatcher>;
45 return "TCPSocketEventDispatcher";

Completed in 56 milliseconds