Home
last modified time | relevance | path

Searched refs:RecordCurrentStateWithDelay (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
Dplugin_metrics_provider_unittest.cc121 TEST_F(PluginMetricsProviderTest, RecordCurrentStateWithDelay) { in TEST_F() argument
127 EXPECT_TRUE(provider.RecordCurrentStateWithDelay(delay_ms)); in TEST_F()
128 EXPECT_FALSE(provider.RecordCurrentStateWithDelay(delay_ms)); in TEST_F()
133 EXPECT_TRUE(provider.RecordCurrentStateWithDelay(delay_ms)); in TEST_F()
147 EXPECT_TRUE(provider.RecordCurrentStateWithDelay(delay_ms)); in TEST_F()
152 EXPECT_TRUE(provider.RecordCurrentStateWithDelay(delay_ms)); in TEST_F()
Dplugin_metrics_provider.cc311 RecordCurrentStateWithDelay(kRecordStateDelayMs); in LogPluginLoadingError()
352 RecordCurrentStateWithDelay(kRecordStateDelayMs); in BrowserChildProcessHostConnected()
358 RecordCurrentStateWithDelay(kRecordStateDelayMs); in BrowserChildProcessCrashed()
364 RecordCurrentStateWithDelay(kRecordStateDelayMs); in BrowserChildProcessInstanceCreated()
367 bool PluginMetricsProvider::RecordCurrentStateWithDelay(int delay_sec) { in RecordCurrentStateWithDelay() function in PluginMetricsProvider
Dplugin_metrics_provider.h63 RecordCurrentStateWithDelay);
84 bool RecordCurrentStateWithDelay(int delay_ms);