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

  /external/chromium/chrome/browser/net/
passive_log_collector.h 75 class SourceTrackerInterface {
77 virtual ~SourceTrackerInterface() {}
90 class GlobalSourceTracker : public SourceTrackerInterface {
95 // SourceTrackerInterface implementation:
108 class SourceTracker : public SourceTrackerInterface {
121 // SourceTrackerInterface implementation:
364 SourceTrackerInterface* GetTrackerForSourceType(
388 SourceTrackerInterface* trackers_[net::NetLog::SOURCE_COUNT];
passive_log_collector.cc 95 SourceTrackerInterface* tracker = GetTrackerForSourceType(entry.source.type);
106 PassiveLogCollector::SourceTrackerInterface*

Completed in 20 milliseconds