/external/chromium_org/net/android/ |
D | network_change_notifier_delegate_android.cc | 17 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()
|
D | network_change_notifier_delegate_android.h | 64 void SetCurrentConnectionType(ConnectionType connection_type);
|
D | network_change_notifier_android_unittest.cc | 46 NetworkChangeNotifier::ConnectionType connection_type) OVERRIDE { in OnConnectionTypeChanged() argument
|
/external/chromium_org/chrome/browser/ui/webui/help/ |
D | help_utils_chromeos.cc | 38 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/ |
D | log.c | 44 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/ |
D | user_policy_signin_service_mobile.cc | 160 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/ |
D | host_status_logger_unittest.cc | 38 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/ |
D | network_change_notifier_mac.cc | 151 ConnectionType connection_type = CONNECTION_UNKNOWN; in SetInitialConnectionType() local 153 connection_type = CalculateConnectionType(flags); in SetInitialConnectionType() 160 connection_type_ = connection_type; in SetInitialConnectionType()
|
D | net_util_posix.cc | 222 NetworkChangeNotifier::ConnectionType connection_type = in GetNetworkList() 239 connection_type = GetNetworkInterfaceType(addr->sa_family, name); in GetNetworkList() 258 connection_type, in GetNetworkList()
|
D | network_change_notifier_win.cc | 215 ConnectionType connection_type) { in SetCurrentConnectionType() argument 217 last_computed_connection_type_ = connection_type; in SetCurrentConnectionType()
|
D | network_change_notifier_win.h | 64 void SetCurrentConnectionType(ConnectionType connection_type);
|
/external/chromium_org/dbus/ |
D | object_proxy_unittest.cc | 21 bus_options.connection_type = Bus::PRIVATE; in SetUp()
|
D | end_to_end_sync_unittest.cc | 35 client_bus_options.connection_type = Bus::PRIVATE; in SetUp()
|
D | end_to_end_async_unittest.cc | 61 bus_options.connection_type = Bus::PRIVATE; in SetUp() 144 bus_options.connection_type = Bus::PRIVATE; in SetUpBrokenBus()
|
D | property_unittest.cc | 73 bus_options.connection_type = Bus::PRIVATE; in SetUp()
|
D | bus.h | 194 ConnectionType connection_type; // PRIVATE by default. member
|
/external/chromium_org/chromeos/network/ |
D | network_change_notifier_chromeos_unittest.cc | 63 NetworkChangeNotifier::ConnectionType connection_type; in TEST() member 99 EXPECT_EQ(type_mappings[i].connection_type, type); in TEST()
|
/external/chromium_org/content/public/common/ |
D | web_preferences.h | 92 net::NetworkChangeNotifier::ConnectionType connection_type; member
|
D | web_preferences.cc | 73 connection_type(net::NetworkChangeNotifier::CONNECTION_NONE), in WebPreferences()
|
D | common_param_traits_macros.h | 127 IPC_STRUCT_TRAITS_MEMBER(connection_type)
|
/external/chromium_org/components/invalidation/ |
D | gcm_network_channel.h | 78 net::NetworkChangeNotifier::ConnectionType connection_type) OVERRIDE;
|
D | gcm_network_channel.cc | 295 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__.py | 541 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__.py | 966 …, method="GET", body=None, headers=None, redirections=DEFAULT_MAX_REDIRECTS, connection_type=None): argument 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=se…
|
/external/chromium_org/content/browser/ |
D | power_save_blocker_x11.cc | 179 options.connection_type = dbus::Bus::PRIVATE; in ApplyBlock()
|