OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_bytes_stored_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/speech/
chunked_byte_buffer.h
50
size_t GetTotalLength() const { return
total_bytes_stored_
; }
67
size_t
total_bytes_stored_
;
member in class:content::ChunkedByteBuffer
chunked_byte_buffer.cc
33
total_bytes_stored_
(0) {
95
total_bytes_stored_
+= length;
113
total_bytes_stored_
-= chunk->content->size();
114
total_bytes_stored_
-= kHeaderLength;
121
total_bytes_stored_
= 0;
Completed in 431 milliseconds