HomeSort by relevance Sort by last modified time
    Searched refs:ConsoleAPIType (Results 1 - 3 of 3) sorted by null

  /external/v8/src/inspector/
v8-console-message.cc 23 String16 consoleAPITypeValue(ConsoleAPIType type) {
25 case ConsoleAPIType::kLog:
27 case ConsoleAPIType::kDebug:
29 case ConsoleAPIType::kInfo:
31 case ConsoleAPIType::kError:
33 case ConsoleAPIType::kWarning:
35 case ConsoleAPIType::kClear:
37 case ConsoleAPIType::kDir:
39 case ConsoleAPIType::kDirXML:
41 case ConsoleAPIType::kTable
    [all...]
v8-console-message.h 23 enum class ConsoleAPIType {
47 double timestamp, ConsoleAPIType,
65 ConsoleAPIType type() const;
93 ConsoleAPIType m_type;
v8-console.cc 71 void reportCall(ConsoleAPIType type) {
78 void reportCallWithDefaultArgument(ConsoleAPIType type,
86 void reportCallWithArgument(ConsoleAPIType type, const String16& message) {
92 void reportCall(ConsoleAPIType type,
110 reportCall(ConsoleAPIType::kWarning, arguments);
284 ConsoleHelper(info).reportCall(ConsoleAPIType::kDebug);
288 ConsoleHelper(info).reportCall(ConsoleAPIType::kError);
292 ConsoleHelper(info).reportCall(ConsoleAPIType::kInfo);
296 ConsoleHelper(info).reportCall(ConsoleAPIType::kLog);
300 ConsoleHelper(info).reportCall(ConsoleAPIType::kWarning)
    [all...]

Completed in 672 milliseconds