Home
last modified time | relevance | path

Searched refs:DeviceLightEventPump (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/device_sensors/
Ddevice_light_event_pump.cc18 DeviceLightEventPump::DeviceLightEventPump(RenderThread* thread) in DeviceLightEventPump() function in content::DeviceLightEventPump
24 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()
Ddevice_light_event_pump.h22 class CONTENT_EXPORT DeviceLightEventPump
25 explicit DeviceLightEventPump(RenderThread* thread);
26 virtual ~DeviceLightEventPump();
51 DISALLOW_COPY_AND_ASSIGN(DeviceLightEventPump);
Ddevice_light_event_pump_unittest.cc40 class DeviceLightEventPumpForTesting : public DeviceLightEventPump {
43 : DeviceLightEventPump(0) {} in DeviceLightEventPumpForTesting()
47 DeviceLightEventPump::OnDidStart(renderer_handle); in OnDidStart()
52 DeviceLightEventPump::FireEvent(); in FireEvent()
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.h40 class DeviceLightEventPump; variable
224 scoped_ptr<DeviceLightEventPump> device_light_event_pump_;
Drenderer_webkitplatformsupport_impl.cc1069 return new DeviceLightEventPump(thread); in CreatePlatformEventObserverFromType()