OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NetLogLogger
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/net/
net_log_logger.cc
14
NetLogLogger
::
NetLogLogger
(const FilePath &log_path)
22
NetLogLogger
::~
NetLogLogger
() {}
24
void
NetLogLogger
::OnAddEntry(net::NetLog::EventType type,
net_log_logger.h
14
//
NetLogLogger
watches the NetLog event stream, and sends all entries to
20
class
NetLogLogger
: public ChromeNetLog::ThreadSafeObserver {
25
explicit
NetLogLogger
(const FilePath &log_path);
26
~
NetLogLogger
();
38
DISALLOW_COPY_AND_ASSIGN(
NetLogLogger
);
/external/chromium_org/net/base/
net_log_logger.h
20
//
NetLogLogger
watches the NetLog event stream, and sends all entries to
24
class NET_EXPORT
NetLogLogger
: public NetLog::ThreadSafeObserver {
29
NetLogLogger
(FILE* file, const base::Value& constants);
30
virtual ~
NetLogLogger
();
52
DISALLOW_COPY_AND_ASSIGN(
NetLogLogger
);
net_log_logger.cc
25
NetLogLogger
::
NetLogLogger
(FILE* file, const base::Value& constants)
38
NetLogLogger
::~
NetLogLogger
() {
43
void
NetLogLogger
::StartObserving(net::NetLog* net_log) {
47
void
NetLogLogger
::StopObserving() {
51
void
NetLogLogger
::OnAddEntry(const net::NetLog::Entry& entry) {
64
base::DictionaryValue*
NetLogLogger
::GetConstants() {
210
// "clientInfo" key is required for some
NetLogLogger
log readers.
Completed in 51 milliseconds