Searched defs:functionName (Results 1 - 25 of 45) sorted by relevance

12

/external/jsilver/src/com/google/clearsilver/jsilver/functions/
H A DFunctionExecutor.java31 Value executeFunction(String functionName, Value... args); argument
/external/webkit/Source/JavaScriptCore/debugger/
H A DDebuggerCallFrame.cpp39 const UString* DebuggerCallFrame::functionName() const function in class:JSC::DebuggerCallFrame
/external/webkit/Source/WebCore/bindings/js/
H A DJavaScriptCallFrame.cpp75 String JavaScriptCallFrame::functionName() const function in class:WebCore::JavaScriptCallFrame
80 UString functionName = m_debuggerCallFrame.calculatedFunctionName();
81 if (functionName.isEmpty())
83 return ustringToString(functionName);
H A DScriptCallStackFactory.cpp68 UString functionName; local
70 functionName = asFunction(function)->name(exec);
78 frames.append(ScriptCallFrame(ustringToString(functionName), ustringToString(urlString), lineNumber));
H A DJSLazyEventListener.cpp39 JSLazyEventListener::JSLazyEventListener(const String& functionName, const String& eventParameterName, const String& code, Node* node, const String& sourceURL, int lineNumber, JSObject* wrapper, DOMWrapperWorld* isolatedWorld) argument
41 , m_functionName(functionName)
H A DJSLazyEventListener.h32 static PassRefPtr<JSLazyEventListener> create(const String& functionName, const String& eventParameterName, const String& code, Node* node, const String& sourceURL, int lineNumber, JSC::JSObject* wrapper, DOMWrapperWorld* isolatedWorld) argument
34 return adoptRef(new JSLazyEventListener(functionName, eventParameterName, code, node, sourceURL, lineNumber, wrapper, isolatedWorld));
39 JSLazyEventListener(const String& functionName, const String& eventParameterName, const String& code, Node*, const String& sourceURL, int lineNumber, JSC::JSObject* wrapper, DOMWrapperWorld* isolatedWorld);
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptProfileNode.cpp41 String ScriptProfileNode::functionName() const function in class:WebCore::ScriptProfileNode
H A DV8LazyEventListener.h49 static PassRefPtr<V8LazyEventListener> create(const String& functionName, bool isSVGEvent, const String& code, const String& sourceURL, const TextPosition0& position, const WorldContextHandle& worldContext) argument
51 return adoptRef(new V8LazyEventListener(functionName, isSVGEvent, code, sourceURL, position, worldContext));
60 V8LazyEventListener(const String& functionName, bool isSVGEvent, const String& code, const String sourceURL, const TextPosition0& position, const WorldContextHandle& worldContext);
H A DJavaScriptCallFrame.cpp93 String JavaScriptCallFrame::functionName() const function in class:WebCore::JavaScriptCallFrame
97 v8::Handle<v8::Value> result = m_callFrame.get()->Get(v8String("functionName"));
H A DScriptCallStackFactory.cpp53 String functionName; local
56 functionName = toWebCoreString(functionNameValue);
60 return ScriptCallFrame(functionName, sourceName, sourceLineNumber, sourceColumn);
H A DV8LazyEventListener.cpp45 V8LazyEventListener::V8LazyEventListener(const String& functionName, bool isSVGEvent, const String& code, const String sourceURL, const TextPosition0& position, const WorldContextHandle& worldContext) argument
47 , m_functionName(functionName)
/external/webkit/Source/WebCore/inspector/
H A DScriptCallFrame.cpp39 ScriptCallFrame::ScriptCallFrame(const String& functionName, const String& scriptName, unsigned lineNumber, unsigned column) argument
40 : m_functionName(functionName)
62 frame->setString("functionName", m_functionName);
H A DScriptCallFrame.h43 ScriptCallFrame(const String& functionName, const String& scriptName, unsigned lineNumber, unsigned column = 0);
46 const String& functionName() const { return m_functionName; } function in class:WebCore::ScriptCallFrame
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DOpenGLShims.cpp51 static void* lookupOpenGLFunctionAddress(const char* functionName, bool& success) argument
56 void* target = getProcAddress(functionName);
60 String fullFunctionName(functionName);
66 fullFunctionName = functionName;
/external/llvm/include/llvm/DebugInfo/
H A DDIContext.h38 const SmallString<16> &functionName,
40 : FileName(fileName), FunctionName(functionName),
37 DILineInfo(const SmallString<16> &fileName, const SmallString<16> &functionName, uint32_t line, uint32_t column) argument
/external/srec/srec/Semproc/include/
H A DSR_ExpressionParser.h158 LCHAR functionName[MAX_STRING_LEN]; member in struct:ExpressionParser_t
/external/webkit/Source/JavaScriptCore/runtime/
H A DFunctionConstructor.cpp75 JSObject* constructFunction(ExecState* exec, JSGlobalObject* globalObject, const ArgList& args, const Identifier& functionName, const UString& sourceURL, int lineNumber) argument
102 FunctionExecutable* function = FunctionExecutable::fromGlobalCode(functionName, exec, exec->dynamicGlobalObject()->debugger(), source, &exception);
H A DExecutable.cpp345 FunctionExecutable* FunctionExecutable::fromGlobalCode(const Identifier& functionName, ExecState* exec, Debugger* debugger, const SourceCode& source, JSObject** exception) argument
364 return FunctionExecutable::create(&exec->globalData(), functionName, body->source(), body->usesArguments(), body->parameters(), body->isStrictMode(), body->lineNo(), body->lastLine());
/external/webkit/Source/JavaScriptCore/API/
H A DJSClassRef.cpp98 UString functionName = tryCreateStringFromUTF8(staticFunction->name); local
99 if (!functionName.isNull()) {
102 StringImpl* impl = functionName.impl();
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DAutoEscapeContext.java489 private final String functionName; field in class:AutoEscapeContext.AutoEscapeState
492 private AutoEscapeState(String functionName, EscapeMode mode) { argument
493 this.functionName = functionName;
498 return functionName;
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DOutputGLSL.cpp473 TString functionName = TFunction::unmangleName(node->getName()); local
474 out << returnType << " " << functionName; local
504 TString functionName = TFunction::unmangleName(node->getName()); local
505 out << functionName << "("; local
/external/webkit/Source/WebCore/page/
H A DConsole.cpp237 String functionName = String(callStack->at(i).functionName()); local
238 printf("\t%s\n", functionName.utf8().data());
/external/webkit/Source/WebCore/storage/
H A DDatabaseAuthorizer.cpp378 int DatabaseAuthorizer::allowFunction(const String& functionName) argument
380 if (m_securityEnabled && !m_whitelistedFunctions.contains(functionName))
/external/srec/srec/Grammar/src/
H A DSR_GrammarImpl.c340 ESR_ReturnCode SR_Grammar_SetDispatchFunction(SR_Grammar* self, const LCHAR* functionName, void* userData, SR_GrammarDispatchFunction function) argument
346 CHKLOG(rc, EP_RegisterFunction(semprocImpl->parser, functionName, userData, function));
/external/webkit/Source/JavaScriptCore/profiler/
H A DProfileNode.h67 const UString& functionName() const { return m_callIdentifier.m_name; } function in class:JSC::ProfileNode
149 static inline bool functionNameDescendingComparator(const RefPtr<ProfileNode>& a, const RefPtr<ProfileNode>& b) { return a->functionName() > b->functionName(); }
150 static inline bool functionNameAscendingComparator(const RefPtr<ProfileNode>& a, const RefPtr<ProfileNode>& b) { return a->functionName() < b->functionName(); }

Completed in 346 milliseconds

12