Home
last modified time | relevance | path

Searched defs:functionName (Results 1 – 25 of 88) sorted by relevance

1234

/external/chromium_org/tools/cygprofile/
Dpatch_orderfile.py68 functionName = line.replace('.text.', '').split('.clone.')[0].strip() variable
79 functionName = line.split()[3] variable
81 functionName = line.split()[2] variable
82 functionName = functionName.split('.clone.')[0] variable
/external/chromium_org/third_party/WebKit/public/platform/
DWebTraceLocation.h14 WebTraceLocation(const char* functionName, const char* fileName) in WebTraceLocation()
19 const char* functionName() const { return m_functionName; } in functionName() function
/external/chromium_org/tools/perf/metrics/unittest_data/
Dcern_repeat_timeline.json1 …h\/hypertext\/WWW\/TheProject.html"},"frameId":"1312.1","startTime":1377574729484.4,"type":"Resour… object
D2ch_repeat_timeline.json1 …ameId":"3176.1","startTime":1377648369729.2,"type":"ResourceSendRequest","usedHeapSize":2055348}],…
Dbaidu_repeat_timeline.json1 …"},"frameId":"2664.1","startTime":1377637870418.1,"type":"ResourceSendRequest","usedHeapSize":2001…
/external/chromium_org/third_party/WebKit/Source/platform/
DTraceLocation.h18 TraceLocation(const char* functionName, const char* fileName) in TraceLocation()
28 const char* functionName() const { return m_functionName; } in functionName() function
/external/chromium_org/chrome/renderer/resources/extensions/
Dsync_file_system_custom_bindings.js17 function bindFileEntryFunction(functionName) { argument
27 function bindFileEntryArrayFunction(functionName) { argument
40 function bindFileSystemFunction(functionName) { argument
Dfile_system_custom_bindings.js20 function bindFileEntryFunction(functionName) { argument
32 function(functionName) { argument
Ddeveloper_private_custom_bindings.js13 function bindFileSystemFunction(functionName) { argument
Dlog_private_custom_bindings.js19 function(functionName) { argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
Dhistory.js76 cvox.HistoryEvent.prototype.withUserCommand = function(functionName) { argument
294 cvox.History.prototype.enterUserCommand = function(functionName) { argument
313 cvox.History.prototype.exitUserCommand = function(functionName) { argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptPreprocessor.cpp83 …reprocessSourceCode(const String& sourceCode, const String& sourceName, const String& functionName) in preprocessSourceCode()
92 …sSourceCode(const String& sourceCode, const String& sourceName, v8::Handle<v8::Value> functionName) in preprocessSourceCode()
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
DFunctionReceiverChecker.java60 String functionName = callParts[partCount - 1]; in handleCall() local
120 String functionName, List<Node> argumentNodes, List<String> arguments) { in saveSymbolicArguments()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dmemoize.js112 cvox.Memoize.memoize = function(functionClosure, functionName, node) { argument
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp1066 bool WebGLRenderingContextBase::checkObjectToBeBound(const char* functionName, WebGLObject* object,… in checkObjectToBeBound()
1473 bool WebGLRenderingContextBase::validateSettableTexFormat(const char* functionName, GLenum format) in validateSettableTexFormat()
1799 bool WebGLRenderingContextBase::validateRenderingState(const char* functionName) in validateRenderingState()
1809 bool WebGLRenderingContextBase::validateWebGLObject(const char* functionName, WebGLObject* object) in validateWebGLObject()
3386 bool WebGLRenderingContextBase::validateTexFunc(const char* functionName, TexFuncValidationFunction… in validateTexFunc()
3429 bool WebGLRenderingContextBase::validateValueFitNonNegInt32(const char* functionName, const char* p… in validateValueFitNonNegInt32()
3444 …ringContextBase::drawImageIntoBuffer(Image* image, int width, int height, const char* functionName) in drawImageIntoBuffer()
4460 void WebGLRenderingContextBase::handleTextureCompleteness(const char* functionName, bool prepareToD… in handleTextureCompleteness()
4541 WebGLTexture* WebGLRenderingContextBase::validateTextureBinding(const char* functionName, GLenum ta… in validateTextureBinding()
4576 bool WebGLRenderingContextBase::validateLocationLength(const char* functionName, const String& stri… in validateLocationLength()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DScriptCallFrame.cpp45 ScriptCallFrame::ScriptCallFrame(const String& functionName, const String& scriptId, const String& … in ScriptCallFrame()
DScriptCallFrame.h46 const String& functionName() const { return m_functionName; } in functionName() function
DInjectedScriptCanvasModule.cpp76 ScriptValue InjectedScriptCanvasModule::callWrapContextFunction(const String& functionName, const S… in callWrapContextFunction()
107 void InjectedScriptCanvasModule::callStartCapturingFunction(const String& functionName, ErrorString… in callStartCapturingFunction()
126 void InjectedScriptCanvasModule::callVoidFunctionWithTraceLogIdArgument(const String& functionName,… in callVoidFunctionWithTraceLogIdArgument()
DInspectorInstrumentationCustomInl.h64 …entListener(LocalFrame* frame, const String& source, const String& url, const String& functionName) in preprocessEventListener()
/external/jsilver/src/com/google/clearsilver/jsilver/functions/
DFunctionExecutor.java31 Value executeFunction(String functionName, Value... args); in executeFunction()
/external/libcxxabi/src/Unwind/
DUnwindLevel1.c62 char functionName[512]; in unwind_phase1() local
157 char functionName[512]; in unwind_phase2() local
245 char functionName[512]; in unwind_phase2_forced() local
/external/chromium_org/extensions/renderer/resources/
Dstorage_area.js24 function bindApiFunction(functionName) { argument
/external/skia/experimental/LightSymbolsUtil/lightsymbols/
Dlightsymbols.h3 #define LS_TRACE(functionName,fileId,lineNumber) LightSymbol __lstr(functionName,fileId,lineNumber); argument
/external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/lightsymbols/
Dlightsymbols.h3 #define LS_TRACE(functionName,fileId,lineNumber) LightSymbol __lstr(functionName,fileId,lineNumber); argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DHeapSnapshotCommon.js67 WebInspector.HeapSnapshotCommon.SerializedAllocationNode = function(nodeId, functionName, scriptNam… argument
101 WebInspector.HeapSnapshotCommon.AllocationStackFrame = function(functionName, scriptName, scriptId,… argument

1234