OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VlogNetLog
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/base/
vlog_net_log.h
18
class
VlogNetLog
: public net::NetLog {
20
VlogNetLog
();
21
virtual ~
VlogNetLog
();
27
DISALLOW_COPY_AND_ASSIGN(
VlogNetLog
);
vlog_net_log.cc
16
class
VlogNetLog
::Observer : public net::NetLog::ThreadSafeObserver {
28
VlogNetLog
::Observer::Observer() {
31
VlogNetLog
::Observer::~Observer() {
34
void
VlogNetLog
::Observer::OnAddEntry(const net::NetLog::Entry& entry) {
43
VlogNetLog
::
VlogNetLog
()
48
VlogNetLog
::~
VlogNetLog
() {
Completed in 109 milliseconds