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

  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_base.cc 58 active_wimax_(NULL),
234 return active_wimax_;
237 return active_wimax_ ? active_wimax_->connecting() : false;
240 return active_wimax_ ? active_wimax_->connected() : false;
312 if (active_wimax_ && active_wimax_->is_active())
313 result = highest_priority(result, active_wimax_);
325 if (active_wimax_ && active_wimax_->connected()
    [all...]
network_library_impl_base.h 392 WimaxNetwork* active_wimax_; member in class:chromeos::NetworkLibraryImplBase
network_library_impl_stub.cc 607 if (active_wimax_)
608 DisconnectFromNetwork(active_wimax_);

Completed in 2450 milliseconds