OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCurrentConnectionType
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/net/android/
network_change_notifier_android.cc
11
// -
GetCurrentConnectionType
() can be called on any thread.
69
NetworkChangeNotifierAndroid::
GetCurrentConnectionType
() const {
70
return delegate_->
GetCurrentConnectionType
();
network_change_notifier_delegate_android.cc
61
NetworkChangeNotifierDelegateAndroid::
GetCurrentConnectionType
() const {
80
return
GetCurrentConnectionType
();
/external/chromium_org/chrome/browser/chromeos/drive/
test_util.cc
82
FakeNetworkChangeNotifier::
GetCurrentConnectionType
() const {
/external/chromium_org/net/base/
network_change_notifier_linux.cc
20
// Plumbing for NetworkChangeNotifier::
GetCurrentConnectionType
.
22
NetworkChangeNotifier::ConnectionType
GetCurrentConnectionType
() {
23
return address_tracker_.
GetCurrentConnectionType
();
102
NetworkChangeNotifierLinux::
GetCurrentConnectionType
() const {
103
return notifier_thread_->
GetCurrentConnectionType
();
network_change_notifier_mac.cc
108
NetworkChangeNotifierMac::
GetCurrentConnectionType
() const {
network_change_notifier_win.cc
211
NetworkChangeNotifierWin::
GetCurrentConnectionType
() const {
address_tracker_linux.cc
183
AddressTrackerLinux::
GetCurrentConnectionType
() {
/external/chromium_org/chromeos/network/
network_change_notifier_chromeos.cc
83
NetworkChangeNotifierChromeos::
GetCurrentConnectionType
() const {
Completed in 109 milliseconds