OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsLoggingBytes
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
net_log.cc
166
bool BoundNetLog::
IsLoggingBytes
() const {
/external/chromium_org/net/base/
net_log.cc
28
if (NetLog::
IsLoggingBytes
(log_level) && byte_count > 0)
347
bool NetLog::
IsLoggingBytes
(LogLevel log_level) {
475
bool BoundNetLog::
IsLoggingBytes
() const {
476
return NetLog::
IsLoggingBytes
(GetLogLevel());
Completed in 89 milliseconds