Home
last modified time | relevance | path

Searched refs:lastCaller (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorConsoleAgent.cpp167 const ScriptCallFrame& lastCaller = callStack->at(0); in stopTiming() local
168 …JSMessageSource, LogMessageType, LogMessageLevel, message, lastCaller.lineNumber(), lastCaller.sou… in stopTiming()
173 const ScriptCallFrame& lastCaller = callStack->at(0); in count() local
178 …String identifier = makeString(title, '@', lastCaller.sourceURL(), ':', String::number(lastCaller.… in count()
192 …JSMessageSource, LogMessageType, LogMessageLevel, message, lastCaller.lineNumber(), lastCaller.sou… in count()
DInspectorInstrumentation.cpp674 const ScriptCallFrame& lastCaller = callStack->at(0); in addProfileImpl() local
675 profilerAgent->addProfile(profile, lastCaller.lineNumber(), lastCaller.sourceURL()); in addProfileImpl()
/external/webkit/Source/WebCore/page/
DConsole.cpp171 const ScriptCallFrame& lastCaller = callStack->at(0); in addMessage() local
177 printSourceURLAndLine(lastCaller.sourceURL(), 0); in addMessage()
190 …addMessageToConsole(JSMessageSource, type, level, message, lastCaller.lineNumber(), lastCaller.sou… in addMessage()
278 const ScriptCallFrame& lastCaller = callStack->at(0); in profile() local
279 …on::addStartProfilingMessageToConsole(page, resolvedTitle, lastCaller.lineNumber(), lastCaller.sou… in profile()