OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCurrentConnectionType
(Results
1 - 23
of
23
) sorted by null
/external/chromium_org/net/base/
network_change_notifier_linux.h
29
virtual ConnectionType
GetCurrentConnectionType
() const OVERRIDE;
network_change_notifier_linux.cc
20
// Plumbing for NetworkChangeNotifier::
GetCurrentConnectionType
.
22
NetworkChangeNotifier::ConnectionType
GetCurrentConnectionType
() {
23
return address_tracker_.
GetCurrentConnectionType
();
103
NetworkChangeNotifierLinux::
GetCurrentConnectionType
() const {
104
return notifier_thread_->
GetCurrentConnectionType
();
network_change_notifier_win.h
54
virtual ConnectionType
GetCurrentConnectionType
() const OVERRIDE;
address_tracker_linux.h
50
// Implementation of NetworkChangeNotifierLinux::
GetCurrentConnectionType
().
52
NetworkChangeNotifier::ConnectionType
GetCurrentConnectionType
();
network_change_notifier_mac.h
27
virtual ConnectionType
GetCurrentConnectionType
() const OVERRIDE;
network_change_notifier.h
136
virtual ConnectionType
GetCurrentConnectionType
() const = 0;
network_change_notifier_win.cc
209
NetworkChangeNotifierWin::
GetCurrentConnectionType
() const {
network_change_notifier_mac.cc
108
NetworkChangeNotifierMac::
GetCurrentConnectionType
() const {
network_change_notifier.cc
46
virtual ConnectionType
GetCurrentConnectionType
() const OVERRIDE {
533
g_network_change_notifier->
GetCurrentConnectionType
() :
address_tracker_linux.cc
217
AddressTrackerLinux::
GetCurrentConnectionType
() {
/external/chromium_org/net/android/
network_change_notifier_android_unittest.cc
118
delegate_.
GetCurrentConnectionType
());
124
other_delegate->
GetCurrentConnectionType
());
130
delegate_.
GetCurrentConnectionType
());
133
other_delegate->
GetCurrentConnectionType
());
163
&NetworkChangeNotifierDelegateAndroid::
GetCurrentConnectionType
,
198
&NetworkChangeNotifierAndroid::
GetCurrentConnectionType
,
network_change_notifier_android.h
48
virtual ConnectionType
GetCurrentConnectionType
() const OVERRIDE;
network_change_notifier_android.cc
11
// -
GetCurrentConnectionType
() can be called on any thread.
113
NetworkChangeNotifierAndroid::
GetCurrentConnectionType
() const {
114
return delegate_->
GetCurrentConnectionType
();
network_change_notifier_delegate_android.h
56
ConnectionType
GetCurrentConnectionType
() const;
network_change_notifier_delegate_android.cc
62
NetworkChangeNotifierDelegateAndroid::
GetCurrentConnectionType
() const {
81
return
GetCurrentConnectionType
();
/external/chromium_org/chrome/browser/chromeos/drive/
test_util.cc
82
FakeNetworkChangeNotifier::
GetCurrentConnectionType
() const {
test_util.h
83
virtual ConnectionType
GetCurrentConnectionType
() const OVERRIDE;
/external/chromium_org/chromeos/network/
network_change_notifier_chromeos.h
36
GetCurrentConnectionType
() const OVERRIDE;
network_change_notifier_chromeos.cc
82
NetworkChangeNotifierChromeos::
GetCurrentConnectionType
() const {
/external/chromium_org/net/tools/net_watcher/
net_watcher.cc
175
network_change_notifier->
GetCurrentConnectionType
());
/external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier_unittest.cc
33
virtual ConnectionType
GetCurrentConnectionType
() const OVERRIDE {
/external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_apitest.cc
174
virtual ConnectionType
GetCurrentConnectionType
() const OVERRIDE {
/external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc
114
virtual ConnectionType
GetCurrentConnectionType
() const OVERRIDE {
[
all
...]
Completed in 408 milliseconds