HomeSort by relevance Sort by last modified time
    Searched defs:OnDidStart (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/renderer/device_sensors/
device_sensor_event_pump.h 70 void OnDidStart(base::SharedMemoryHandle handle) {
device_motion_event_pump_unittest.cc 50 void OnDidStart(base::SharedMemoryHandle renderer_handle) {
51 DeviceMotionEventPump::OnDidStart(renderer_handle);
115 motion_pump()->OnDidStart(handle());
142 motion_pump()->OnDidStart(handle());
device_light_event_pump_unittest.cc 46 void OnDidStart(base::SharedMemoryHandle renderer_handle) {
47 DeviceLightEventPump::OnDidStart(renderer_handle);
105 light_pump()->OnDidStart(handle());
118 light_pump()->OnDidStart(handle());
133 light_pump()->OnDidStart(handle());
device_orientation_event_pump_unittest.cc 53 void OnDidStart(base::SharedMemoryHandle renderer_handle) {
54 DeviceOrientationEventPump::OnDidStart(renderer_handle);
126 orientation_pump()->OnDidStart(handle());
146 orientation_pump()->OnDidStart(handle());
163 orientation_pump()->OnDidStart(handle());

Completed in 69 milliseconds