HomeSort by relevance Sort by last modified time
    Searched defs:kMatchTypeNonVirtual (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/network/
network_state_handler.h 55 // * kMatchTypeNonVirtual returns the primary non virtual network
210 static const char kMatchTypeNonVirtual[];
network_state_handler.cc 30 // * kMatchTypeNonVirtual matches non virtual networks
40 if (match_type == NetworkStateHandler::kMatchTypeNonVirtual &&
87 const char NetworkStateHandler::kMatchTypeNonVirtual[] = "non-virtual";
720 if (type == kMatchTypeDefault || type == kMatchTypeNonVirtual ||

Completed in 48 milliseconds