Home | History | Annotate | Download | only in net

Lines Matching refs:source_id

23 ChromeNetLog::Entry MakeStartLogEntryWithURL(int source_id,
29 NetLog::Source(kSourceType, source_id),
34 ChromeNetLog::Entry MakeStartLogEntry(int source_id) {
35 return MakeStartLogEntryWithURL(source_id,
36 StringPrintf("http://req%d", source_id));
39 ChromeNetLog::Entry MakeEndLogEntry(int source_id) {
44 NetLog::Source(kSourceType, source_id),
51 return a.source_id < b.source_id;
329 EXPECT_EQ(stream_job_source.id, info.source_id);