HomeSort by relevance Sort by last modified time
    Searched refs:VlogNetLog (Results 1 - 3 of 3) 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() {
url_request_context.cc 85 scoped_ptr<VlogNetLog> net_log(new VlogNetLog());

Completed in 33 milliseconds