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

  /external/webkit/WebCore/page/
Geolocation.h 138 void sendError(Vector<RefPtr<GeoNotifier> >&, PositionError*);
Geolocation.cpp 463 void Geolocation::sendError(Vector<RefPtr<GeoNotifier> >& notifiers, PositionError* error)
533 sendError(oneShotsCopy, error);
534 sendError(watchersCopy, error);

Completed in 42 milliseconds