/external/chromium_org/content/browser/download/ |
D | save_item.cc | 44 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()
|
D | save_item.h | 75 void UpdateSize(int64 size);
|
/external/chromium_org/content/common/gpu/client/ |
D | gl_helper_scaling.cc | 314 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()
|
D | gl_helper_scaling.h | 128 void UpdateSize(gfx::Size* subrect) { in UpdateSize() function
|
/external/chromium_org/third_party/webrtc/modules/video_render/mac/ |
D | video_render_nsopengl.h | 52 virtual int UpdateSize(int width, int height);
|
D | video_render_agl.h | 46 virtual int UpdateSize(int width, int height);
|
D | video_render_agl.cc | 100 int VideoChannelAGL::UpdateSize(int /*width*/, int /*height*/) in UpdateSize() function in webrtc::VideoChannelAGL
|
D | video_render_nsopengl.mm | 110 int VideoChannelNSOpenGL::UpdateSize(int width, int height)
|
/external/lzma/CPP/7zip/Common/ |
D | StreamObjects.h | 69 void UpdateSize(size_t addSize) { _size += addSize; } in UpdateSize() function
|
D | StreamObjects.cpp | 94 UpdateSize(size); in Write()
|
/external/chromium_org/net/disk_cache/blockfile/ |
D | entry_impl_v3.h | 161 void UpdateSize(int index, int old_size, int new_size);
|
D | entry_impl.h | 233 void UpdateSize(int index, int old_size, int new_size);
|
D | entry_impl_v3.cc | 896 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
|
D | entry_impl.cc | 1098 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/ |
D | hydrogen-instructions.h | 5625 UpdateSize(size); 5670 void UpdateSize(HValue* size) { in UpdateSize() function
|
D | hydrogen-instructions.cc | 3814 dominator_allocate->UpdateSize(new_dominator_size_value); in HandleSideEffectDominator()
|