OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
354
// observing an '
OnAppEnterForeground
' event in RequestScheduler instead of
358
void VariationsService::
OnAppEnterForeground
() {
359
request_scheduler_->
OnAppEnterForeground
();
/external/chromium_org/components/metrics/
metrics_service.cc
518
void MetricsService::
OnAppEnterForeground
() {
[
all
...]
Completed in 329 milliseconds