Home
last modified time | relevance | path

Searched refs:setFatalError (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
DGeolocation.cpp101 void Geolocation::GeoNotifier::setFatalError(PassRefPtr<PositionError> error) in setFatalError() function in WebCore::Geolocation::GeoNotifier
317 …notifier->setFatalError(PositionError::create(PositionError::PERMISSION_DENIED, permissionDeniedEr… in startRequest()
332 …notifier->setFatalError(PositionError::create(PositionError::POSITION_UNAVAILABLE, failedToStartSe… in startRequest()
352 …notifier->setFatalError(PositionError::create(PositionError::PERMISSION_DENIED, permissionDeniedEr… in requestUsesCachedPosition()
386 …notifier->setFatalError(PositionError::create(PositionError::POSITION_UNAVAILABLE, failedToStartSe… in makeCachedPositionCallbacks()
533 …(*it)->setFatalError(PositionError::create(PositionError::POSITION_UNAVAILABLE, framelessDocumentE… in cancelRequests()
756 …notifier->setFatalError(PositionError::create(PositionError::POSITION_UNAVAILABLE, failedToStartSe… in handlePendingPermissionNotifiers()
758 …notifier->setFatalError(PositionError::create(PositionError::PERMISSION_DENIED, permissionDeniedEr… in handlePendingPermissionNotifiers()
DGeolocation.h96 void setFatalError(PassRefPtr<PositionError>);
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0678088 This requires a change to allow multiple calls to GeoNotifier::setFatalError().
78097 (WebCore::Geolocation::GeoNotifier::setFatalError):
DChangeLog-2010-01-2940427 …(WebCore::Geolocation::GeoNotifier::setFatalError): Added. Sets a fatal error for this notifier, c…