Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DExceptionCode.cpp94 static const char* const rangeExceptionNames[] = { variable
164 nameTable = rangeExceptionNames; in getExceptionCodeDescription()
166 nameTableSize = sizeof(rangeExceptionNames) / sizeof(rangeExceptionNames[0]); in getExceptionCodeDescription()