HomeSort by relevance Sort by last modified time
    Searched refs:ConnectionType (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/chromium_org/net/base/
connection_type_histograms.h 17 enum ConnectionType {
36 void UpdateConnectionTypeHistograms(ConnectionType type);
connection_type_histograms.cc 23 void UpdateConnectionTypeHistograms(ConnectionType type) {
network_change_notifier.h 37 enum ConnectionType {
67 virtual void OnConnectionTypeChanged(ConnectionType type) = 0;
118 virtual void OnNetworkChanged(ConnectionType type) = 0;
133 virtual ConnectionType GetCurrentConnectionType() const = 0;
157 static ConnectionType GetConnectionType();
183 static bool IsConnectionCellular(ConnectionType type);
217 static const char* ConnectionTypeToString(ConnectionType type);
286 static void NotifyObserversOfNetworkChange(ConnectionType type);
315 // Computes NetworkChange signal from IPAddress and ConnectionType signals.
network_change_notifier_linux.h 29 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
network_change_notifier_mac.h 27 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
66 ConnectionType connection_type_;
network_change_notifier.cc 39 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE {
88 NetworkChangeNotifier::ConnectionType type) OVERRIDE {
238 NetworkChangeNotifier::ConnectionType type) OVERRIDE {
318 NetworkChangeNotifier::ConnectionType last_connection_type_;
321 NetworkChangeNotifier::ConnectionType last_polled_connection_type_;
368 // Calculates NetworkChange signal from IPAddress and ConnectionType signals.
398 virtual void OnConnectionTypeChanged(ConnectionType type) OVERRIDE {
430 ConnectionType last_announced_connection_type_;
432 ConnectionType pending_connection_type_;
479 NetworkChangeNotifier::ConnectionType
    [all...]
  /external/chromium/net/base/
connection_type_histograms.h 18 enum ConnectionType {
42 void UpdateConnectionTypeHistograms(ConnectionType type);
connection_type_histograms.cc 23 void UpdateConnectionTypeHistograms(ConnectionType type) {
  /external/chromium_org/net/android/
network_change_notifier_delegate_android.h 25 typedef NetworkChangeNotifier::ConnectionType ConnectionType;
56 ConnectionType GetCurrentConnectionType() const;
64 void SetCurrentConnectionType(ConnectionType connection_type);
75 ConnectionType connection_type_;
network_change_notifier_android.h 48 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
network_change_notifier_delegate_android.cc 15 // the native side NetworkChangeNotifier::ConnectionType.
16 NetworkChangeNotifier::ConnectionType ConvertConnectionType(
31 return static_cast<NetworkChangeNotifier::ConnectionType>(connection_type);
58 NetworkChangeNotifier::ConnectionType
69 const ConnectionType actual_connection_type = ConvertConnectionType(
97 ConnectionType new_connection_type) {
network_change_notifier_android_unittest.cc 46 NetworkChangeNotifier::ConnectionType connection_type) OVERRIDE {
62 typedef NetworkChangeNotifier::ConnectionType ConnectionType;
68 const base::Callback<ConnectionType(void)>& connection_type_getter) {
  /external/chromium_org/chrome/browser/metrics/
metrics_network_observer.h 30 net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
36 SystemProfileProto::Network::ConnectionType connection_type() const;
57 net::NetworkChangeNotifier::ConnectionType connection_type_;
  /external/chromium_org/chrome/browser/chromeos/cros/
native_network_constants.h 21 extern const char* ConnectionTypeToString(ConnectionType type);
network_parser.h 54 virtual ConnectionType ParseType(const std::string& type) = 0;
103 virtual Network* CreateNewNetwork(ConnectionType type,
111 virtual ConnectionType ParseType(const std::string& type) = 0;
112 virtual ConnectionType ParseTypeFromDictionary(
native_network_parser.h 35 virtual ConnectionType ParseType(const std::string& type) OVERRIDE;
63 static const EnumMapper<ConnectionType>* network_type_mapper();
67 static const ConnectionType ParseConnectionType(const std::string& type);
69 virtual Network* CreateNewNetwork(ConnectionType type,
74 virtual ConnectionType ParseType(const std::string& type) OVERRIDE;
75 virtual ConnectionType ParseTypeFromDictionary(
  /external/chromium_org/content/browser/net/
browser_online_state_observer.h 23 net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
browser_online_state_observer.cc 21 net::NetworkChangeNotifier::ConnectionType type) {
  /external/chromium_org/chromeos/network/
network_change_notifier_chromeos.h 35 virtual net::NetworkChangeNotifier::ConnectionType
64 static net::NetworkChangeNotifier::ConnectionType
73 NetworkChangeNotifier::ConnectionType connection_type_;
  /external/chromium/net/socket_stream/
socket_stream_metrics.h 28 enum ConnectionType {
52 void CountConnectionType(ConnectionType connection_type);
  /external/chromium_org/net/socket_stream/
socket_stream_metrics.h 28 enum ConnectionType {
53 void OnCountConnectionType(ConnectionType type);
  /external/chromium_org/chrome/browser/chromeos/drive/
test_util.h 106 void SetConnectionType(ConnectionType type);
109 virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
112 net::NetworkChangeNotifier::ConnectionType type_;
  /external/chromium_org/chrome/browser/chromeos/net/
network_change_notifier_network_library.h 47 virtual net::NetworkChangeNotifier::ConnectionType
81 static net::NetworkChangeNotifier::ConnectionType GetNetworkConnectionType(
92 net::NetworkChangeNotifier::ConnectionType connection_type_;
  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier.h 75 net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page.h 69 net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;

Completed in 341 milliseconds

1 2 3 4