Searched refs:newError (Results 1 – 3 of 3) sorted by relevance
484 QDeclarativeNavigator::NavigationError newError = UnknownError; in ensureEngine() local487 newError = NotSupportedError; break; in ensureEngine()489 newError = UnknownParameterError; break; in ensureEngine()491 newError = MissingRequiredParameterError; break; in ensureEngine()493 newError = ConnectionError; break; in ensureEngine()495 newError = LoaderError; break; in ensureEngine()500 setError(newError, serviceProvider->navigationErrorString()); in ensureEngine()
297 QDeclarativeGeocodeModel::GeocodeError newError = UnknownError; in pluginReady() local300 newError = EngineNotSetError; break; in pluginReady()302 newError = UnknownParameterError; break; in pluginReady()304 newError = MissingRequiredParameterError; break; in pluginReady()306 newError = CommunicationError; break; in pluginReady()311 setError(newError, serviceProvider->geocodingErrorString()); in pluginReady()
353 QDeclarativeGeoRouteModel::RouteError newError = UnknownError; in pluginReady() local356 newError = EngineNotSetError; break; in pluginReady()358 newError = UnknownParameterError; break; in pluginReady()360 newError = MissingRequiredParameterError; break; in pluginReady()362 newError = CommunicationError; break; in pluginReady()367 setError(newError, serviceProvider->routingErrorString()); in pluginReady()