OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_OF_CONNECTION_TYPES
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/base/
connection_type_histograms.cc
25
static bool had_connection_type[
NUM_OF_CONNECTION_TYPES
]; // Default false.
27
if (type >= 0 && type <
NUM_OF_CONNECTION_TYPES
) {
31
type,
NUM_OF_CONNECTION_TYPES
);
35
type,
NUM_OF_CONNECTION_TYPES
);
connection_type_histograms.h
38
NUM_OF_CONNECTION_TYPES
/external/chromium_org/net/base/
connection_type_histograms.cc
25
static bool had_connection_type[
NUM_OF_CONNECTION_TYPES
]; // Default false.
27
if (type >= 0 && type <
NUM_OF_CONNECTION_TYPES
) {
31
type,
NUM_OF_CONNECTION_TYPES
);
35
type,
NUM_OF_CONNECTION_TYPES
);
connection_type_histograms.h
32
NUM_OF_CONNECTION_TYPES
Completed in 484 milliseconds