OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DnsConfigServiceThread
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/base/
network_change_notifier_mac.cc
42
class NetworkChangeNotifierMac::
DnsConfigServiceThread
: public base::Thread {
44
DnsConfigServiceThread
() : base::Thread("DnsConfigService") {}
46
virtual ~
DnsConfigServiceThread
() {
62
DISALLOW_COPY_AND_ASSIGN(
DnsConfigServiceThread
);
71
dns_config_service_thread_(new
DnsConfigServiceThread
()) {
network_change_notifier_win.cc
31
class NetworkChangeNotifierWin::
DnsConfigServiceThread
: public base::Thread {
33
DnsConfigServiceThread
() : base::Thread("DnsConfigService") {}
35
virtual ~
DnsConfigServiceThread
() {
51
DISALLOW_COPY_AND_ASSIGN(
DnsConfigServiceThread
);
59
dns_config_service_thread_(new
DnsConfigServiceThread
()),
Completed in 536 milliseconds