HomeSort by relevance Sort by last modified time
    Searched refs:NetLogLogger (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/net/
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);
net_log_logger.cc 14 NetLogLogger::NetLogLogger(const FilePath &log_path)
22 NetLogLogger::~NetLogLogger() {}
24 void NetLogLogger::OnAddEntry(net::NetLog::EventType type,
chrome_net_log.h 19 class NetLogLogger;
156 scoped_ptr<NetLogLogger> net_log_logger_;
chrome_net_log.cc 70 net_log_logger_.reset(new 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.
net_log_logger_unittest.cc 33 scoped_ptr<base::Value> constants(NetLogLogger::GetConstants());
34 NetLogLogger logger(file, *constants);
55 scoped_ptr<base::Value> constants(NetLogLogger::GetConstants());
56 NetLogLogger logger(file, *constants);
87 scoped_ptr<base::Value> constants(NetLogLogger::GetConstants());
88 NetLogLogger logger(file, *constants);
  /external/chromium_org/chrome/browser/net/
chrome_net_log.h 15 class NetLogLogger;
32 scoped_ptr<net::NetLogLogger> net_log_logger_;
net_log_temp_file.h 20 class NetLogLogger;
129 scoped_ptr<net::NetLogLogger> net_log_logger_;
chrome_net_log.cc 58 net_log_logger_.reset(new net::NetLogLogger(file, *constants));
net_log_temp_file.cc 104 net_log_logger_.reset(new net::NetLogLogger(file, *constants));
  /external/chromium_org/content/shell/
shell_net_log.h 21 scoped_ptr<net::NetLogLogger> net_log_logger_;
shell_net_log.cc 20 base::DictionaryValue* constants_dict = net::NetLogLogger::GetConstants();
60 net_log_logger_.reset(new net::NetLogLogger(file, *constants));
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui_browsertest.cc 161 // Creates a simple log with a NetLogLogger, and returns it to the
349 scoped_ptr<net::NetLogLogger> net_log_logger(new net::NetLogLogger(
net_internals_ui.cc     [all...]

Completed in 1832 milliseconds