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

  /external/webkit/WebCore/page/
Geolocation.h 139 void sendPosition(Vector<RefPtr<GeoNotifier> >&, Geoposition*);
Geolocation.cpp 480 void Geolocation::sendPosition(Vector<RefPtr<GeoNotifier> >& notifiers, Geoposition* position)
601 sendPosition(oneShotsCopy, m_currentPosition.get());
602 sendPosition(watchersCopy, m_currentPosition.get());

Completed in 17 milliseconds