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 469 void Geolocation::sendError(Vector<RefPtr<GeoNotifier> >& notifiers, PositionError* error)
539 sendError(oneShotsCopy, error);
540 sendError(watchersCopy, error);

Completed in 1025 milliseconds