Home
last modified time | relevance | path

Searched refs:PHASE_END (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium/chrome/browser/net/
Dpassive_log_collector_unittest.cc45 NetLog::PHASE_END, in MakeEndLogEntry()
197 NetLog::PHASE_END, in TEST()
284 NetLog::PHASE_END, in TEST()
290 NetLog::PHASE_END, in TEST()
319 NetLog::PHASE_END, in TEST()
341 NetLog::PHASE_END, in TEST()
429 NetLog::PHASE_END, in TEST()
435 NetLog::PHASE_END, in TEST()
468 net::NetLog::PHASE_END, in TEST()
476 net::NetLog::PHASE_END, NULL); in TEST()
[all …]
Dpassive_log_collector.cc397 entry.phase == net::NetLog::PHASE_END) { in DoAddEntry()
429 entry.phase == net::NetLog::PHASE_END) { in DoAddEntry()
460 entry.phase == net::NetLog::PHASE_END) { in DoAddEntry()
489 entry.phase == net::NetLog::PHASE_END) { in DoAddEntry()
512 entry.phase == net::NetLog::PHASE_END) { in DoAddEntry()
535 entry.phase == net::NetLog::PHASE_END) { in DoAddEntry()
558 entry.phase == net::NetLog::PHASE_END) { in DoAddEntry()
583 entry.phase == net::NetLog::PHASE_END) { in DoAddEntry()
608 entry.phase == net::NetLog::PHASE_END) { in DoAddEntry()
641 entry.phase == net::NetLog::PHASE_END) { in DoAddEntry()
Dload_timing_observer.cc132 bool is_end = phase == net::NetLog::PHASE_END; in OnAddURLRequestEntry()
227 bool is_end = phase == net::NetLog::PHASE_END; in OnAddHTTPStreamJobEntry()
299 bool is_end = phase == net::NetLog::PHASE_END; in OnAddConnectJobEntry()
344 bool is_end = phase == net::NetLog::PHASE_END; in OnAddSocketEntry()
Dload_timing_observer_unittest.cc45 observer.OnAddEntry(type, current_time, source, NetLog::PHASE_END, params); in AddEndEntry()
/external/chromium/net/proxy/
Dproxy_resolver_js_bindings.cc91 LogEventToCurrentRequest(NetLog::PHASE_END, in MyIpAddress()
105 LogEventToCurrentRequest(NetLog::PHASE_END, in MyIpAddressEx()
120 LogEventToCurrentRequest(NetLog::PHASE_END, in DnsResolve()
135 LogEventToCurrentRequest(NetLog::PHASE_END, in DnsResolveEx()
/external/chromium_org/chrome/browser/resources/net_internals/
Dtimeline_data_series.js175 if (entry.phase == EventPhase.PHASE_END)
233 entry.phase == EventPhase.PHASE_END) {
357 entry.phase != EventPhase.PHASE_END) {
Dsource_entry.js35 logEntry.phase == EventPhase.PHASE_END &&
160 e.phase == EventPhase.PHASE_END) {
257 if (this.entries_[i].phase != EventPhase.PHASE_END)
Dlog_grouper.js30 return this.orig.phase == EventPhase.PHASE_END;
Dwaterfall_row.js352 if (startEntry && currentEntry.phase == EventPhase.PHASE_END) {
/external/chromium_org/content/browser/media/
Dmedia_internals_proxy.cc108 net::NetLog::EventPhaseToString(net::NetLog::PHASE_END), in GetConstants()
109 net::NetLog::PHASE_END); in GetConstants()
/external/chromium/net/base/
Dnet_log.cc64 case PHASE_END: in EventPhaseToString()
145 AddEntry(event_type, NetLog::PHASE_END, params); in EndEvent()
Dnet_log_unittest.h92 return LogContainsEvent(log, i, expected_event, NetLog::PHASE_END); in LogContainsEndEvent()
Dnet_log.h51 PHASE_END, enumerator
Dhost_resolver_impl_unittest.cc396 NetLog::PHASE_END); in TEST_F()
399 NetLog::PHASE_END); in TEST_F()
/external/chromium/chrome/browser/resources/net_internals/
Dloggrouper.js27 return this.orig.phase == LogEventPhase.PHASE_END
Dsourceentry.js74 logEntry.phase == LogEventPhase.PHASE_END &&
/external/chromium_org/net/base/
Dnet_log.cc337 case PHASE_END: in EventPhaseToString()
434 AddEntry(type, NetLog::PHASE_END); in EndEvent()
440 AddEntry(type, NetLog::PHASE_END, get_parameters); in EndEvent()
Dnet_log_logger.cc149 dict->SetInteger("PHASE_END", net::NetLog::PHASE_END); in GetConstants()
Dnet_log_unittest.h91 return LogContainsEvent(log, i, expected_event, NetLog::PHASE_END); in LogContainsEndEvent()
Dnet_log.h56 PHASE_END, enumerator
/external/chromium/chrome/browser/debugger/
Ddevtools_netlog_observer.cc69 bool is_end = phase == net::NetLog::PHASE_END; in OnAddURLRequestEntry()
186 bool is_end = phase == net::NetLog::PHASE_END; in OnAddSocketEntry()
/external/chromium_org/content/browser/devtools/
Ddevtools_netlog_observer.cc56 bool is_end = entry.phase() == net::NetLog::PHASE_END; in OnAddURLRequestEntry()
229 bool is_end = entry.phase() == net::NetLog::PHASE_END; in OnAddSocketEntry()
/external/chromium_org/net/url_request/
Durl_request_unittest.cc3813 EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase); in CheckDelegateInfo()
3824 EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase); in CheckDelegateInfo()
4142 EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase); in TEST_F()
4197 EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase); in TEST_F()
4220 EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase); in TEST_F()
4276 EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase); in TEST_F()
4329 EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase); in TEST_F()
4380 EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase); in TEST_F()
4440 EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase); in TEST_F()
/external/chromium/net/socket/
Dssl_client_socket_unittest.cc245 entries, 0, net::NetLog::TYPE_SSL_CONNECT, net::NetLog::PHASE_END); in TEST_F()
/external/chromium/chrome/browser/ui/webui/
Dnet_internals_ui.cc807 dict->SetInteger("PHASE_END", net::NetLog::PHASE_END); in OnRendererReady()

12