OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NetworkChangeNotifierLinux
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/base/
network_change_notifier_linux.h
15
class
NetworkChangeNotifierLinux
: public NetworkChangeNotifier {
17
NetworkChangeNotifierLinux
();
22
virtual ~
NetworkChangeNotifierLinux
();
32
DISALLOW_COPY_AND_ASSIGN(
NetworkChangeNotifierLinux
);
network_change_notifier_linux.cc
25
class
NetworkChangeNotifierLinux
::Thread
64
NetworkChangeNotifierLinux
::Thread::Thread()
69
NetworkChangeNotifierLinux
::Thread::~Thread() {}
71
void
NetworkChangeNotifierLinux
::Thread::Init() {
80
void
NetworkChangeNotifierLinux
::Thread::CleanUp() {
89
void
NetworkChangeNotifierLinux
::Thread::OnFileCanReadWithoutBlocking(int fd) {
94
void
NetworkChangeNotifierLinux
::Thread::OnFileCanWriteWithoutBlocking(
99
void
NetworkChangeNotifierLinux
::Thread::ListenForNotifications() {
130
int
NetworkChangeNotifierLinux
::Thread::ReadNotificationMessage(
149
NetworkChangeNotifierLinux
::NetworkChangeNotifierLinux(
[
all
...]
network_change_notifier.cc
41
return new
NetworkChangeNotifierLinux
();
Completed in 155 milliseconds