OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANSIEscape
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ipc/
ipc_logging.cc
188
const char* Logging::
ANSIEscape
(ANSIColor color) {
259
ANSIEscape
(sender_ ? ANSI_COLOR_BLUE : ANSI_COLOR_CYAN),
261
ANSIEscape
(ANSI_COLOR_RESET),
264
ANSIEscape
(DelayColor(receive_delay)),
266
ANSIEscape
(DelayColor(dispatch_delay)),
268
ANSIEscape
(ANSI_COLOR_RESET)
ipc_logging.h
99
const char*
ANSIEscape
(ANSIColor color);
Completed in 708 milliseconds