Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console-message.cc23 String16 consoleAPITypeValue(ConsoleAPIType type) { in consoleAPITypeValue()
25 case ConsoleAPIType::kLog: in consoleAPITypeValue()
27 case ConsoleAPIType::kDebug: in consoleAPITypeValue()
29 case ConsoleAPIType::kInfo: in consoleAPITypeValue()
31 case ConsoleAPIType::kError: in consoleAPITypeValue()
33 case ConsoleAPIType::kWarning: in consoleAPITypeValue()
35 case ConsoleAPIType::kClear: in consoleAPITypeValue()
37 case ConsoleAPIType::kDir: in consoleAPITypeValue()
39 case ConsoleAPIType::kDirXML: in consoleAPITypeValue()
41 case ConsoleAPIType::kTable: in consoleAPITypeValue()
[all …]
Dv8-console.cc63 void reportCall(ConsoleAPIType type) { in reportCall()
70 void reportCallWithDefaultArgument(ConsoleAPIType type, in reportCallWithDefaultArgument()
78 void reportCallWithArgument(ConsoleAPIType type, const String16& message) { in reportCallWithArgument()
84 void reportCall(ConsoleAPIType type, in reportCall()
103 reportCall(ConsoleAPIType::kWarning, arguments); in reportDeprecatedCall()
202 .reportCall(ConsoleAPIType::kDebug); in Debug()
208 .reportCall(ConsoleAPIType::kError); in Error()
214 .reportCall(ConsoleAPIType::kInfo); in Info()
220 .reportCall(ConsoleAPIType::kLog); in Log()
226 .reportCall(ConsoleAPIType::kWarning); in Warn()
[all …]
Dv8-console-message.h25 enum class ConsoleAPIType { enum
50 V8InspectorImpl* inspector, double timestamp, ConsoleAPIType,
68 ConsoleAPIType type() const;
96 ConsoleAPIType m_type;