OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsLoggingBytes
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/net/udp/
udp_net_log_parameters.cc
22
if (NetLog::
IsLoggingBytes
(log_level))
/external/chromium/net/socket/
client_socket.cc
152
if (net_log.
IsLoggingBytes
()) {
/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());
net_log.h
269
static bool
IsLoggingBytes
(LogLevel log_level);
380
// Shortcut for NetLog::
IsLoggingBytes
(this->GetLogLevel()).
381
bool
IsLoggingBytes
() const;
/external/chromium/net/base/
net_log.h
206
bool
IsLoggingBytes
() const;
net_log.cc
166
bool BoundNetLog::
IsLoggingBytes
() const {
/external/chromium_org/net/url_request/
url_request_job.cc
620
if (rv && request() && request()->net_log().
IsLoggingBytes
() &&
686
if (!filter_.get() && request() && request()->net_log().
IsLoggingBytes
() &&
Completed in 1165 milliseconds