Searched refs:UpdateSize (Results 1 - 18 of 18) sorted by relevance

/external/chromium/chrome/browser/download/
H A Dsave_item.cc43 void SaveItem::UpdateSize(int64 bytes_so_far) { function in class:SaveItem
57 UpdateSize(bytes_so_far);
90 UpdateSize(size);
H A Dsave_item.h74 void UpdateSize(int64 size);
H A Ddownload_item.cc306 void DownloadItem::UpdateSize(int64 bytes_so_far) { function in class:DownloadItem
332 UpdateSize(bytes_so_far);
363 UpdateSize(size);
402 UpdateSize(size);
H A Ddownload_item.h303 void UpdateSize(int64 size);
/external/chromium_org/content/browser/download/
H A Dsave_item.cc44 void SaveItem::UpdateSize(int64 bytes_so_far) { function in class:content::SaveItem
58 UpdateSize(bytes_so_far);
91 UpdateSize(size);
H A Dsave_item.h75 void UpdateSize(int64 size);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_scaling.cc329 current_queue->front().UpdateSize(&intermediate_size);
337 current_queue->front().UpdateSize(&intermediate_size);
342 current_queue->front().UpdateSize(&intermediate_size);
391 x_ops->front().UpdateSize(&intermediate_size);
H A Dgl_helper_scaling.h122 void UpdateSize(gfx::Size* subrect) { function in struct:content::GLHelperScaling::ScaleOp
/external/lzma/CPP/7zip/Common/
H A DStreamObjects.h69 void UpdateSize(size_t addSize) { _size += addSize; } function in class:CDynBufSeqOutStream
H A DStreamObjects.cpp94 UpdateSize(size);
/external/chromium/net/disk_cache/
H A Dentry_impl.h222 void UpdateSize(int index, int old_size, int new_size);
H A Dentry_impl.cc1036 UpdateSize(index, entry_size, offset + buf_len);
1270 UpdateSize(index, current_size, new_size);
1327 UpdateSize(index, entry_.Data()->data_size[index], new_size);
1406 void EntryImpl::UpdateSize(int index, int old_size, int new_size) { function in class:disk_cache::EntryImpl
/external/chromium_org/net/disk_cache/
H A Dentry_impl.h233 void UpdateSize(int index, int old_size, int new_size);
H A Dentry_impl.cc1094 UpdateSize(index, entry_size, offset + buf_len);
1341 UpdateSize(index, current_size, new_size);
1398 UpdateSize(index, entry_.Data()->data_size[index], new_size);
1477 void EntryImpl::UpdateSize(int index, int old_size, int new_size) { function in class:disk_cache::EntryImpl
/external/chromium_org/net/disk_cache/v3/
H A Dentry_impl_v3.h175 void UpdateSize(int index, int old_size, int new_size);
H A Dentry_impl_v3.cc885 UpdateSize(index, entry_size, offset + buf_len);
1155 UpdateSize(index, current_size, new_size);
1212 UpdateSize(index, entry_.Data()->data_size[index], new_size);
1291 void EntryImpl::UpdateSize(int index, int old_size, int new_size) { function in class:disk_cache::EntryImpl
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc3479 dominator_allocate->UpdateSize(new_dominator_size_constant);
H A Dhydrogen-instructions.h5562 void UpdateSize(HValue* size) { function in class:v8::V8_FINAL

Completed in 457 milliseconds