Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.cc371 String16 protocolTitle = helper.firstArgToString("default", false); in timeFunction() local
372 if (timelinePrefix) protocolTitle = "Timeline '" + protocolTitle + "'"; in timeFunction()
374 protocolTitle + "@" + in timeFunction()
379 "Timer '" + protocolTitle + "' already exists"); in timeFunction()
382 inspector->client()->consoleTime(toStringView(protocolTitle)); in timeFunction()
390 String16 protocolTitle = helper.firstArgToString("default", false); in timeEndFunction() local
391 if (timelinePrefix) protocolTitle = "Timeline '" + protocolTitle + "'"; in timeEndFunction()
393 protocolTitle + "@" + in timeEndFunction()
398 "Timer '" + protocolTitle + "' does not exist"); in timeEndFunction()
401 inspector->client()->consoleTimeEnd(toStringView(protocolTitle)); in timeEndFunction()
[all …]