Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/plugins/
DPluginDebug.cpp35 static const char* const errorStrings[] = { variable
69 return errorStrings[error]; in prettyNameForNPError()
/external/skia/src/animator/
DSkScript.cpp29 static const char* errorStrings[] = { variable
454 SkDebugf(" %s", errorStrings[fError - 1]); in evaluateScript()
513 str->set(errorStrings[fError - 1]); in getErrorString()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1014163 * plugins/PluginDebug.h: Don't compile the errorStrings array if LOG_DISABLED is set.
DChangeLog-2010-01-2984820 * plugins/PluginDebug.h: Move errorStrings to PluginDebug.cpp