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

  /external/webkit/WebCore/bindings/js/
JSCustomPositionErrorCallback.cpp 43 void JSCustomPositionErrorCallback::handleEvent(PositionError* positionError)
50 args.append(toJS(exec, deprecatedGlobalObjectForPrototype(exec), positionError));
  /external/webkit/WebCore/page/
Geolocation.cpp 51 #include "PositionError.h"
72 static PassRefPtr<PositionError> createPositionError(GeolocationError* error)
74 PositionError::ErrorCode code = PositionError::POSITION_UNAVAILABLE;
77 code = PositionError::PERMISSION_DENIED;
80 code = PositionError::POSITION_UNAVAILABLE;
84 return PositionError::create(code, error->message());
103 void Geolocation::GeoNotifier::setFatalError(PassRefPtr<PositionError> error)
158 RefPtr<PositionError> error = PositionError::create(PositionError::TIMEOUT, "Timeout expired")
    [all...]

Completed in 1281 milliseconds