Home
last modified time | relevance | path

Searched refs:errorURL (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DApplicationCacheHost.h127 …, int progressDone, WebApplicationCacheHost::ErrorReason, const String& errorURL, int errorStatus,…
153 String errorURL; member
156 …ssDone, WebApplicationCacheHost::ErrorReason errorReason, const String& errorURL, int errorStatus,… in DeferredEvent()
161 , errorURL(errorURL) in DeferredEvent()
173 …, int progressDone, WebApplicationCacheHost::ErrorReason, const String& errorURL, int errorStatus,…
DApplicationCacheHost.cpp180 …ssDone, WebApplicationCacheHost::ErrorReason errorReason, const String& errorURL, int errorStatus,… in notifyApplicationCache() argument
187 …ents.append(DeferredEvent(id, progressTotal, progressDone, errorReason, errorURL, errorStatus, err… in notifyApplicationCache()
190 …dispatchDOMEvent(id, progressTotal, progressDone, errorReason, errorURL, errorStatus, errorMessage… in notifyApplicationCache()
222 …ed.progressTotal, deferred.progressDone, deferred.errorReason, deferred.errorURL, deferred.errorSt… in stopDeferringEvents()
228 …ssDone, WebApplicationCacheHost::ErrorReason errorReason, const String& errorURL, int errorStatus,… in dispatchDOMEvent() argument
236 … event = ApplicationCacheErrorEvent::create(errorReason, errorURL, errorStatus, errorMessage); in dispatchDOMEvent()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp4372 std::string errorURL = "http://0.0.0.0"; in TEST_F() local
4375 response.setURL(URLTestHelpers::toKURL(errorURL)); in TEST_F()
4380 errorHistoryItem.setURLString(WebString::fromUTF8(errorURL.c_str(), errorURL.length())); in TEST_F()
4381 …Platform::current()->unitTestSupport()->registerMockedErrorURL(URLTestHelpers::toKURL(errorURL), r… in TEST_F()