Home | History | Annotate | Download | only in child

Lines Matching defs:source_

18       : source_(source),
34 source_ = NULL;
57 if (source_)
58 source_->OnPowerStateChange(on_battery_power);
61 if (source_)
62 source_->OnSuspend();
65 if (source_)
66 source_->OnResume();
69 // source_ should only be accessed on the thread associated with
71 PowerMonitorBroadcastSource* source_;