Searched refs:ChromeNetLog (Results 1 – 17 of 17) sorted by relevance
/external/chromium/chrome/browser/net/ |
D | chrome_net_log.cc | 18 ChromeNetLog::ThreadSafeObserver::ThreadSafeObserver(LogLevel log_level) in ThreadSafeObserver() 23 ChromeNetLog::ThreadSafeObserver::~ThreadSafeObserver() { in ~ThreadSafeObserver() 27 net::NetLog::LogLevel ChromeNetLog::ThreadSafeObserver::log_level() const { in log_level() 31 void ChromeNetLog::ThreadSafeObserver::AssertNetLogLockAcquired() const { in AssertNetLogLockAcquired() 36 void ChromeNetLog::ThreadSafeObserver::SetLogLevel( in SetLogLevel() 44 ChromeNetLog::Entry::Entry(uint32 order, in Entry() 58 ChromeNetLog::Entry::~Entry() {} in ~Entry() 60 ChromeNetLog::ChromeNetLog() in ChromeNetLog() function in ChromeNetLog 76 ChromeNetLog::~ChromeNetLog() { in ~ChromeNetLog() 84 void ChromeNetLog::AddEntry(EventType type, in AddEntry() [all …]
|
D | passive_log_collector.h | 39 class PassiveLogCollector : public ChromeNetLog::ThreadSafeObserver { 53 ChromeNetLog::EntryList entries; 79 virtual void OnAddEntry(const ChromeNetLog::Entry& entry) = 0; 85 virtual void AppendAllEntries(ChromeNetLog::EntryList* out) const = 0; 96 virtual void OnAddEntry(const ChromeNetLog::Entry& entry); 98 virtual void AppendAllEntries(ChromeNetLog::EntryList* out) const; 101 typedef std::deque<ChromeNetLog::Entry> CircularEntryList; 122 virtual void OnAddEntry(const ChromeNetLog::Entry& entry); 124 virtual void AppendAllEntries(ChromeNetLog::EntryList* out) const; 158 virtual Action DoAddEntry(const ChromeNetLog::Entry& entry, [all …]
|
D | chrome_net_log.h | 33 class ChromeNetLog : public net::NetLog { 98 ChromeNetLog* net_log_; 101 friend class ChromeNetLog; 106 ChromeNetLog(); 107 ~ChromeNetLog(); 161 DISALLOW_COPY_AND_ASSIGN(ChromeNetLog);
|
D | passive_log_collector.cc | 20 void AddEntryToSourceInfo(const ChromeNetLog::Entry& entry, in AddEntryToSourceInfo() 32 bool SortByOrderComparator(const ChromeNetLog::Entry& a, in SortByOrderComparator() 33 const ChromeNetLog::Entry& b) { in SortByOrderComparator() 92 ChromeNetLog::Entry entry(num_events_seen_++, type, time, source, phase, in OnAddEntry() 115 ChromeNetLog::EntryList* out) const { in GetAllCapturedEvents() 132 const ChromeNetLog::Entry& entry = entries[i]; in GetURL() 157 const ChromeNetLog::Entry& entry) { in OnAddEntry() 169 ChromeNetLog::EntryList* out) const { in AppendAllEntries() 189 const ChromeNetLog::Entry& entry) { in OnAddEntry() 256 ChromeNetLog::EntryList* out) const { in AppendAllEntries() [all …]
|
D | chrome_net_log_unittest.cc | 23 void Init(ChromeNetLog* log) { in Init() 46 ChromeNetLog* log_; 56 ChromeNetLog log; in TEST() 70 ChromeNetLog::EntryList entries; in TEST()
|
D | passive_log_collector_unittest.cc | 23 ChromeNetLog::Entry MakeStartLogEntryWithURL(int source_id, in MakeStartLogEntryWithURL() 25 return ChromeNetLog::Entry( in MakeStartLogEntryWithURL() 34 ChromeNetLog::Entry MakeStartLogEntry(int source_id) { in MakeStartLogEntry() 39 ChromeNetLog::Entry MakeEndLogEntry(int source_id) { in MakeEndLogEntry() 40 return ChromeNetLog::Entry( in MakeEndLogEntry() 180 ChromeNetLog::Entry begin( in TEST() 192 ChromeNetLog::Entry end( in TEST()
|
D | net_log_logger.h | 20 class NetLogLogger : public ChromeNetLog::ThreadSafeObserver {
|
D | load_timing_observer.h | 27 class LoadTimingObserver : public ChromeNetLog::ThreadSafeObserver {
|
D | load_timing_observer.cc | 107 ChromeNetLog* chrome_net_log = static_cast<ChromeNetLog*>( in PopulateTimingInfo()
|
/external/chromium/chrome/browser/ |
D | io_thread.h | 19 class ChromeNetLog; variable 82 ChromeNetLog* net_log, 90 ChromeNetLog* net_log(); 165 ChromeNetLog* net_log_;
|
D | browser_process_impl.h | 30 class ChromeNetLog; variable 108 virtual ChromeNetLog* net_log(); 262 scoped_ptr<ChromeNetLog> net_log_;
|
D | browser_process.h | 27 class ChromeNetLog; variable 212 virtual ChromeNetLog* net_log() = 0;
|
D | io_thread.cc | 294 ChromeNetLog* net_log, in IOThread() 333 ChromeNetLog* IOThread::net_log() { in net_log()
|
D | browser_process_impl.cc | 138 net_log_.reset(new ChromeNetLog); in BrowserProcessImpl() 659 ChromeNetLog* BrowserProcessImpl::net_log() { in net_log()
|
/external/chromium/chrome/browser/debugger/ |
D | devtools_netlog_observer.h | 28 class DevToolsNetLogObserver: public ChromeNetLog::ThreadSafeObserver { 69 explicit DevToolsNetLogObserver(ChromeNetLog* chrome_net_log); 74 ChromeNetLog* chrome_net_log_;
|
D | devtools_netlog_observer.cc | 22 DevToolsNetLogObserver::DevToolsNetLogObserver(ChromeNetLog* chrome_net_log) in DevToolsNetLogObserver() 23 : ChromeNetLog::ThreadSafeObserver(net::NetLog::LOG_ALL_BUT_BYTES), in DevToolsNetLogObserver()
|
/external/chromium/chrome/browser/ui/webui/ |
D | net_internals_ui.cc | 233 public ChromeNetLog::ThreadSafeObserver, 261 void SendPassiveLogEntries(const ChromeNetLog::EntryList& passive_entries); 704 const ChromeNetLog::EntryList& passive_entries) { in SendPassiveLogEntries() 708 const ChromeNetLog::Entry& e = passive_entries[i]; in SendPassiveLogEntries() 879 ChromeNetLog::EntryList entries; in OnRendererReady()
|