Searched defs:connection_type (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/socket_stream/
H A Dsocket_stream_metrics.cc92 void SocketStreamMetrics::CountConnectionType(ConnectionType connection_type) { argument
94 connection_type, NUM_CONNECTION_TYPES);
/external/dnsmasq/src/
H A Dlog.c44 static int connection_type = SOCK_DGRAM; variable
125 log_fd = socket(AF_UNIX, connection_type, 0);
240 connection_type = connection_type == SOCK_DGRAM ? SOCK_STREAM : SOCK_DGRAM;
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc986 chromeos::ConnectionType connection_type,
1003 if (connection_type == chromeos::TYPE_CELLULAR) {
1023 network->Append(Value::CreateIntegerValue(static_cast<int>(connection_type)));
979 GetNetwork( const std::string& service_path, const SkBitmap& icon, const std::string& name, bool connecting, bool connected, bool connectable, chromeos::ConnectionType connection_type, bool remembered, chromeos::ActivationState activation_state, bool needs_new_plan) argument

Completed in 90 milliseconds