OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLogLines
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebKit/chromium/src/
ProfilerAgentImpl.cpp
43
void ProfilerAgentImpl::
getLogLines
(int position)
46
const int readSize = v8::V8::
GetLogLines
(position, buffer, sizeof(buffer) - 1);
/external/webkit/WebKit/chromium/src/js/
DevToolsHostStub.js
72
RemoteProfilerAgentStub.prototype.
getLogLines
= function(pos)
74
ProfilerStubHelper.GetInstance().
getLogLines
(pos);
155
ProfilerStubHelper.prototype.
getLogLines
= function(pos)
Completed in 322 milliseconds