Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DExceptionCode.cpp104 static const char* const eventExceptionNames[] = { variable
172 nameTable = eventExceptionNames; in getExceptionCodeDescription()
174 nameTableSize = sizeof(eventExceptionNames) / sizeof(eventExceptionNames[0]); in getExceptionCodeDescription()