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

  /external/chromium_org/chromeos/network/
network_state.h 32 // network is visible, and the IsInProfile() method indicates whether the
104 bool IsInProfile() const;
network_state_handler.cc 284 if (configured_only && !network->IsInProfile())
304 (configured_only && !network->IsInProfile())) {
743 if (network->IsInProfile()) {
796 if (network->IsInProfile())
    [all...]
network_state.cc 284 bool NetworkState::IsInProfile() const {

Completed in 863 milliseconds