/external/chromium/chrome/browser/net/ |
passive_log_collector.cc | 40 : source_id(net::NetLog::Source::kInvalidId), 200 it->second.source_id = entry.source.id; 214 AddToDeletionQueue(info.source_id); 217 DeleteSourceInfo(info.source_id); 228 uint32 source_id) { 229 SourceIDToInfoMap::iterator it = sources_.find(source_id); 238 source_id) == deletion_queue_.end()); 267 uint32 source_id) { 268 DCHECK(sources_.find(source_id) != sources_.end()); 269 DCHECK(!sources_.find(source_id)->second.is_alive) [all...] |
load_timing_observer.h | 65 URLRequestRecord* GetURLRequestRecord(uint32 source_id); 109 URLRequestRecord* CreateURLRequestRecord(uint32 source_id); 110 void DeleteURLRequestRecord(uint32 source_id);
|
passive_log_collector.h | 52 uint32 source_id; member in struct:PassiveLogCollector::SourceInfo 161 // Removes |source_id| from |sources_|. This also releases any references 163 void DeleteSourceInfo(uint32 source_id); 165 // Adds |source_id| to the FIFO queue (graveyard) for deletion. 166 void AddToDeletionQueue(uint32 source_id); 168 // Removes |source_id| from the |deletion_queue_| container. 169 void EraseFromDeletionQueue(uint32 source_id); 171 // Adds/Releases a reference from the source with ID |source_id|. 173 void AdjustReferenceCountForSource(int offset, uint32 source_id);
|
passive_log_collector_unittest.cc | 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); [all...] |
load_timing_observer.cc | 73 LoadTimingObserver::GetURLRequestRecord(uint32 source_id) { 76 URLRequestToRecordMap::iterator it = url_request_to_record_.find(source_id); 112 uint32 source_id = request->net_log().source().id; 115 observer->GetURLRequestRecord(source_id);
|
/external/chromium/chrome/browser/debugger/ |
devtools_netlog_observer.cc | 245 uint32 source_id = request->net_log().source().id; 251 dev_tools_net_log_observer->GetResourceInfo(source_id); 260 uint32 source_id = request->net_log().source().id; 268 source_id);
|
/external/chromium/chrome/browser/resources/net_internals/ |
spdyview.js | 118 var idCell = tablePrinter.addCell(session.source_id); 119 idCell.link = '#events&q=id:' + session.source_id;
|
/external/bluetooth/glib/glib/ |
gmain.h | 56 guint source_id; member in struct:_GSource 116 guint source_id);
|
gmain.c | 663 result = source->source_id = context->next_id++; 774 result = source->source_id; 1230 * @source_id: the source ID, as returned by g_source_get_id(). 1238 guint source_id) 1242 g_return_val_if_fail (source_id > 0, NULL); 1253 source->source_id == source_id) [all...] |
/external/tcpdump/ |
print-isoclns.c | 559 u_int8_t source_id[SYSTEM_ID_LEN]; member in struct:isis_iih_lan_header 568 u_int8_t source_id[SYSTEM_ID_LEN]; member in struct:isis_iih_ptp_header 585 u_int8_t source_id[NODE_ID_LEN]; member in struct:isis_csnp_header 592 u_int8_t source_id[NODE_ID_LEN]; member in struct:isis_psnp_header [all...] |
/external/esd/include/ |
esd.h | 210 int source_id; /* either a stream fd or sample id */ member in struct:esd_player_info
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
esd.h | 210 int source_id; /* either a stream fd or sample id */ member in struct:esd_player_info
|
/external/chromium/net/socket/ |
client_socket_pool_base.cc | 558 int source_id = idle_socket->socket->NetLog().source().id; local 559 idle_socket_list->Append(Value::CreateIntegerValue(source_id)); 566 int source_id = (*job)->net_log().source().id; local 567 connect_jobs_list->Append(Value::CreateIntegerValue(source_id)); [all...] |
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebview.h | 130 const gchar* source_id);
|
/external/bluetooth/bluez/audio/ |
a2dp.c | 85 guint source_id; member in struct:a2dp_setup_cb 201 if (cb->source_id) 202 g_source_remove(cb->source_id); [all...] |