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

  /device/samsung/tuna/libsensors/
ProximitySensor.cpp 49 bool ProximitySensor::hasPendingEvents() const {
  /hardware/invensense/libsensors/
SensorBase.cpp 80 bool SensorBase::hasPendingEvents() const {
MPLSensor.cpp 1077 bool MPLSensor::hasPendingEvents() const
    [all...]
  /external/webkit/Source/WebCore/loader/
ImageLoader.cpp 71 bool hasPendingEvents(ImageLoader* loader) { return m_dispatchSoonList.find(loader) != notFound; }
110 ASSERT(!m_firedBeforeLoad || !beforeLoadEventSender().hasPendingEvents(this));
114 ASSERT(!m_firedLoad || !loadEventSender().hasPendingEvents(this));

Completed in 61 milliseconds