Searched refs:GeolocationError (Results 1 – 10 of 10) sorted by relevance
36 m_private = GeolocationError::create(static_cast<GeolocationError::ErrorCode>(code), message); in assign()49 WebGeolocationError::WebGeolocationError(GeolocationError* error) in WebGeolocationError()54 WebGeolocationError& WebGeolocationError::operator=(GeolocationError* error) in operator =()60 WebGeolocationError::operator GeolocationError*() const in operator GeolocationError*()
44 m_private->errorOccurred(static_cast<GeolocationError*>(webError)); in errorOccurred()
521 COMPILE_ASSERT_MATCHING_ENUM(WebGeolocationError::ErrorPermissionDenied, GeolocationError::Permissi…522 COMPILE_ASSERT_MATCHING_ENUM(WebGeolocationError::ErrorPositionUnavailable, GeolocationError::Posit…
33 class GeolocationError : public GarbageCollectedFinalized<GeolocationError> {40 static GeolocationError* create(ErrorCode code, const String& message) in create()42 return new GeolocationError(code, message); in create()50 GeolocationError(ErrorCode code, const String& message) in GeolocationError() function
40 class GeolocationError; variable58 void errorOccurred(GeolocationError*);
156 …errorOccurred(GeolocationError::create(GeolocationError::PositionUnavailable, "PositionUnavailable… in positionChanged()166 void GeolocationController::errorOccurred(GeolocationError* error) in errorOccurred()
48 class GeolocationError; variable86 void setError(GeolocationError*);
64 static PositionError* createPositionError(GeolocationError* error) in createPositionError()68 case GeolocationError::PermissionDenied: in createPositionError()71 case GeolocationError::PositionUnavailable: in createPositionError()480 void Geolocation::setError(GeolocationError* error) in setError()
34 class GeolocationError; variable53 WebGeolocationError(GeolocationError*);54 WebGeolocationError& operator=(GeolocationError*);55 operator GeolocationError*() const;59 WebPrivatePtr<GeolocationError> m_private;
172 …(*it)->errorOccurred(GeolocationError::create(GeolocationError::PositionUnavailable, m_errorMessag… in controllerTimerFired()