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

  /external/chromium_org/net/base/
net_log.h 123 struct NET_EXPORT EntryData {
124 EntryData(EventType type,
129 ~EntryData();
138 // An Entry pre-binds EntryData to a LogLevel, so observers will observe the
143 Entry(const EntryData* data, LogLevel log_level);
160 const EntryData* const data_;
208 void OnAddEntryData(const EntryData& entry_data);
net_log_logger_unittest.cc 60 NetLog::EntryData entry_data(NetLog::TYPE_PROXY_SERVICE,
92 NetLog::EntryData entry_data(NetLog::TYPE_PROXY_SERVICE,
net_log.cc 154 NetLog::EntryData::EntryData(
167 NetLog::EntryData::~EntryData() {
170 NetLog::Entry::Entry(const EntryData* data, LogLevel log_level)
197 void NetLog::ThreadSafeObserver::OnAddEntryData(const EntryData& entry_data) {
403 EntryData entry_data(type, source, phase, base::TimeTicks::Now(),
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 287 milliseconds