OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConnectionType
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/net/android/
network_change_notifier_delegate_android.h
25
typedef NetworkChangeNotifier::
ConnectionType
ConnectionType
;
56
ConnectionType
GetCurrentConnectionType() const;
64
void SetCurrentConnectionType(
ConnectionType
connection_type);
75
ConnectionType
connection_type_;
network_change_notifier_android_unittest.cc
46
NetworkChangeNotifier::
ConnectionType
connection_type) OVERRIDE {
62
typedef NetworkChangeNotifier::
ConnectionType
ConnectionType
;
68
const base::Callback<
ConnectionType
(void)>& connection_type_getter) {
/external/chromium_org/net/base/
connection_type_histograms.h
17
enum
ConnectionType
{
36
void UpdateConnectionTypeHistograms(
ConnectionType
type);
network_change_notifier.h
37
enum
ConnectionType
{
67
virtual void OnConnectionTypeChanged(
ConnectionType
type) = 0;
118
virtual void OnNetworkChanged(
ConnectionType
type) = 0;
133
virtual
ConnectionType
GetCurrentConnectionType() const = 0;
157
static
ConnectionType
GetConnectionType();
183
static bool IsConnectionCellular(
ConnectionType
type);
217
static const char* ConnectionTypeToString(
ConnectionType
type);
286
static void NotifyObserversOfNetworkChange(
ConnectionType
type);
315
// Computes NetworkChange signal from IPAddress and
ConnectionType
signals.
/external/chromium/net/base/
connection_type_histograms.h
18
enum
ConnectionType
{
42
void UpdateConnectionTypeHistograms(
ConnectionType
type);
/external/chromium/net/socket_stream/
socket_stream_metrics.h
28
enum
ConnectionType
{
52
void CountConnectionType(
ConnectionType
connection_type);
/external/chromium_org/net/socket_stream/
socket_stream_metrics.h
28
enum
ConnectionType
{
53
void OnCountConnectionType(
ConnectionType
type);
/external/chromium_org/dbus/
bus.h
160
enum
ConnectionType
{
194
ConnectionType
connection_type; // PRIVATE by default.
686
const
ConnectionType
connection_type_;
/external/chromium_org/net/socket/
ssl_client_socket_pool.h
41
enum
ConnectionType
{ DIRECT, SOCKS_PROXY, HTTP_PROXY };
57
ConnectionType
GetConnectionType() const;
150
static State GetInitialState(SSLSocketParams::
ConnectionType
connection_type);
/external/chromium/chrome/browser/chromeos/cros/
network_library.h
26
enum
ConnectionType
{
198
ConnectionType
type() const { return type_; }
241
ConnectionType
type_;
282
ConnectionType
type() const { return type_; }
330
Network(const std::string& service_path,
ConnectionType
type)
403
ConnectionType
type_;
513
WirelessNetwork(const std::string& service_path,
ConnectionType
type)
[
all
...]
Completed in 426 milliseconds