/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | ErrorEvent.cpp | 47 ErrorEvent::ErrorEvent() in ErrorEvent() function in WebCore::ErrorEvent 52 ErrorEvent::ErrorEvent(const AtomicString& type, const ErrorEventInit& initializer) in ErrorEvent() function in WebCore::ErrorEvent 63 ErrorEvent::ErrorEvent(const String& message, const String& fileName, unsigned lineNumber, unsigned… in ErrorEvent() function in WebCore::ErrorEvent 74 void ErrorEvent::setUnsanitizedMessage(const String& message) in setUnsanitizedMessage() 80 ErrorEvent::~ErrorEvent() in ~ErrorEvent() 84 const AtomicString& ErrorEvent::interfaceName() const in interfaceName() 86 return EventNames::ErrorEvent; in interfaceName() 89 void ErrorEvent::trace(Visitor* visitor) in trace()
|
D | ErrorEvent.h | 50 class ErrorEvent FINAL : public Event { 52 static PassRefPtrWillBeRawPtr<ErrorEvent> create() in create() 54 return adoptRefWillBeNoop(new ErrorEvent); in create() 56 …static PassRefPtrWillBeRawPtr<ErrorEvent> create(const String& message, const String& fileName, un… in create() 58 … return adoptRefWillBeNoop(new ErrorEvent(message, fileName, lineNumber, columnNumber, world)); in create() 60 …static PassRefPtrWillBeRawPtr<ErrorEvent> create(const AtomicString& type, const ErrorEventInit& i… in create() 62 return adoptRefWillBeNoop(new ErrorEvent(type, initializer)); in create() 64 static PassRefPtrWillBeRawPtr<ErrorEvent> createSanitizedError(DOMWrapperWorld* world) in createSanitizedError() 66 return adoptRefWillBeNoop(new ErrorEvent("Script error.", String(), 0, 0, world)); in createSanitizedError() 68 virtual ~ErrorEvent(); [all …]
|
D | ErrorEvent.idl | 33 ] interface ErrorEvent : Event {
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | V8ErrorHandler.cpp | 53 if (!event->hasInterface(EventNames::ErrorEvent)) in callListenerFunction() 56 ErrorEvent* errorEvent = static_cast<ErrorEvent*>(event); in callListenerFunction() 83 void V8ErrorHandler::storeExceptionOnErrorEventWrapper(ErrorEvent* event, v8::Handle<v8::Value> dat… in storeExceptionOnErrorEventWrapper()
|
D | WorkerScriptController.h | 73 void evaluate(const ScriptSourceCode&, RefPtrWillBeRawPtr<ErrorEvent>* = 0); 75 void rethrowExceptionFromImportedScript(PassRefPtrWillBeRawPtr<ErrorEvent>); 116 RefPtrWillBePersistent<ErrorEvent> m_errorEventFromImportedScript;
|
D | WorkerScriptController.cpp | 199 …ontroller::evaluate(const ScriptSourceCode& sourceCode, RefPtrWillBeRawPtr<ErrorEvent>* errorEvent) in evaluate() 209 …ErrorEvent::createSanitizedError(m_world.get()) : ErrorEvent::create(state.errorMessage, state.sou… in evaluate() 213 RefPtrWillBeRawPtr<ErrorEvent> event = nullptr; in evaluate() 217 …event = ErrorEvent::create(state.errorMessage, state.sourceURL, state.lineNumber, state.columnNumb… in evaluate() 260 void WorkerScriptController::rethrowExceptionFromImportedScript(PassRefPtrWillBeRawPtr<ErrorEvent> … in rethrowExceptionFromImportedScript()
|
D | V8ErrorHandler.h | 40 class ErrorEvent; variable 50 …static void storeExceptionOnErrorEventWrapper(ErrorEvent*, v8::Handle<v8::Value>, v8::Handle<v8::O…
|
D | V8Initializer.cpp | 115 …RefPtrWillBeRawPtr<ErrorEvent> event = ErrorEvent::create(errorMessage, resource, message->GetLine… in messageHandlerInMainThread() 226 …RefPtrWillBeRawPtr<ErrorEvent> event = ErrorEvent::create(errorMessage, sourceURL, message->GetLin… in messageHandlerInWorker()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ExecutionContext.cpp | 135 void ExecutionContext::reportException(PassRefPtrWillBeRawPtr<ErrorEvent> event, PassRefPtrWillBeRa… in reportException() 137 RefPtrWillBeRawPtr<ErrorEvent> errorEvent = event; in reportException() 174 bool ExecutionContext::dispatchErrorEvent(PassRefPtrWillBeRawPtr<ErrorEvent> event, AccessControlSt… in dispatchErrorEvent() 182 RefPtrWillBeRawPtr<ErrorEvent> errorEvent = event; in dispatchErrorEvent() 184 errorEvent = ErrorEvent::createSanitizedError(errorEvent->world()); in dispatchErrorEvent()
|
D | ExecutionContext.h | 93 …void reportException(PassRefPtrWillBeRawPtr<ErrorEvent>, PassRefPtrWillBeRawPtr<ScriptCallStack>, … 150 bool dispatchErrorEvent(PassRefPtrWillBeRawPtr<ErrorEvent>, AccessControlStatus);
|
/external/chromium_org/chrome/browser/chromeos/file_system_provider/ |
D | request_manager_unittest.cc | 57 class ErrorEvent { class in chromeos::file_system_provider::__anon858cd9710111::EventLogger 59 ErrorEvent(int request_id, base::File::Error error) in ErrorEvent() function in chromeos::file_system_provider::__anon858cd9710111::EventLogger::ErrorEvent 61 virtual ~ErrorEvent() {} in ~ErrorEvent() 86 error_events_.push_back(new ErrorEvent(request_id, error)); in OnError() 91 ScopedVector<ErrorEvent>& error_events() { return error_events_; } in error_events() 100 ScopedVector<ErrorEvent> error_events_; 448 EventLogger::ErrorEvent* event = logger.error_events()[0]; in TEST_F() 621 EventLogger::ErrorEvent* event = logger.error_events()[0]; in TEST_F() 659 EventLogger::ErrorEvent* event = logger.error_events()[0]; in TEST_F()
|
/external/chromium_org/content/child/appcache/ |
D | appcache_frontend_impl.cc | 107 COMPILE_ASSERT((int)WebApplicationCacheHost::ErrorEvent == 108 (int)appcache::APPCACHE_ERROR_EVENT, ErrorEvent);
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | event_idl_files_list.tmp | 8 events/ErrorEvent.idl
|
D | core_event_interfaces.target.darwin-arm64.mk | 23 …ts/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.linux-x86.mk | 23 …ts/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.darwin-x86_64.mk | 23 …ts/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.darwin-arm.mk | 23 …ts/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.linux-arm.mk | 23 …ts/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.linux-arm64.mk | 23 …ts/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.linux-mips.mk | 23 …ts/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.darwin-x86.mk | 23 …ts/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.linux-x86_64.mk | 23 …ts/CustomEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/ErrorEvent.idl $(LOCAL_PATH…
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebApplicationCacheHost.h | 64 ErrorEvent, enumerator
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
D | WorkerMessagingProxy.cpp | 169 …RefPtrWillBeRawPtr<ErrorEvent> event = ErrorEvent::create(errorMessage, sourceURL, lineNumber, col… in reportException()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | externs.js | 509 function ErrorEvent() {} class 512 ErrorEvent.prototype.message;
|