Lines Matching refs:log
60 const CapturingNetLog::EntryList& log,
65 return LogContainsEventHelper(log, i, expected_time, true,
71 const CapturingNetLog::EntryList& log,
75 return LogContainsEventHelper(log, i, base::TimeTicks(), false,
81 const CapturingNetLog::EntryList& log,
84 return LogContainsEvent(log, i, expected_event, NetLog::PHASE_BEGIN);
89 const CapturingNetLog::EntryList& log,
92 return LogContainsEvent(log, i, expected_event, NetLog::PHASE_END);
112 // Expect that the log contains an event, but don't care about where
132 // Expect that the log contains an event, but don't care about where