Home
last modified time | relevance | path

Searched refs:UpdateSize (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/content/browser/download/
Dsave_item.cc44 void SaveItem::UpdateSize(int64 bytes_so_far) { in UpdateSize() function in content::SaveItem
58 UpdateSize(bytes_so_far); in Update()
91 UpdateSize(size); in Finish()
Dsave_item.h75 void UpdateSize(int64 size);
/external/chromium_org/content/common/gpu/client/
Dgl_helper_scaling.cc314 current_queue->front().UpdateSize(&intermediate_size); in ConvertScalerOpsToScalerStages()
322 current_queue->front().UpdateSize(&intermediate_size); in ConvertScalerOpsToScalerStages()
327 current_queue->front().UpdateSize(&intermediate_size); in ConvertScalerOpsToScalerStages()
375 x_ops->front().UpdateSize(&intermediate_size); in ConvertScalerOpsToScalerStages()
Dgl_helper_scaling.h128 void UpdateSize(gfx::Size* subrect) { in UpdateSize() function
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.h52 virtual int UpdateSize(int width, int height);
Dvideo_render_agl.h46 virtual int UpdateSize(int width, int height);
Dvideo_render_agl.cc100 int VideoChannelAGL::UpdateSize(int /*width*/, int /*height*/) in UpdateSize() function in webrtc::VideoChannelAGL
Dvideo_render_nsopengl.mm110 int VideoChannelNSOpenGL::UpdateSize(int width, int height)
/external/lzma/CPP/7zip/Common/
DStreamObjects.h69 void UpdateSize(size_t addSize) { _size += addSize; } in UpdateSize() function
DStreamObjects.cpp94 UpdateSize(size); in Write()
/external/chromium_org/net/disk_cache/blockfile/
Dentry_impl_v3.h161 void UpdateSize(int index, int old_size, int new_size);
Dentry_impl.h233 void UpdateSize(int index, int old_size, int new_size);
Dentry_impl_v3.cc896 UpdateSize(index, entry_size, offset + buf_len); in InternalWriteData()
1166 UpdateSize(index, current_size, new_size); in HandleTruncation()
1223 UpdateSize(index, entry_.Data()->data_size[index], new_size); in ImportSeparateFile()
1302 void EntryImpl::UpdateSize(int index, int old_size, int new_size) { in UpdateSize() function in disk_cache::EntryImpl
Dentry_impl.cc1098 UpdateSize(index, entry_size, offset + buf_len); in InternalWriteData()
1345 UpdateSize(index, current_size, new_size); in HandleTruncation()
1402 UpdateSize(index, entry_.Data()->data_size[index], new_size); in ImportSeparateFile()
1481 void EntryImpl::UpdateSize(int index, int old_size, int new_size) { in UpdateSize() function in disk_cache::EntryImpl
/external/chromium_org/v8/src/
Dhydrogen-instructions.h5625 UpdateSize(size);
5670 void UpdateSize(HValue* size) { in UpdateSize() function
Dhydrogen-instructions.cc3814 dominator_allocate->UpdateSize(new_dominator_size_value); in HandleSideEffectDominator()