Searched defs:errorOccurred (Results 1 – 13 of 13) sorted by relevance
47 void WebGeolocationController::errorOccurred(const WebGeolocationError& webError) in errorOccurred() function in WebKit::WebGeolocationController
77 void GeolocationService::errorOccurred() in errorOccurred() function in WebCore::GeolocationService
58 virtual bool errorOccurred() const { return m_cachedImage && m_cachedImage->errorOccurred(); } in errorOccurred() function
50 virtual bool errorOccurred() const { return m_styleImage->errorOccurred(); } in errorOccurred() function
56 bool errorOccurred = image()->errorOccurred(); in dispatchLoadEvent() local
54 virtual bool errorOccurred() const { return false; } in errorOccurred() function
47 bool StyleCachedImage::errorOccurred() const in errorOccurred() function in WebCore::StyleCachedImage
107 void GeolocationController::errorOccurred(GeolocationError* error) in errorOccurred() function in WebCore::GeolocationController
128 bool errorOccurred = false; in executePendingScriptAndDispatchEvent() local
345 bool errorOccurred = m_pendingScript->errorOccurred(); in notifyFinished() local
871 bool errorOccurred = m_pendingScript->errorOccurred(); in notifyFinished() local
186 bool errorOccurred() const { return (status() == LoadError || status() == DecodeError); } in errorOccurred() function
2387 UBool errorOccurred = FALSE; in TestGetKeywordValuesForLocale() local