Searched refs:protocolTitle (Results 1 – 1 of 1) sorted by relevance
371 String16 protocolTitle = helper.firstArgToString("default", false); in timeFunction() local372 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() local391 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 …]