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

  /external/chromium_org/content/common/gpu/
devtools_gpu_instrumentation.h 31 static void FireEvent(EventPhase phase, GpuChannel* channel) {
51 GpuEventsDispatcher::FireEvent(GpuEventsDispatcher::kEventStart, channel_);
54 GpuEventsDispatcher::FireEvent(GpuEventsDispatcher::kEventFinish, channel_);
  /external/chromium_org/content/renderer/device_sensors/
device_motion_event_pump.h 36 virtual void FireEvent() OVERRIDE;
device_orientation_event_pump.h 40 virtual void FireEvent() OVERRIDE;
device_sensor_event_pump.h 48 virtual void FireEvent() = 0;
device_motion_event_pump.cc 40 void DeviceMotionEventPump::FireEvent() {
device_orientation_event_pump_unittest.cc 57 virtual void FireEvent() OVERRIDE {
58 DeviceOrientationEventPump::FireEvent();
199 base::Bind(&DeviceOrientationEventPumpForTesting::FireEvent,
217 base::Bind(&DeviceOrientationEventPumpForTesting::FireEvent,
device_sensor_event_pump.cc 82 this, &DeviceSensorEventPump::FireEvent);
device_motion_event_pump_unittest.cc 54 virtual void FireEvent() OVERRIDE {
55 DeviceMotionEventPump::FireEvent();
device_orientation_event_pump.cc 44 void DeviceOrientationEventPump::FireEvent() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspstrm.h 26 STDMETHOD(FireEvent)(const MSP_EVENT_INFO *pMspEventInfo);
msp.h 131 virtual HRESULT WINAPI FireEvent(const MSP_EVENT_INFO *pMspEventInfo) = 0;
139 HRESULT (WINAPI *FireEvent)(ITPluggableTerminalEventSink *This,const MSP_EVENT_INFO *pMspEventInfo);
149 #define ITPluggableTerminalEventSink_FireEvent(This,pMspEventInfo) (This)->lpVtbl->FireEvent(This,pMspEventInfo)
activscp.h     [all...]
tapi3.h     [all...]
mshtmlc.h     [all...]
mshtml.h     [all...]

Completed in 779 milliseconds