Searched refs:pending_connection_type_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/base/
H A Dnetwork_change_notifier.cc416 pending_connection_type_(CONNECTION_NONE) {}
444 pending_connection_type_ = type;
458 (pending_connection_type_ == CONNECTION_NONE)) {
462 last_announced_connection_type_ = pending_connection_type_;
465 if (pending_connection_type_ != CONNECTION_NONE)
468 pending_connection_type_);
478 ConnectionType pending_connection_type_; member in class:net::NetworkChangeNotifier::NetworkChangeCalculator

Completed in 67 milliseconds