OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DLOG_IF
(Results
1 - 2
of
2
) sorted by null
/external/chromium/googleurl/base/
logging.h
59
//
DLOG_IF
(INFO, num_cookies > 10) << "Got lots of cookies";
241
#define
DLOG_IF
(severity, condition) LOG_IF(severity, condition)
344
#define
DLOG_IF
(severity, condition) \
/external/chromium/base/
logging.h
66
//
DLOG_IF
(INFO, num_cookies > 10) << "Got lots of cookies";
557
#define
DLOG_IF
(severity, condition) LOG_IF(severity, condition)
574
#define
DLOG_IF
(severity, condition) DLOG_EAT_STREAM_PARAMETERS
611
#define DVLOG(verboselevel)
DLOG_IF
(INFO, VLOG_IS_ON(verboselevel))
658
// This behavior is different from
DLOG_IF
et al.
[
all
...]
Completed in 27 milliseconds