Home
last modified time | relevance | path

Searched refs:connection_type (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/net/android/
Dnetwork_change_notifier_delegate_android.cc17 jint connection_type) { in ConvertConnectionType() argument
18 switch (connection_type) { in ConvertConnectionType()
28 NOTREACHED() << "Unknown connection type received: " << connection_type; in ConvertConnectionType()
31 return static_cast<NetworkChangeNotifier::ConnectionType>(connection_type); in ConvertConnectionType()
Dnetwork_change_notifier_delegate_android.h64 void SetCurrentConnectionType(ConnectionType connection_type);
Dnetwork_change_notifier_android_unittest.cc46 NetworkChangeNotifier::ConnectionType connection_type) OVERRIDE { in OnConnectionTypeChanged() argument
/external/chromium_org/chrome/browser/ui/webui/help/
Dhelp_utils_chromeos.cc39 int connection_type; in IsUpdateOverCellularAllowed() local
40 if (!types_value->GetInteger(i, &connection_type)) { in IsUpdateOverCellularAllowed()
44 if (connection_type == 4) in IsUpdateOverCellularAllowed()
/external/chromium_org/chrome/browser/policy/cloud/
Duser_policy_signin_service_android.cc110 net::NetworkChangeNotifier::ConnectionType connection_type = in OnInitializationCompleted() local
113 if (connection_type == net::NetworkChangeNotifier::CONNECTION_ETHERNET || in OnInitializationCompleted()
114 connection_type == net::NetworkChangeNotifier::CONNECTION_WIFI) { in OnInitializationCompleted()
/external/chromium/net/socket_stream/
Dsocket_stream_metrics.cc92 void SocketStreamMetrics::CountConnectionType(ConnectionType connection_type) { in CountConnectionType() argument
94 connection_type, NUM_CONNECTION_TYPES); in CountConnectionType()
Dsocket_stream_metrics.h52 void CountConnectionType(ConnectionType connection_type);
/external/dnsmasq/src/
Dlog.c44 static int connection_type = SOCK_DGRAM; variable
125 log_fd = socket(AF_UNIX, connection_type, 0); in log_reopen()
240 connection_type = connection_type == SOCK_DGRAM ? SOCK_STREAM : SOCK_DGRAM; in log_write()
/external/chromium_org/remoting/host/
Dlog_to_server_unittest.cc37 bool IsLogEntryForConnection(XmlElement* node, const char* connection_type) { in IsLogEntryForConnection() argument
44 connection_type); in IsLogEntryForConnection()
47 MATCHER_P(IsClientConnected, connection_type, "") {
59 if (!IsLogEntryForConnection(log_entry, connection_type)) {
/external/chromium_org/net/base/
Dnetwork_change_notifier_mac.cc151 ConnectionType connection_type = CONNECTION_UNKNOWN; in SetInitialConnectionType() local
153 connection_type = CalculateConnectionType(flags); in SetInitialConnectionType()
160 connection_type_ = connection_type; in SetInitialConnectionType()
Dnetwork_change_notifier_win.cc217 ConnectionType connection_type) { in SetCurrentConnectionType() argument
219 last_computed_connection_type_ = connection_type; in SetCurrentConnectionType()
Dnetwork_change_notifier_win.h64 void SetCurrentConnectionType(ConnectionType connection_type);
/external/chromium_org/chrome/browser/metrics/
Dmetrics_network_observer.h36 SystemProfileProto::Network::ConnectionType connection_type() const;
Dmetrics_network_observer.cc47 MetricsNetworkObserver::connection_type() const { in connection_type() function in MetricsNetworkObserver
/external/chromium_org/dbus/
Dobject_proxy_unittest.cc21 bus_options.connection_type = Bus::PRIVATE; in SetUp()
Dend_to_end_sync_unittest.cc35 client_bus_options.connection_type = Bus::PRIVATE; in SetUp()
Dend_to_end_async_unittest.cc60 bus_options.connection_type = Bus::PRIVATE; in SetUp()
140 bus_options.connection_type = Bus::PRIVATE; in SetUpBrokenBus()
Dproperty_unittest.cc70 bus_options.connection_type = Bus::PRIVATE; in SetUp()
/external/chromium_org/chromeos/network/
Dnetwork_change_notifier_chromeos_unittest.cc63 NetworkChangeNotifier::ConnectionType connection_type; in TEST() member
99 EXPECT_EQ(type_mappings[i].connection_type, type); in TEST()
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
D__init__.py541 redirections=httplib2.DEFAULT_MAX_REDIRECTS, connection_type=None): argument
575 connection_type=connection_type)
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
D__init__.py541 redirections=httplib2.DEFAULT_MAX_REDIRECTS, connection_type=None): argument
575 connection_type=connection_type)
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.h113 chromeos::ConnectionType connection_type,
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
D__init__.py966 …, method="GET", body=None, headers=None, redirections=DEFAULT_MAX_REDIRECTS, connection_type=None): argument
1008 if not connection_type:
1009connection_type = (scheme == 'https') and HTTPSConnectionWithTimeout or HTTPConnectionWithTimeout
1012 … conn = self.connections[conn_key] = connection_type(authority, key_file=certs[0][0],
1015 …conn = self.connections[conn_key] = connection_type(authority, timeout=self.timeout, proxy_info=se…
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
D__init__.py966 …, method="GET", body=None, headers=None, redirections=DEFAULT_MAX_REDIRECTS, connection_type=None): argument
1008 if not connection_type:
1009connection_type = (scheme == 'https') and HTTPSConnectionWithTimeout or HTTPConnectionWithTimeout
1012 … conn = self.connections[conn_key] = connection_type(authority, key_file=certs[0][0],
1015 …conn = self.connections[conn_key] = connection_type(authority, timeout=self.timeout, proxy_info=se…
/external/chromium_org/net/socket/
Dssl_client_socket_pool.cc453 SSLSocketParams::ConnectionType connection_type) { in GetInitialState() argument
454 switch (connection_type) { in GetInitialState()

12