HomeSort by relevance Sort by last modified time
    Searched defs:OnAppEnterForeground (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/metrics/variations/
variations_request_scheduler.cc 39 void VariationsRequestScheduler::OnAppEnterForeground() {
40 NOTREACHED() << "Attempted to OnAppEnterForeground on non-mobile device";
variations_request_scheduler_mobile.cc 48 void VariationsRequestSchedulerMobile::OnAppEnterForeground() {
51 // OnAppEnterForeground right after startup.
variations_service.cc 313 // observing an 'OnAppEnterForeground' event in RequestScheduler instead of
317 void VariationsService::OnAppEnterForeground() {
318 request_scheduler_->OnAppEnterForeground();
  /external/chromium_org/components/metrics/
metrics_service.cc 506 void MetricsService::OnAppEnterForeground() {
    [all...]

Completed in 64 milliseconds