OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MetricsLogTest
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/metrics/
metrics_log_unittest.cc
20
class
MetricsLogTest
: public testing::Test {
45
TEST(
MetricsLogTest
, EmptyRecord) {
67
TEST(
MetricsLogTest
, ChromeOSEmptyRecord) {
107
TEST(
MetricsLogTest
, WindowEvent) {
141
TEST(
MetricsLogTest
, LoadEvent) {
171
TEST(
MetricsLogTest
, ChromeOSLoadEvent) {
200
TEST(
MetricsLogTest
, ChromeOSStabilityData) {
248
TEST(
MetricsLogTest
, CreateHash) {
metrics_log.h
67
FRIEND_TEST_ALL_PREFIXES(
MetricsLogTest
, ChromeOSStabilityData);
/external/chromium_org/chrome/browser/metrics/
metrics_log.h
149
FRIEND_TEST_ALL_PREFIXES(
MetricsLogTest
, ChromeOSStabilityData);
metrics_log_unittest.cc
176
class
MetricsLogTest
: public testing::Test {
178
MetricsLogTest
() : message_loop_(base::MessageLoop::TYPE_IO) {}
256
DISALLOW_COPY_AND_ASSIGN(
MetricsLogTest
);
259
TEST_F(
MetricsLogTest
, RecordEnvironment) {
286
TEST_F(
MetricsLogTest
, LoadSavedEnvironmentFromPrefs) {
340
TEST_F(
MetricsLogTest
, InitialLogStabilityMetrics) {
359
TEST_F(
MetricsLogTest
, OngoingLogStabilityMetrics) {
379
TEST_F(
MetricsLogTest
, Plugins) {
429
TEST_F(
MetricsLogTest
, RecordProfilerData) {
560
TEST_F(
MetricsLogTest
, MultiProfileUserCount)
[
all
...]
Completed in 53 milliseconds