Home | History | Annotate | Download | only in base

Lines Matching defs:AddEntry

211   AddEntry(type,
220 AddEntry(type,
397 void NetLog::AddEntry(EventType type,
411 void BoundNetLog::AddEntry(NetLog::EventType type,
415 net_log_->AddEntry(type, source_, phase, NULL);
418 void BoundNetLog::AddEntry(
424 net_log_->AddEntry(type, source_, phase, &get_parameters);
428 AddEntry(type, NetLog::PHASE_NONE);
434 AddEntry(type, NetLog::PHASE_NONE, get_parameters);
438 AddEntry(type, NetLog::PHASE_BEGIN);
444 AddEntry(type, NetLog::PHASE_BEGIN, get_parameters);
448 AddEntry(type, NetLog::PHASE_END);
454 AddEntry(type, NetLog::PHASE_END, get_parameters);