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 15 class PowerMessageFilter;
28 friend class PowerMessageFilter;
37 scoped_refptr<PowerMessageFilter> message_filter_;
power_monitor_broadcast_source.cc 12 class PowerMessageFilter : public IPC::ChannelProxy::MessageFilter {
14 PowerMessageFilter(
23 IPC_BEGIN_MESSAGE_MAP(PowerMessageFilter, message)
37 friend class base::RefCounted<PowerMessageFilter>;
39 virtual ~PowerMessageFilter() {};
43 base::Bind(&PowerMessageFilter::NotifySourcePowerStateChange, this,
48 base::Bind(&PowerMessageFilter::NotifySourceSuspend, this));
52 base::Bind(&PowerMessageFilter::NotifySourceResume, this));
73 DISALLOW_COPY_AND_ASSIGN(PowerMessageFilter);
78 message_filter_ = new PowerMessageFilter(this
    [all...]

Completed in 31 milliseconds