OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UDPSocketEventDispatcher
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/sockets_udp/
udp_socket_event_dispatcher.cc
20
static base::LazyInstance<ProfileKeyedAPIFactory<
UDPSocketEventDispatcher
> >
24
ProfileKeyedAPIFactory<
UDPSocketEventDispatcher
>*
25
UDPSocketEventDispatcher
::GetFactoryInstance() {
30
UDPSocketEventDispatcher
*
UDPSocketEventDispatcher
::Get(Profile* profile) {
33
return ProfileKeyedAPIFactory<
UDPSocketEventDispatcher
>::GetForProfile(
37
UDPSocketEventDispatcher
::
UDPSocketEventDispatcher
(Profile* profile)
49
UDPSocketEventDispatcher
::~
UDPSocketEventDispatcher
() {}
[
all
...]
udp_socket_event_dispatcher.h
21
class
UDPSocketEventDispatcher
23
public base::SupportsWeakPtr<
UDPSocketEventDispatcher
> {
25
explicit
UDPSocketEventDispatcher
(Profile* profile);
26
virtual ~
UDPSocketEventDispatcher
();
35
static ProfileKeyedAPIFactory<
UDPSocketEventDispatcher
>* GetFactoryInstance();
38
static
UDPSocketEventDispatcher
* Get(Profile* profile);
42
friend class ProfileKeyedAPIFactory<
UDPSocketEventDispatcher
>;
45
return "
UDPSocketEventDispatcher
";
Completed in 83 milliseconds