functionName 279 Source/bindings/v8/PageScriptDebugServer.cpp String PageScriptDebugServer::preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName) functionName 284 Source/bindings/v8/PageScriptDebugServer.cpp return m_scriptPreprocessor->preprocessSourceCode(source, url, functionName); functionName 69 Source/bindings/v8/PageScriptDebugServer.h virtual String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName) OVERRIDE; functionName 60 Source/bindings/v8/ScriptCallStackFactory.cpp String functionName; functionName 63 Source/bindings/v8/ScriptCallStackFactory.cpp functionName = toCoreString(functionNameValue); functionName 67 Source/bindings/v8/ScriptCallStackFactory.cpp return ScriptCallFrame(functionName, scriptId, sourceName, sourceLineNumber, sourceColumn); functionName 66 Source/bindings/v8/ScriptDebugServer.cpp v8::Local<v8::Value> ScriptDebugServer::callDebuggerMethod(const char* functionName, int argc, v8::Handle<v8::Value> argv[]) functionName 69 Source/bindings/v8/ScriptDebugServer.cpp v8::Handle<v8::Function> function = v8::Local<v8::Function>::Cast(debuggerScript->Get(v8AtomicString(m_isolate, functionName))); functionName 220 Source/bindings/v8/ScriptDebugServer.cpp void ScriptDebugServer::stepCommandWithFrame(const char* functionName, const ScriptValue& frame) functionName 237 Source/bindings/v8/ScriptDebugServer.cpp callDebuggerMethod(functionName, 2, argv); functionName 636 Source/bindings/v8/ScriptDebugServer.cpp String ScriptDebugServer::preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName) functionName 98 Source/bindings/v8/ScriptDebugServer.h v8::Local<v8::Value> callDebuggerMethod(const char* functionName, int argc, v8::Handle<v8::Value> argv[]); functionName 106 Source/bindings/v8/ScriptDebugServer.h virtual String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName); functionName 148 Source/bindings/v8/ScriptDebugServer.h void stepCommandWithFrame(const char* functionName, const ScriptValue& frame); functionName 84 Source/bindings/v8/ScriptPreprocessor.cpp String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName, const String& functionName) functionName 89 Source/bindings/v8/ScriptPreprocessor.cpp v8::Handle<v8::String> functionNameString = v8String(m_isolate, functionName); functionName 93 Source/bindings/v8/ScriptPreprocessor.cpp String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName, v8::Handle<v8::Value> functionName) functionName 103 Source/bindings/v8/ScriptPreprocessor.cpp v8::Handle<v8::Value> argv[] = { sourceCodeString, sourceNameString, functionName}; functionName 50 Source/bindings/v8/ScriptPreprocessor.h String preprocessSourceCode(const String& sourceCode, const String& sourceName, const String& functionName); functionName 55 Source/bindings/v8/ScriptPreprocessor.h String preprocessSourceCode(const String& sourceCode, const String& sourceName, v8::Handle<v8::Value> functionName); functionName 55 Source/bindings/v8/V8LazyEventListener.cpp V8LazyEventListener::V8LazyEventListener(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String sourceURL, const TextPosition& position, Node* node, v8::Isolate* isolate) functionName 57 Source/bindings/v8/V8LazyEventListener.cpp , m_functionName(functionName) functionName 51 Source/bindings/v8/V8LazyEventListener.h static PassRefPtr<V8LazyEventListener> create(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String& sourceURL, const TextPosition& position, Node* node, v8::Isolate* isolate) functionName 53 Source/bindings/v8/V8LazyEventListener.h return adoptRef(new V8LazyEventListener(functionName, eventParameterName, code, sourceURL, position, node, isolate)); functionName 62 Source/bindings/v8/V8LazyEventListener.h V8LazyEventListener(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String sourceURL, const TextPosition&, Node*, v8::Isolate*); functionName 119 Source/bindings/v8/V8NPObject.cpp v8::Handle<v8::String> functionName = v8::Handle<v8::String>::Cast(info.Data()); functionName 120 Source/bindings/v8/V8NPObject.cpp NPIdentifier identifier = getStringIdentifier(functionName); functionName 700 Source/core/dom/Node.cpp jsonArray->pushString(stack->at(i).functionName()); functionName 99 Source/core/frame/PageConsole.cpp stackTrace.append("\n at " + (frame.functionName().length() ? frame.functionName() : "(anonymous function)")); functionName 996 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::checkObjectToBeBound(const char* functionName, WebGLObject* object, bool& deleted) functionName 1003 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "object not from this context"); functionName 1398 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateSettableTexFormat(const char* functionName, GLenum format) functionName 1401 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "format can not be set, only rendered to"); functionName 1729 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateRenderingState(const char* functionName) functionName 1732 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "no valid shader program in use"); functionName 1741 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, String::format("attribute %d is enabled but has no buffer bound", i).utf8().data()); functionName 1749 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateWebGLObject(const char* functionName, WebGLObject* object) functionName 1752 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "no object or object deleted"); functionName 1756 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "object does not belong to this context"); functionName 3309 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateTexFunc(const char* functionName, TexFuncValidationFunctionType functionType, TexFuncValidationSourceType sourceType, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLint xoffset, GLint yoffset) functionName 3311 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateTexFuncParameters(functionName, functionType, target, level, internalformat, width, height, border, format, type)) functionName 3314 Source/core/html/canvas/WebGLRenderingContextBase.cpp WebGLTexture* texture = validateTextureBinding(functionName, target, true); functionName 3320 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "level > 0 not power of 2"); functionName 3326 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateSettableTexFormat(functionName, format)) functionName 3330 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateSettableTexFormat(functionName, format)) functionName 3332 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateSize(functionName, xoffset, yoffset)) functionName 3336 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "bad dimensions"); functionName 3340 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "dimensions out of range"); functionName 3344 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "type and format do not match texture"); functionName 3352 Source/core/html/canvas/WebGLRenderingContextBase.cpp PassRefPtr<Image> WebGLRenderingContextBase::drawImageIntoBuffer(Image* image, int width, int height, const char* functionName) functionName 3357 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_OUT_OF_MEMORY, functionName, "out of memory"); functionName 4346 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::handleTextureCompleteness(const char* functionName, bool prepareToDraw) functionName 4368 Source/core/html/canvas/WebGLRenderingContextBase.cpp emitGLWarning(functionName, msg.utf8().data()); functionName 4427 Source/core/html/canvas/WebGLRenderingContextBase.cpp WebGLTexture* WebGLRenderingContextBase::validateTextureBinding(const char* functionName, GLenum target, bool useSixEnumsForCubeMap) functionName 4441 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid texture target"); functionName 4448 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid texture target"); functionName 4454 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid texture target"); functionName 4458 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "no texture"); functionName 4462 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateLocationLength(const char* functionName, const String& string) functionName 4466 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "location length > 256"); functionName 4472 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateSize(const char* functionName, GLint x, GLint y) functionName 4475 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "size < 0"); functionName 4481 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateString(const char* functionName, const String& string) functionName 4485 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "string not ASCII"); functionName 4492 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateTexFuncFormatAndType(const char* functionName, GLenum format, GLenum type, GLint level) functionName 4505 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "depth texture formats not enabled"); functionName 4508 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid texture format"); functionName 4521 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid texture type"); functionName 4526 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid texture type"); functionName 4533 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid texture type"); functionName 4536 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid texture type"); functionName 4548 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "invalid type for format"); functionName 4557 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "invalid type for RGB format"); functionName 4567 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "invalid type for RGBA format"); functionName 4573 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid format. DEPTH_COMPONENT not enabled"); functionName 4578 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "invalid type for DEPTH_COMPONENT format"); functionName 4582 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "level must be 0 for DEPTH_COMPONENT format"); functionName 4588 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid format. DEPTH_STENCIL not enabled"); functionName 4592 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "invalid type for DEPTH_STENCIL format"); functionName 4596 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "level must be 0 for DEPTH_STENCIL format"); functionName 4607 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateTexFuncLevel(const char* functionName, GLenum target, GLint level) functionName 4610 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "level < 0"); functionName 4616 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "level out of range"); functionName 4627 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "level out of range"); functionName 4637 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateTexFuncDimensions(const char* functionName, TexFuncValidationFunctionType functionType, functionName 4641 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "width or height < 0"); functionName 4648 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "width or height out of range"); functionName 4659 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "width != height for cube map"); functionName 4665 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "width or height out of range for cube map"); functionName 4670 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid target"); functionName 4676 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateTexFuncParameters(const char* functionName, TexFuncValidationFunctionType functionType, GLenum target, functionName 4682 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateTexFuncFormatAndType(functionName, format, type, level) || !validateTexFuncLevel(functionName, target, level)) functionName 4685 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateTexFuncDimensions(functionName, functionType, target, level, width, height)) functionName 4689 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "format != internalformat"); functionName 4694 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "border != 0"); functionName 4701 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateTexFuncData(const char* functionName, GLint level, GLsizei width, GLsizei height, GLenum format, GLenum type, ArrayBufferView* pixels, NullDisposition disposition) functionName 4707 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "no pixels"); functionName 4711 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateTexFuncFormatAndType(functionName, format, type, level)) functionName 4713 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateSettableTexFormat(functionName, format)) functionName 4719 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "type UNSIGNED_BYTE but ArrayBufferView not Uint8Array"); functionName 4727 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "type UNSIGNED_SHORT but ArrayBufferView not Uint16Array"); functionName 4733 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "type FLOAT but ArrayBufferView not Float32Array"); functionName 4741 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "type HALF_FLOAT_OES but ArrayBufferView is not NULL"); functionName 4752 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(error, functionName, "invalid texture dimensions"); functionName 4759 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "ArrayBufferView not big enough for request with UNPACK_ALIGNMENT > 1"); functionName 4763 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "ArrayBufferView not big enough for request"); functionName 4774 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateCompressedTexFuncData(const char* functionName, GLsizei width, GLsizei height, GLenum format, ArrayBufferView* pixels) functionName 4777 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "no pixels"); functionName 4781 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "width or height < 0"); functionName 4836 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid format"); functionName 4841 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "length of ArrayBufferView is not correct for dimensions"); functionName 4848 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateCompressedTexDimensions(const char* functionName, TexFuncValidationFunctionType functionType, GLenum target, GLint level, GLsizei width, GLsizei height, GLenum format) functionName 4850 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateTexFuncDimensions(functionName, functionType, target, level, width, height)) functionName 4863 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "width or height invalid for level"); functionName 4873 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateCompressedTexSubDimensions(const char* functionName, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, WebGLTexture* tex) functionName 4876 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "xoffset or yoffset < 0"); functionName 4888 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "xoffset or yoffset not multiple of 4"); functionName 4893 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "dimensions out of range"); functionName 4896 Source/core/html/canvas/WebGLRenderingContextBase.cpp return validateCompressedTexDimensions(functionName, TexSubImage2D, target, level, width, height, format); functionName 4903 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateDrawMode(const char* functionName, GLenum mode) functionName 4915 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid draw mode"); functionName 4920 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateStencilSettings(const char* functionName) functionName 4923 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "front and back stencils settings do not match"); functionName 4929 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateStencilOrDepthFunc(const char* functionName, GLenum func) functionName 4942 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid function"); functionName 4968 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateFramebufferFuncParameters(const char* functionName, GLenum target, GLenum attachment) functionName 4971 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid target"); functionName 4985 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid attachment"); functionName 4991 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateBlendEquation(const char* functionName, GLenum mode) functionName 4999 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid mode"); functionName 5004 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateBlendFuncFactors(const char* functionName, GLenum src, GLenum dst) functionName 5010 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "incompatible src and dst"); functionName 5016 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateCapability(const char* functionName, GLenum cap) functionName 5030 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid capability"); functionName 5035 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateUniformParameters(const char* functionName, const WebGLUniformLocation* location, Float32Array* v, GLsizei requiredMinSize) functionName 5038 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "no array"); functionName 5041 Source/core/html/canvas/WebGLRenderingContextBase.cpp return validateUniformMatrixParameters(functionName, location, false, v->data(), v->length(), requiredMinSize); functionName 5044 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateUniformParameters(const char* functionName, const WebGLUniformLocation* location, Int32Array* v, GLsizei requiredMinSize) functionName 5047 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "no array"); functionName 5050 Source/core/html/canvas/WebGLRenderingContextBase.cpp return validateUniformMatrixParameters(functionName, location, false, v->data(), v->length(), requiredMinSize); functionName 5053 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateUniformParameters(const char* functionName, const WebGLUniformLocation* location, void* v, GLsizei size, GLsizei requiredMinSize) functionName 5055 Source/core/html/canvas/WebGLRenderingContextBase.cpp return validateUniformMatrixParameters(functionName, location, false, v, size, requiredMinSize); functionName 5058 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateUniformMatrixParameters(const char* functionName, const WebGLUniformLocation* location, GLboolean transpose, Float32Array* v, GLsizei requiredMinSize) functionName 5061 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "no array"); functionName 5064 Source/core/html/canvas/WebGLRenderingContextBase.cpp return validateUniformMatrixParameters(functionName, location, transpose, v->data(), v->length(), requiredMinSize); functionName 5067 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateUniformMatrixParameters(const char* functionName, const WebGLUniformLocation* location, GLboolean transpose, void* v, GLsizei size, GLsizei requiredMinSize) functionName 5072 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "location is not from current program"); functionName 5076 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "no array"); functionName 5080 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "transpose not FALSE"); functionName 5084 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "invalid size"); functionName 5090 Source/core/html/canvas/WebGLRenderingContextBase.cpp WebGLBuffer* WebGLRenderingContextBase::validateBufferDataParameters(const char* functionName, GLenum target, GLenum usage) functionName 5101 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid target"); functionName 5105 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "no buffer"); functionName 5114 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid usage"); functionName 5118 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateHTMLImageElement(const char* functionName, HTMLImageElement* image, ExceptionState& exceptionState) functionName 5121 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "no image"); functionName 5126 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "invalid image"); functionName 5136 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateHTMLCanvasElement(const char* functionName, HTMLCanvasElement* canvas, ExceptionState& exceptionState) functionName 5139 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "no canvas"); functionName 5149 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateHTMLVideoElement(const char* functionName, HTMLVideoElement* video, ExceptionState& exceptionState) functionName 5152 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "no video"); functionName 5162 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateDrawArrays(const char* functionName, GLenum mode, GLint first, GLsizei count) functionName 5164 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateDrawMode(functionName, mode)) functionName 5167 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateStencilSettings(functionName)) functionName 5171 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "first or count < 0"); functionName 5180 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateRenderingState(functionName)) { functionName 5186 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_FRAMEBUFFER_OPERATION, functionName, reason); functionName 5193 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateDrawElements(const char* functionName, GLenum mode, GLsizei count, GLenum type, long long offset) functionName 5195 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateDrawMode(functionName, mode)) functionName 5198 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateStencilSettings(functionName)) functionName 5208 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid type"); functionName 5211 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid type"); functionName 5216 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "count or offset < 0"); functionName 5226 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "no ELEMENT_ARRAY_BUFFER bound"); functionName 5230 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!validateRenderingState(functionName)) { functionName 5236 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_FRAMEBUFFER_OPERATION, functionName, reason); functionName 5244 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateDrawInstanced(const char* functionName, GLsizei primcount) functionName 5247 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "primcount < 0"); functionName 5258 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_OPERATION, functionName, "at least one enabled attribute must have a divisor of 0"); functionName 5262 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::vertexAttribfImpl(const char* functionName, GLuint index, GLsizei expectedSize, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) functionName 5267 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "index out of range"); functionName 5292 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::vertexAttribfvImpl(const char* functionName, GLuint index, Float32Array* v, GLsizei expectedSize) functionName 5297 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "no array"); functionName 5300 Source/core/html/canvas/WebGLRenderingContextBase.cpp vertexAttribfvImpl(functionName, index, v->data(), v->length(), expectedSize); functionName 5303 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::vertexAttribfvImpl(const char* functionName, GLuint index, GLfloat* v, GLsizei size, GLsizei expectedSize) functionName 5308 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "no array"); functionName 5312 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "invalid size"); functionName 5316 Source/core/html/canvas/WebGLRenderingContextBase.cpp synthesizeGLError(GL_INVALID_VALUE, functionName, "index out of range"); functionName 5480 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::synthesizeGLError(GLenum error, const char* functionName, const char* description, ConsoleDisplayPreference display) functionName 5484 Source/core/html/canvas/WebGLRenderingContextBase.cpp String message = String("WebGL: ") + errorType + ": " + String(functionName) + ": " + String(description); functionName 5496 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::emitGLWarning(const char* functionName, const char* description) functionName 5499 Source/core/html/canvas/WebGLRenderingContextBase.cpp String message = String("WebGL: ") + String(functionName) + ": " + String(description); functionName 389 Source/core/html/canvas/WebGLRenderingContextBase.h PassRefPtr<Image> drawImageIntoBuffer(Image*, int width, int height, const char* functionName); functionName 699 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateLocationLength(const char* functionName, const String&); functionName 703 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateSize(const char* functionName, GLint x, GLint y); functionName 707 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateString(const char* functionName, const String&); functionName 712 Source/core/html/canvas/WebGLRenderingContextBase.h WebGLTexture* validateTextureBinding(const char* functionName, GLenum target, bool useSixEnumsForCubeMap); functionName 716 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateTexFuncFormatAndType(const char* functionName, GLenum format, GLenum type, GLint level); functionName 720 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateTexFuncLevel(const char* functionName, GLenum target, GLint level); functionName 737 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateTexFunc(const char* functionName, TexFuncValidationFunctionType, TexFuncValidationSourceType, GLenum target, GLint level, GLenum internalformat, GLsizei width, functionName 742 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateTexFuncDimensions(const char* functionName, TexFuncValidationFunctionType, GLenum target, GLint level, GLsizei width, GLsizei height); functionName 746 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateTexFuncParameters(const char* functionName, TexFuncValidationFunctionType, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type); functionName 756 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateTexFuncData(const char* functionName, GLint level, GLsizei width, GLsizei height, GLenum format, GLenum type, ArrayBufferView* pixels, NullDisposition); functionName 762 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateSettableTexFormat(const char* functionName, GLenum format); functionName 766 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateCompressedTexFuncData(const char* functionName, GLsizei width, GLsizei height, GLenum format, ArrayBufferView* pixels); functionName 773 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateCompressedTexDimensions(const char* functionName, TexFuncValidationFunctionType, GLenum target, GLint level, GLsizei width, GLsizei height, GLenum format); functionName 777 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateCompressedTexSubDimensions(const char* functionName, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, WebGLTexture*); functionName 780 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateDrawMode(const char* functionName, GLenum); functionName 783 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateStencilSettings(const char* functionName); functionName 786 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateStencilOrDepthFunc(const char* functionName, GLenum); functionName 800 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateFramebufferFuncParameters(const char* functionName, GLenum target, GLenum attachment); functionName 803 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateBlendEquation(const char* functionName, GLenum); functionName 806 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateBlendFuncFactors(const char* functionName, GLenum src, GLenum dst); functionName 809 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateCapability(const char* functionName, GLenum); functionName 812 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateUniformParameters(const char* functionName, const WebGLUniformLocation*, Float32Array*, GLsizei mod); functionName 813 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateUniformParameters(const char* functionName, const WebGLUniformLocation*, Int32Array*, GLsizei mod); functionName 814 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateUniformParameters(const char* functionName, const WebGLUniformLocation*, void*, GLsizei, GLsizei mod); functionName 815 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateUniformMatrixParameters(const char* functionName, const WebGLUniformLocation*, GLboolean transpose, Float32Array*, GLsizei mod); functionName 816 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateUniformMatrixParameters(const char* functionName, const WebGLUniformLocation*, GLboolean transpose, void*, GLsizei, GLsizei mod); functionName 820 Source/core/html/canvas/WebGLRenderingContextBase.h WebGLBuffer* validateBufferDataParameters(const char* functionName, GLenum target, GLenum usage); functionName 823 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateHTMLImageElement(const char* functionName, HTMLImageElement*, ExceptionState&); functionName 826 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateHTMLCanvasElement(const char* functionName, HTMLCanvasElement*, ExceptionState&); functionName 829 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateHTMLVideoElement(const char* functionName, HTMLVideoElement*, ExceptionState&); functionName 832 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateDrawArrays(const char* functionName, GLenum mode, GLint first, GLsizei count); functionName 835 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateDrawElements(const char* functionName, GLenum mode, GLsizei count, GLenum type, long long offset); functionName 838 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateDrawInstanced(const char* functionName, GLsizei primcount); functionName 841 Source/core/html/canvas/WebGLRenderingContextBase.h void vertexAttribfImpl(const char* functionName, GLuint index, GLsizei expectedSize, GLfloat, GLfloat, GLfloat, GLfloat); functionName 842 Source/core/html/canvas/WebGLRenderingContextBase.h void vertexAttribfvImpl(const char* functionName, GLuint index, Float32Array*, GLsizei expectedSize); functionName 843 Source/core/html/canvas/WebGLRenderingContextBase.h void vertexAttribfvImpl(const char* functionName, GLuint index, GLfloat*, GLsizei, GLsizei expectedSize); functionName 852 Source/core/html/canvas/WebGLRenderingContextBase.h bool checkObjectToBeBound(const char* functionName, WebGLObject*, bool& deleted); functionName 874 Source/core/html/canvas/WebGLRenderingContextBase.h void synthesizeGLError(GLenum, const char* functionName, const char* description, ConsoleDisplayPreference = DisplayInConsole); functionName 74 Source/core/inspector/InjectedScriptCanvasModule.cpp ScriptObject InjectedScriptCanvasModule::callWrapContextFunction(const String& functionName, const ScriptObject& context) functionName 76 Source/core/inspector/InjectedScriptCanvasModule.cpp ScriptFunctionCall function(injectedScriptObject(), functionName); functionName 105 Source/core/inspector/InjectedScriptCanvasModule.cpp void InjectedScriptCanvasModule::callStartCapturingFunction(const String& functionName, ErrorString* errorString, TraceLogId* traceLogId) functionName 107 Source/core/inspector/InjectedScriptCanvasModule.cpp ScriptFunctionCall function(injectedScriptObject(), functionName); functionName 111 Source/core/inspector/InjectedScriptCanvasModule.cpp *errorString = "Internal error: " + functionName; functionName 124 Source/core/inspector/InjectedScriptCanvasModule.cpp void InjectedScriptCanvasModule::callVoidFunctionWithTraceLogIdArgument(const String& functionName, ErrorString* errorString, const TraceLogId& traceLogId) functionName 126 Source/core/inspector/InjectedScriptCanvasModule.cpp ScriptFunctionCall function(injectedScriptObject(), functionName); functionName 132 Source/core/inspector/InjectedScriptCanvasModule.cpp *errorString = "Internal error: " + functionName; functionName 128 Source/core/inspector/InjectedScriptHost.cpp void InjectedScriptHost::monitorFunction(const String& scriptId, int lineNumber, int columnNumber, const String& functionName) functionName 132 Source/core/inspector/InjectedScriptHost.cpp if (functionName.isEmpty()) functionName 135 Source/core/inspector/InjectedScriptHost.cpp builder.append(functionName); functionName 91 Source/core/inspector/InjectedScriptHost.h void monitorFunction(const String& scriptId, int lineNumber, int columnNumber, const String& functionName); functionName 276 Source/core/inspector/InspectorDebuggerAgent.cpp String InspectorDebuggerAgent::preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName) functionName 278 Source/core/inspector/InspectorDebuggerAgent.cpp return scriptDebugServer().preprocessEventListener(frame, source, url, functionName); functionName 99 Source/core/inspector/InspectorDebuggerAgent.h String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName); functionName 144 Source/core/inspector/InspectorInstrumentation.cpp String preprocessEventListenerImpl(InstrumentingAgents* instrumentingAgents, LocalFrame* frame, const String& source, const String& url, const String& functionName) functionName 147 Source/core/inspector/InspectorInstrumentation.cpp return debuggerAgent->preprocessEventListener(frame, source, url, functionName); functionName 41 Source/core/inspector/InspectorInstrumentationCustomInl.h String preprocessEventListenerImpl(InstrumentingAgents*, LocalFrame*, const String& source, const String& url, const String& functionName); functionName 63 Source/core/inspector/InspectorInstrumentationCustomInl.h inline String preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName) functionName 67 Source/core/inspector/InspectorInstrumentationCustomInl.h return preprocessEventListenerImpl(instrumentingAgents, frame, source, url, functionName); functionName 58 Source/core/inspector/JavaScriptCallFrame.h String functionName() const; functionName 144 Source/core/inspector/PageDebuggerAgent.cpp String PageDebuggerAgent::preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName) functionName 148 Source/core/inspector/PageDebuggerAgent.cpp return m_pageScriptDebugServer->preprocessEventListener(frame, source, url, functionName); functionName 57 Source/core/inspector/PageDebuggerAgent.h String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName); functionName 36 Source/core/inspector/ScriptCallFrame.cpp ScriptCallFrame::ScriptCallFrame(const String& functionName, const String& scriptId, const String& scriptName, unsigned lineNumber, unsigned column) functionName 37 Source/core/inspector/ScriptCallFrame.cpp : m_functionName(functionName) functionName 42 Source/core/inspector/ScriptCallFrame.h ScriptCallFrame(const String& functionName, const String& scriptId, const String& scriptName, unsigned lineNumber, unsigned column = 0); functionName 45 Source/core/inspector/ScriptCallFrame.h const String& functionName() const { return m_functionName; } functionName 91 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingValidationCheck.java String functionName = getNodeText(nameNode); functionName 93 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingValidationCheck.java functionName != null && rememberTypeRecordIfNeeded(functionName, jsDocNode); functionName 99 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingValidationCheck.java functionName, functionName 60 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java String functionName = callParts[partCount - 1]; functionName 62 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java saveSymbolicArguments(functionName, argumentNodes, actualArguments); functionName 64 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java boolean isBindCall = partCount > 1 && "bind".equals(functionName); functionName 76 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java ("call".equals(functionName) || "apply".equals(functionName)) && functionName 119 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java String functionName, List<AstNode> argumentNodes, List<String> arguments) { functionName 122 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java if (FUNCTIONS_WITH_CALLBACK_RECEIVER_AS_SECOND_ARGUMENT.contains(functionName)) { functionName 126 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java } else if ("addEventListener".equals(functionName) || functionName 127 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java "removeEventListener".equals(functionName)) { functionName 74 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ReturnAnnotationChecker.java String functionName = getFunctionName(function.functionNode); functionName 75 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ReturnAnnotationChecker.java if (functionName == null) { functionName 78 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ReturnAnnotationChecker.java boolean isApiFunction = !functionName.startsWith("_") functionName 375 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::allowFunction(const String& functionName) functionName 377 Source/modules/webdatabase/DatabaseAuthorizer.cpp if (m_securityEnabled && !m_whitelistedFunctions.contains(functionName)) functionName 89 Source/modules/webdatabase/DatabaseAuthorizer.h int allowFunction(const String& functionName); functionName 135 Source/platform/ThreadTimers.cpp "src_func", timer.location().functionName()); functionName 18 Source/platform/TraceLocation.h TraceLocation(const char* functionName, const char* fileName) functionName 19 Source/platform/TraceLocation.h : m_functionName(functionName) functionName 28 Source/platform/TraceLocation.h const char* functionName() const { return m_functionName; }