Lines Matching refs:String16
26 String16 consoleContextToString( in consoleContextToString()
28 if (consoleContext.id() == 0) return String16(); in consoleContextToString()
30 String16::fromInteger(consoleContext.id()); in consoleContextToString()
71 const String16& message) { in reportCallWithDefaultArgument()
78 void reportCallWithArgument(ConsoleAPIType type, const String16& message) { in reportCallWithArgument()
96 void reportDeprecatedCall(const char* id, const String16& message) { in reportDeprecatedCall()
112 String16 firstArgToString(const String16& defaultValue, in firstArgToString()
251 String16("console.trace")); in Trace()
258 String16("console.group")); in Group()
266 String16("console.groupCollapsed")); in GroupCollapsed()
273 String16("console.groupEnd")); in GroupEnd()
282 String16("console.clear")); in Clear()
285 static String16 identifierFromTitleOrStackTrace( in identifierFromTitleOrStackTrace()
286 const String16& title, const ConsoleHelper& helper, in identifierFromTitleOrStackTrace()
289 String16 identifier; in identifierFromTitleOrStackTrace()
295 String16::fromInteger(stackTrace->topLineNumber()); in identifierFromTitleOrStackTrace()
309 String16 title = helper.firstArgToString(String16("default"), false); in Count()
310 String16 identifier = identifierFromTitleOrStackTrace( in Count()
315 String16 countString = String16::fromInteger(count); in Count()
324 String16 title = helper.firstArgToString(String16("default"), false); in CountReset()
325 String16 identifier = identifierFromTitleOrStackTrace( in CountReset()
344 toV8String(m_inspector->isolate(), String16("console.assert"))); in Assert()
354 helper.firstArgToString(String16())); in Profile()
363 helper.firstArgToString(String16())); in ProfileEnd()
371 String16 protocolTitle = helper.firstArgToString("default", false); in timeFunction()
373 const String16& timerId = in timeFunction()
390 String16 protocolTitle = helper.firstArgToString("default", false); in timeEndFunction()
392 const String16& timerId = in timeEndFunction()
406 String16 message = in timeEndFunction()
407 protocolTitle + ": " + String16::fromDouble(elapsed) + "ms"; in timeEndFunction()
424 String16 title = helper.firstArgToString(String16()); in TimeStamp()
534 String16 functionName = in monitorFunctionCallback()
763 static bool isCommandLineAPIGetter(const String16& name) { in isCommandLineAPIGetter()