OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetTotalBytes
(Results
1 - 25
of
28
) sorted by null
1
2
/external/chromium_org/media/base/
mock_data_source_host.h
21
MOCK_METHOD1(
SetTotalBytes
, void(int64 total_bytes));
mock_demuxer_host.h
20
MOCK_METHOD1(
SetTotalBytes
, void(int64 total_bytes));
data_source.h
17
virtual void
SetTotalBytes
(int64 total_bytes) = 0;
demuxer_perftest.cc
28
virtual void
SetTotalBytes
(int64 total_bytes) OVERRIDE {}
pipeline.h
229
virtual void
SetTotalBytes
(int64 total_bytes) OVERRIDE;
pipeline.cc
379
void Pipeline::
SetTotalBytes
(int64 total_bytes) {
/external/chromium/chrome/browser/download/
save_item.h
54
void
SetTotalBytes
(int64 total_bytes);
save_item.cc
127
void SaveItem::
SetTotalBytes
(int64 total_bytes) {
save_package.cc
528
save_item->
SetTotalBytes
(info->total_bytes);
[
all
...]
/external/chromium_org/content/browser/download/
save_item.h
55
void
SetTotalBytes
(int64 total_bytes);
save_item.cc
128
void SaveItem::
SetTotalBytes
(int64 total_bytes) {
download_item_impl.h
200
virtual void
SetTotalBytes
(int64 total_bytes);
save_package.cc
360
download_->
SetTotalBytes
(1);
377
download_->
SetTotalBytes
(size);
567
save_item->
SetTotalBytes
(info->total_bytes);
[
all
...]
download_manager_impl_unittest.cc
131
MOCK_METHOD1(
SetTotalBytes
, void(int64));
/external/chromium_org/media/filters/
file_data_source.cc
84
host()->
SetTotalBytes
(file_.length());
file_data_source_unittest.cc
50
EXPECT_CALL(host,
SetTotalBytes
(10));