Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/events/
DErrorEvent.h64 static PassRefPtrWillBeRawPtr<ErrorEvent> createSanitizedError(DOMWrapperWorld* world) in createSanitizedError() function
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DWorkerScriptController.cpp209 …ErrorEvent::createSanitizedError(m_world.get()) : ErrorEvent::create(state.errorMessage, state.sou… in evaluate()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DExecutionContext.cpp184 errorEvent = ErrorEvent::createSanitizedError(errorEvent->world()); in dispatchErrorEvent()