OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordBytes
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/base/
bandwidth_metrics.cc
32
void ScopedBandwidthMetrics::
RecordBytes
(int bytes) {
33
g_bandwidth_metrics.Get().
RecordBytes
(bytes);
bandwidth_metrics.h
105
void
RecordBytes
(int bytes) {
129
void
RecordBytes
(int bytes);
/external/chromium/net/spdy/
spdy_stream.cc
332
metrics_.
RecordBytes
(length);
Completed in 42 milliseconds