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

123

/external/chromium_org/third_party/WebKit/Source/platform/
H A DTraceLocation.h18 TraceLocation(const char* functionName, const char* fileName) argument
19 : m_functionName(functionName)
28 const char* functionName() const { return m_functionName; } function in class:blink::TraceLocation
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebTraceLocation.h14 WebTraceLocation(const char* functionName, const char* fileName) argument
15 : m_functionName(functionName)
19 const char* functionName() const { return m_functionName; } function in class:blink::WebTraceLocation
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentationCustomInl.h41 String preprocessEventListenerImpl(InstrumentingAgents*, LocalFrame*, const String& source, const String& url, const String& functionName);
64 inline String preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName) argument
68 return preprocessEventListenerImpl(instrumentingAgents, frame, source, url, functionName);
H A DScriptCallFrame.cpp45 ScriptCallFrame::ScriptCallFrame(const String& functionName, const String& scriptId, const String& scriptName, unsigned lineNumber, unsigned column) argument
46 : m_functionName(functionName)
H A DScriptCallFrame.h43 ScriptCallFrame(const String& functionName, const String& scriptId, const String& scriptName, unsigned lineNumber, unsigned column = 0);
46 const String& functionName() const { return m_functionName; } function in class:blink::ScriptCallFrame
H A DInjectedScriptHost.cpp130 void InjectedScriptHost::monitorFunction(const String& scriptId, int lineNumber, int columnNumber, const String& functionName) argument
134 if (functionName.isEmpty())
137 builder.append(functionName);
H A DInjectedScriptBase.cpp76 String functionName; local
77 stackFrame->getString("functionName", &functionName);
80 .setFunctionName(functionName)
H A DInjectedScriptCanvasModule.cpp76 ScriptValue InjectedScriptCanvasModule::callWrapContextFunction(const String& functionName, const ScriptValue& context) argument
78 ScriptFunctionCall function(injectedScriptObject(), functionName); local
107 void InjectedScriptCanvasModule::callStartCapturingFunction(const String& functionName, ErrorString* errorString, TraceLogId* traceLogId) argument
109 ScriptFunctionCall function(injectedScriptObject(), functionName); local
113 *errorString = "Internal error: " + functionName;
126 void InjectedScriptCanvasModule::callVoidFunctionWithTraceLogIdArgument(const String& functionName, ErrorString* errorString, const TraceLogId& traceLogId) argument
128 ScriptFunctionCall function(injectedScriptObject(), functionName); local
134 *errorString = "Internal error: " + functionName;
H A DJavaScriptCallFrame.cpp107 String JavaScriptCallFrame::functionName() const function in class:blink::JavaScriptCallFrame
109 return callV8FunctionReturnString("functionName");
/external/jsilver/src/com/google/clearsilver/jsilver/functions/
H A DFunctionExecutor.java31 Value executeFunction(String functionName, Value... args); argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptPreprocessor.cpp83 String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName, const String& functionName) argument
88 v8::Handle<v8::String> functionNameString = v8String(m_scriptState->isolate(), functionName);
92 String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName, v8::Handle<v8::Value> functionName) argument
102 v8::Handle<v8::Value> argv[] = { sourceCodeString, sourceNameString, functionName};
H A DV8LazyEventListener.h51 static PassRefPtr<V8LazyEventListener> create(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String& sourceURL, const TextPosition& position, Node* node, v8::Isolate* isolate) argument
53 return adoptRef(new V8LazyEventListener(functionName, eventParameterName, code, sourceURL, position, node, isolate));
66 V8LazyEventListener(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String sourceURL, const TextPosition&, Node*, v8::Isolate*);
H A DScriptCallStackFactory.cpp59 String functionName; local
62 functionName = toCoreString(functionNameValue);
66 return ScriptCallFrame(functionName, scriptId, sourceName, sourceLineNumber, sourceColumn);
H A DV8LazyEventListener.cpp55 V8LazyEventListener::V8LazyEventListener(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String sourceURL, const TextPosition& position, Node* node, v8::Isolate* isolate) argument
57 , m_functionName(functionName)
H A DPageScriptDebugServer.cpp303 String PageScriptDebugServer::preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName) argument
308 return m_scriptPreprocessor->preprocessSourceCode(source, url, functionName);
/external/chromium_org/tools/cygprofile/
H A Dpatch_orderfile.py68 functionName = line.replace('.text.', '').split('.clone.')[0].strip() variable
69 profiled_list.append (functionName)
79 functionName = line.split()[3] variable
81 functionName = line.split()[2] variable
82 functionName = functionName.split('.clone.')[0] variable
85 functionAddressMap[functionName].append(functionAddress)
87 functionAddressMap[functionName] = [functionAddress]
88 functions.append(functionName)
/external/srec/srec/Semproc/include/
H A DSR_ExpressionParser.h158 LCHAR functionName[MAX_STRING_LEN]; member in struct:ExpressionParser_t
/external/libcxxabi/src/Unwind/
H A DUnwindLevel1-gcc-ext.c147 char functionName[512]; local
150 unw_get_proc_name(&cursor, functionName, 512, &offset);
154 (long long)frameInfo.start_ip, functionName, (long long)frameInfo.lsda,
H A DUnwindLevel1.c62 char functionName[512]; local
64 if ((unw_get_proc_name(&cursor1, functionName, 512, &offset) !=
66 strcpy(functionName, ".anonymous.");
72 exception_object, pc, frameInfo.start_ip, functionName,
157 char functionName[512]; local
159 if ((unw_get_proc_name(&cursor2, functionName, 512, &offset) !=
161 strcpy(functionName, ".anonymous.");
165 exception_object, frameInfo.start_ip, functionName, sp,
245 char functionName[512]; local
247 if ((unw_get_proc_name(&cursor2, functionName, 51
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
H A DFunctionReceiverChecker.java60 String functionName = callParts[partCount - 1];
62 saveSymbolicArguments(functionName, argumentNodes, actualArguments);
64 boolean isBindCall = partCount > 1 && "bind".equals(functionName);
76 ("call".equals(functionName) || "apply".equals(functionName)) &&
120 String functionName, List<Node> argumentNodes, List<String> arguments) {
123 if (FUNCTIONS_WITH_CALLBACK_RECEIVER_AS_SECOND_ARGUMENT.contains(functionName)) {
127 } else if ("addEventListener".equals(functionName) ||
128 "removeEventListener".equals(functionName)) {
119 saveSymbolicArguments( String functionName, List<Node> argumentNodes, List<String> arguments) argument
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseAuthorizer.cpp375 int DatabaseAuthorizer::allowFunction(const String& functionName) argument
377 if (m_securityEnabled && !m_whitelistedFunctions.contains(functionName))
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalkerPolygons_Test.cpp390 static void simplify(const char* functionName, const SkPath& path, argument
392 if (false) SkDebugf("%s\n", functionName);
/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/skia/experimental/Intersection/
H A DEdgeWalkerPolygons_Test.cpp390 static void simplify(const char* functionName, const SkPath& path, argument
392 if (false) SkDebugf("%s\n", functionName);
/external/skia/tests/
H A DPathOpsExtendedTest.cpp229 void ShowFunctionHeader(const char* functionName) { argument
230 SkDebugf("\nstatic void %s(skiatest::Reporter* reporter, const char* filename) {\n", functionName);
231 if (strcmp("skphealth_com76", functionName) == 0) {

Completed in 568 milliseconds

123