Searched refs:DeviceLightEventPump (Results 1 – 5 of 5) sorted by relevance
18 DeviceLightEventPump::DeviceLightEventPump(RenderThread* thread) in DeviceLightEventPump() function in content::DeviceLightEventPump24 DeviceLightEventPump::~DeviceLightEventPump() { in ~DeviceLightEventPump()27 bool DeviceLightEventPump::OnControlMessageReceived( in OnControlMessageReceived()30 IPC_BEGIN_MESSAGE_MAP(DeviceLightEventPump, message) in OnControlMessageReceived()37 void DeviceLightEventPump::FireEvent() { in FireEvent()46 bool DeviceLightEventPump::ShouldFireEvent(double lux) const { in ShouldFireEvent()58 bool DeviceLightEventPump::InitializeReader(base::SharedMemoryHandle handle) { in InitializeReader()64 void DeviceLightEventPump::SendStartMessage() { in SendStartMessage()68 void DeviceLightEventPump::SendStopMessage() { in SendStopMessage()73 void DeviceLightEventPump::SendFakeDataForTesting(void* fake_data) { in SendFakeDataForTesting()
22 class CONTENT_EXPORT DeviceLightEventPump25 explicit DeviceLightEventPump(RenderThread* thread);26 virtual ~DeviceLightEventPump();51 DISALLOW_COPY_AND_ASSIGN(DeviceLightEventPump);
40 class DeviceLightEventPumpForTesting : public DeviceLightEventPump {43 : DeviceLightEventPump(0) {} in DeviceLightEventPumpForTesting()47 DeviceLightEventPump::OnDidStart(renderer_handle); in OnDidStart()52 DeviceLightEventPump::FireEvent(); in FireEvent()
40 class DeviceLightEventPump; variable224 scoped_ptr<DeviceLightEventPump> device_light_event_pump_;
1069 return new DeviceLightEventPump(thread); in CreatePlatformEventObserverFromType()