DisplayInConsole 4173 Source/core/html/canvas/WebGLRenderingContextBase.cpp     ConsoleDisplayPreference display = (mode == RealLostContext) ? DisplayInConsole: DontDisplayInConsole;
DisplayInConsole 5483 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (m_synthesizedErrorsToConsole && display == DisplayInConsole) {
DisplayInConsole  874 Source/core/html/canvas/WebGLRenderingContextBase.h     void synthesizeGLError(GLenum, const char* functionName, const char* description, ConsoleDisplayPreference = DisplayInConsole);