OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:histogram_value
(Results
1 - 8
of
8
) sorted by null
/external/chromium/base/metrics/
nacl_histogram.cc
19
void UmaNaclHistogramEnumeration(NaClHistogramValue
histogram_value
) {
20
UMA_HISTOGRAM_ENUMERATION("NaCl.Startups",
histogram_value
,
nacl_histogram.h
25
// a NaClHistogramValue passed in as |
histogram_value
|
26
void UmaNaclHistogramEnumeration(NaClHistogramValue
histogram_value
);
/external/chromium_org/chrome/browser/extensions/
extension_function_registry.h
51
FactoryEntry(factory, T::
histogram_value
());
58
extensions::functions::HistogramValue
histogram_value
);
extension_function_registry.cc
94
extensions::functions::HistogramValue
histogram_value
)
95
: factory_(factory), histogram_value_(
histogram_value
) {
/external/chromium_org/sync/syncable/
model_type_unittest.cc
94
int
histogram_value
= ModelTypeToHistogramInt(it.Get());
local
96
EXPECT_TRUE(histogram_values.insert(
histogram_value
).second)
103
EXPECT_LT(
histogram_value
, MODEL_TYPE_COUNT);
/external/chromium_org/extensions/browser/
extension_function.h
69
public: static extensions::functions::HistogramValue
histogram_value
() \
185
extensions::functions::HistogramValue
histogram_value
) {
186
histogram_value_ =
histogram_value
; }
187
extensions::functions::HistogramValue
histogram_value
() const {
function in class:ExtensionFunction
extension_function.cc
117
UMA_HISTOGRAM_SPARSE_SLOWLY("Extensions.FunctionCalls",
histogram_value
());
/external/chromium_org/google_apis/gaia/
oauth2_access_token_fetcher.cc
161
int
histogram_value
= status.is_success() ? source->GetResponseCode() :
local
164
histogram_value
);
Completed in 164 milliseconds