HomeSort by relevance Sort by last modified time
    Searched refs:PowerMessageFilter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/child/
power_monitor_broadcast_source.h 18 class PowerMessageFilter;
31 friend class PowerMessageFilter;
40 scoped_refptr<PowerMessageFilter> message_filter_;
power_monitor_broadcast_source.cc 13 class PowerMessageFilter : public IPC::MessageFilter {
15 PowerMessageFilter(
24 IPC_BEGIN_MESSAGE_MAP(PowerMessageFilter, message)
38 friend class base::RefCounted<PowerMessageFilter>;
40 virtual ~PowerMessageFilter() {};
44 base::Bind(&PowerMessageFilter::NotifySourcePowerStateChange, this,
49 base::Bind(&PowerMessageFilter::NotifySourceSuspend, this));
53 base::Bind(&PowerMessageFilter::NotifySourceResume, this));
74 DISALLOW_COPY_AND_ASSIGN(PowerMessageFilter);
79 message_filter_ = new PowerMessageFilter(this
    [all...]

Completed in 8679 milliseconds