OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NetworkChangeNotifierWin
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/base/
network_change_notifier_win.h
22
//
NetworkChangeNotifierWin
inherits from NonThreadSafe, as all its internal
25
class NET_EXPORT_PRIVATE
NetworkChangeNotifierWin
30
NetworkChangeNotifierWin
();
42
virtual ~
NetworkChangeNotifierWin
();
93
base::OneShotTimer<
NetworkChangeNotifierWin
> timer_;
111
base::WeakPtrFactory<
NetworkChangeNotifierWin
> weak_factory_;
113
DISALLOW_COPY_AND_ASSIGN(
NetworkChangeNotifierWin
);
network_change_notifier_win.cc
31
class
NetworkChangeNotifierWin
::DnsConfigServiceThread : public base::Thread {
54
NetworkChangeNotifierWin
::
NetworkChangeNotifierWin
()
67
NetworkChangeNotifierWin
::~
NetworkChangeNotifierWin
() {
77
NetworkChangeNotifierWin
::NetworkChangeCalculatorParamsWin() {
138
NetworkChangeNotifierWin
::RecomputeCurrentConnectionType() const {
209
NetworkChangeNotifierWin
::GetCurrentConnectionType() const {
214
void
NetworkChangeNotifierWin
::SetCurrentConnectionType(
220
void
NetworkChangeNotifierWin
::OnObjectSignaled(HANDLE object)
[
all
...]
network_change_notifier_win_unittest.cc
21
// Subclass of
NetworkChangeNotifierWin
that overrides functions so that no
23
class TestNetworkChangeNotifierWin : public
NetworkChangeNotifierWin
{
33
// From
NetworkChangeNotifierWin
.
39
// From
NetworkChangeNotifierWin
.
network_change_notifier.cc
506
NetworkChangeNotifierWin
* network_change_notifier =
507
new
NetworkChangeNotifierWin
();
Completed in 425 milliseconds