Home
last modified time | relevance | path

Searched refs:http_stream_job_id (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/debugger/
Ddevtools_netlog_observer.cc132 uint32 http_stream_job_id = static_cast<net::NetLogSourceParameter*>( in OnAddURLRequestEntry() local
135 http_stream_job_to_socket_.find(http_stream_job_id); in OnAddURLRequestEntry()
147 http_stream_job_to_socket_.erase(http_stream_job_id); in OnAddURLRequestEntry()
/external/chromium_org/content/browser/devtools/
Ddevtools_netlog_observer.cc179 uint32 http_stream_job_id = http_stream_job_source.id; in OnAddURLRequestEntry() local
181 http_stream_job_to_socket_.find(http_stream_job_id); in OnAddURLRequestEntry()
193 http_stream_job_to_socket_.erase(http_stream_job_id); in OnAddURLRequestEntry()
/external/chromium/chrome/browser/net/
Dload_timing_observer.cc177 uint32 http_stream_job_id = static_cast<net::NetLogSourceParameter*>( in OnAddURLRequestEntry() local
180 http_stream_job_to_record_.find(http_stream_job_id); in OnAddURLRequestEntry()