Searched refs:connection_type (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/net/android/
H A Dnetwork_change_notifier_delegate_android.cc17 jint connection_type) {
18 switch (connection_type) {
29 NOTREACHED() << "Unknown connection type received: " << connection_type;
32 return static_cast<NetworkChangeNotifier::ConnectionType>(connection_type);
16 ConvertConnectionType( jint connection_type) argument
H A Dnetwork_change_notifier_delegate_android.h64 void SetCurrentConnectionType(ConnectionType connection_type);
H A Dnetwork_change_notifier_android_unittest.cc46 NetworkChangeNotifier::ConnectionType connection_type) OVERRIDE {
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dhelp_utils_chromeos.cc38 int connection_type; local
39 if (!types_value->GetInteger(i, &connection_type)) {
43 if (connection_type == 4)
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_mobile.cc160 net::NetworkChangeNotifier::ConnectionType connection_type = local
163 if (connection_type == net::NetworkChangeNotifier::CONNECTION_ETHERNET ||
164 connection_type == net::NetworkChangeNotifier::CONNECTION_WIFI) {
/external/chromium_org/dbus/
H A Dobject_proxy_unittest.cc21 bus_options.connection_type = Bus::PRIVATE;
H A Dend_to_end_sync_unittest.cc35 client_bus_options.connection_type = Bus::PRIVATE;
H A Dend_to_end_async_unittest.cc61 bus_options.connection_type = Bus::PRIVATE;
144 bus_options.connection_type = Bus::PRIVATE;
H A Dproperty_unittest.cc73 bus_options.connection_type = Bus::PRIVATE;
/external/chromium_org/net/base/
H A Dnetwork_change_notifier_win.h64 void SetCurrentConnectionType(ConnectionType connection_type);
H A Dnetwork_change_notifier_win.cc215 ConnectionType connection_type) {
217 last_computed_connection_type_ = connection_type;
214 SetCurrentConnectionType( ConnectionType connection_type) argument
H A Dnet_util_posix.cc222 NetworkChangeNotifier::ConnectionType connection_type =
239 connection_type = GetNetworkInterfaceType(addr->sa_family, name);
258 connection_type,
H A Dnetwork_change_notifier_mac.cc151 ConnectionType connection_type = CONNECTION_UNKNOWN; local
153 connection_type = CalculateConnectionType(flags);
160 connection_type_ = connection_type;
/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_org/content/public/common/
H A Dweb_preferences.h92 net::NetworkChangeNotifier::ConnectionType connection_type; member in struct:content::WebPreferences
H A Dweb_preferences.cc73 connection_type(net::NetworkChangeNotifier::CONNECTION_NONE),
H A Dcommon_param_traits_macros.h127 IPC_STRUCT_TRAITS_MEMBER(connection_type)
/external/chromium_org/remoting/host/
H A Dhost_status_logger_unittest.cc38 bool IsLogEntryForConnection(XmlElement* node, const char* connection_type) { argument
45 connection_type);
48 MATCHER_P(IsClientConnected, connection_type, "") {
60 if (!IsLogEntryForConnection(log_entry, connection_type)) {
/external/chromium_org/components/invalidation/
H A Dgcm_network_channel.h78 net::NetworkChangeNotifier::ConnectionType connection_type) OVERRIDE;
H A Dgcm_network_channel.cc295 net::NetworkChangeNotifier::ConnectionType connection_type) {
299 connection_type != net::NetworkChangeNotifier::CONNECTION_NONE);
294 OnNetworkChanged( net::NetworkChangeNotifier::ConnectionType connection_type) argument
/external/chromium_org/chromeos/network/
H A Dnetwork_change_notifier_chromeos_unittest.cc63 NetworkChangeNotifier::ConnectionType connection_type; member in struct:chromeos::TypeMapping
99 EXPECT_EQ(type_mappings[i].connection_type, type);
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
H A D__init__.py541 redirections=httplib2.DEFAULT_MAX_REDIRECTS, connection_type=None):
575 connection_type=connection_type)
/external/chromium_org/content/browser/
H A Dpower_save_blocker_x11.cc179 options.connection_type = dbus::Bus::PRIVATE;
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py966 def request(self, uri, method="GET", body=None, headers=None, redirections=DEFAULT_MAX_REDIRECTS, connection_type=None):
1008 if not connection_type:
1009 connection_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=self.proxy_info)
/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_manager_linux.cc206 options.connection_type = dbus::Bus::PRIVATE;

Completed in 2424 milliseconds

12