Lines Matching refs:AddEntry
211 AddEntry(type, in AddGlobalEntry()
220 AddEntry(type, in AddGlobalEntry()
397 void NetLog::AddEntry(EventType type, in AddEntry() function in net::NetLog
411 void BoundNetLog::AddEntry(NetLog::EventType type, in AddEntry() function in net::BoundNetLog
415 net_log_->AddEntry(type, source_, phase, NULL); in AddEntry()
418 void BoundNetLog::AddEntry( in AddEntry() function in net::BoundNetLog
424 net_log_->AddEntry(type, source_, phase, &get_parameters); in AddEntry()
428 AddEntry(type, NetLog::PHASE_NONE); in AddEvent()
434 AddEntry(type, NetLog::PHASE_NONE, get_parameters); in AddEvent()
438 AddEntry(type, NetLog::PHASE_BEGIN); in BeginEvent()
444 AddEntry(type, NetLog::PHASE_BEGIN, get_parameters); in BeginEvent()
448 AddEntry(type, NetLog::PHASE_END); in EndEvent()
454 AddEntry(type, NetLog::PHASE_END, get_parameters); in EndEvent()