/external/chromium/chrome/browser/net/ |
D | passive_log_collector_unittest.cc | 45 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 …]
|
D | passive_log_collector.cc | 397 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()
|
D | load_timing_observer.cc | 132 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()
|
D | load_timing_observer_unittest.cc | 45 observer.OnAddEntry(type, current_time, source, NetLog::PHASE_END, params); in AddEndEntry()
|
/external/chromium/net/proxy/ |
D | proxy_resolver_js_bindings.cc | 91 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/ |
D | timeline_data_series.js | 175 if (entry.phase == EventPhase.PHASE_END) 233 entry.phase == EventPhase.PHASE_END) { 357 entry.phase != EventPhase.PHASE_END) {
|
D | source_entry.js | 35 logEntry.phase == EventPhase.PHASE_END && 160 e.phase == EventPhase.PHASE_END) { 257 if (this.entries_[i].phase != EventPhase.PHASE_END)
|
D | log_grouper.js | 30 return this.orig.phase == EventPhase.PHASE_END;
|
D | waterfall_row.js | 352 if (startEntry && currentEntry.phase == EventPhase.PHASE_END) {
|
/external/chromium_org/content/browser/media/ |
D | media_internals_proxy.cc | 108 net::NetLog::EventPhaseToString(net::NetLog::PHASE_END), in GetConstants() 109 net::NetLog::PHASE_END); in GetConstants()
|
/external/chromium/net/base/ |
D | net_log.cc | 64 case PHASE_END: in EventPhaseToString() 145 AddEntry(event_type, NetLog::PHASE_END, params); in EndEvent()
|
D | net_log_unittest.h | 92 return LogContainsEvent(log, i, expected_event, NetLog::PHASE_END); in LogContainsEndEvent()
|
D | net_log.h | 51 PHASE_END, enumerator
|
D | host_resolver_impl_unittest.cc | 396 NetLog::PHASE_END); in TEST_F() 399 NetLog::PHASE_END); in TEST_F()
|
/external/chromium/chrome/browser/resources/net_internals/ |
D | loggrouper.js | 27 return this.orig.phase == LogEventPhase.PHASE_END
|
D | sourceentry.js | 74 logEntry.phase == LogEventPhase.PHASE_END &&
|
/external/chromium_org/net/base/ |
D | net_log.cc | 337 case PHASE_END: in EventPhaseToString() 434 AddEntry(type, NetLog::PHASE_END); in EndEvent() 440 AddEntry(type, NetLog::PHASE_END, get_parameters); in EndEvent()
|
D | net_log_logger.cc | 149 dict->SetInteger("PHASE_END", net::NetLog::PHASE_END); in GetConstants()
|
D | net_log_unittest.h | 91 return LogContainsEvent(log, i, expected_event, NetLog::PHASE_END); in LogContainsEndEvent()
|
D | net_log.h | 56 PHASE_END, enumerator
|
/external/chromium/chrome/browser/debugger/ |
D | devtools_netlog_observer.cc | 69 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/ |
D | devtools_netlog_observer.cc | 56 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/ |
D | url_request_unittest.cc | 3813 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/ |
D | ssl_client_socket_unittest.cc | 245 entries, 0, net::NetLog::TYPE_SSL_CONNECT, net::NetLog::PHASE_END); in TEST_F()
|
/external/chromium/chrome/browser/ui/webui/ |
D | net_internals_ui.cc | 807 dict->SetInteger("PHASE_END", net::NetLog::PHASE_END); in OnRendererReady()
|