HomeSort by relevance Sort by last modified time
    Searched refs:connection_type_ (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/metrics/
metrics_network_observer.cc 19 connection_type_ = net::NetworkChangeNotifier::GetConnectionType();
29 connection_type_ = net::NetworkChangeNotifier::GetConnectionType();
37 if (type != connection_type_ &&
38 connection_type_ != net::NetworkChangeNotifier::CONNECTION_NONE) {
41 connection_type_ = type;
48 switch (connection_type_) {
metrics_network_observer.h 54 // True if |connection_type_| changed during the lifetime of the log.
57 net::NetworkChangeNotifier::ConnectionType connection_type_; member in class:MetricsNetworkObserver
  /external/chromium_org/chromeos/network/
network_change_notifier_chromeos.cc 56 connection_type_(CONNECTION_NONE) {
84 return connection_type_;
123 if (connection_type_ != CONNECTION_NONE) {
128 connection_type_ = CONNECTION_NONE;
140 if (new_connection_type != connection_type_) {
144 ConnectionTypeToString(connection_type_),
163 connection_type_ != CONNECTION_NONE);
190 connection_type_ = new_connection_type;
network_change_notifier_chromeos.h 73 NetworkChangeNotifier::ConnectionType connection_type_; member in class:chromeos::NetworkChangeNotifierChromeos
network_change_notifier_chromeos_unittest.cc 110 notifier_.connection_type_ = notifier_state.type;
119 EXPECT_EQ(notifier_state.type, notifier_.connection_type_);
  /external/chromium_org/net/android/
network_change_notifier_delegate_android.h 75 ConnectionType connection_type_; member in class:net::NetworkChangeNotifierDelegateAndroid
network_change_notifier_delegate_android.cc 63 return connection_type_;
101 connection_type_ = new_connection_type;
  /external/chromium_org/net/base/
network_change_notifier_mac.cc 67 connection_type_(CONNECTION_UNKNOWN),
114 return connection_type_;
160 connection_type_ = connection_type;
259 old_type = notifier_mac->connection_type_;
260 notifier_mac->connection_type_ = new_type;
network_change_notifier_mac.h 66 ConnectionType connection_type_; member in class:net::NetworkChangeNotifierMac
  /external/chromium_org/dbus/
bus.cc 191 connection_type_(options.connection_type),
383 if (connection_type_ == PRIVATE) {
390 if (connection_type_ == PRIVATE) {
427 DCHECK_EQ(PRIVATE, connection_type_)
476 if (connection_type_ == PRIVATE)
    [all...]
bus.h 686 const ConnectionType connection_type_; member in class:dbus::Bus
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc 114 FakeNetworkChangeNotifier() : connection_type_(CONNECTION_NONE) {}
117 return connection_type_;
121 connection_type_ = type;
129 ConnectionType connection_type_; member in class:__anon6168::FakeNetworkChangeNotifier
    [all...]

Completed in 626 milliseconds