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()
29 NOTREACHED() << "Unknown connection type received: " << connection_type; in ConvertConnectionType()
32 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.cc38 int connection_type; in IsUpdateOverCellularAllowed() local
39 if (!types_value->GetInteger(i, &connection_type)) { in IsUpdateOverCellularAllowed()
43 if (connection_type == 4) in IsUpdateOverCellularAllowed()
/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/chrome/browser/policy/cloud/
Duser_policy_signin_service_mobile.cc160 net::NetworkChangeNotifier::ConnectionType connection_type = in OnInitializationCompleted() local
163 if (connection_type == net::NetworkChangeNotifier::CONNECTION_ETHERNET || in OnInitializationCompleted()
164 connection_type == net::NetworkChangeNotifier::CONNECTION_WIFI) { in OnInitializationCompleted()
/external/chromium_org/remoting/host/
Dhost_status_logger_unittest.cc38 bool IsLogEntryForConnection(XmlElement* node, const char* connection_type) { in IsLogEntryForConnection() argument
45 connection_type); in IsLogEntryForConnection()
48 MATCHER_P(IsClientConnected, connection_type, "") {
60 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()
Dnet_util_posix.cc222 NetworkChangeNotifier::ConnectionType connection_type = in GetNetworkList()
239 connection_type = GetNetworkInterfaceType(addr->sa_family, name); in GetNetworkList()
258 connection_type, in GetNetworkList()
Dnetwork_change_notifier_win.cc215 ConnectionType connection_type) { in SetCurrentConnectionType() argument
217 last_computed_connection_type_ = connection_type; in SetCurrentConnectionType()
Dnetwork_change_notifier_win.h64 void SetCurrentConnectionType(ConnectionType connection_type);
/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.cc61 bus_options.connection_type = Bus::PRIVATE; in SetUp()
144 bus_options.connection_type = Bus::PRIVATE; in SetUpBrokenBus()
Dproperty_unittest.cc73 bus_options.connection_type = Bus::PRIVATE; in SetUp()
Dbus.h194 ConnectionType connection_type; // PRIVATE by default. member
/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_org/content/public/common/
Dweb_preferences.h92 net::NetworkChangeNotifier::ConnectionType connection_type; member
Dweb_preferences.cc73 connection_type(net::NetworkChangeNotifier::CONNECTION_NONE), in WebPreferences()
Dcommon_param_traits_macros.h127 IPC_STRUCT_TRAITS_MEMBER(connection_type)
/external/chromium_org/components/invalidation/
Dgcm_network_channel.h78 net::NetworkChangeNotifier::ConnectionType connection_type) OVERRIDE;
Dgcm_network_channel.cc295 net::NetworkChangeNotifier::ConnectionType connection_type) { in OnNetworkChanged() argument
299 connection_type != net::NetworkChangeNotifier::CONNECTION_NONE); in OnNetworkChanged()
/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_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_org/content/browser/
Dpower_save_blocker_x11.cc179 options.connection_type = dbus::Bus::PRIVATE; in ApplyBlock()

12