OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:traceLog
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModule.cpp
41
using WebCore::TypeBuilder::Canvas::
TraceLog
;
135
void InjectedScriptCanvasModule::
traceLog
(ErrorString* errorString, const TraceLogId& traceLogId, const int* startOffset, const int* maxLength, RefPtr<
TraceLog
>*
traceLog
)
137
ScriptFunctionCall function(injectedScriptObject(), "
traceLog
");
147
*errorString = "Internal error:
traceLog
";
150
*
traceLog
=
TraceLog
::runtimeCast(resultValue);
InjectedScriptCanvasModuleSource.js
[
all
...]
Completed in 29 milliseconds