Home
last modified time | relevance | path

Searched defs:currentSize (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
DAudioResampler.cpp59 unsigned currentSize = m_kernels.size(); in configureChannels() local
/external/webkit/Tools/DumpRenderTree/chromium/
DTestNavigationController.cpp234 int currentSize = static_cast<int>(m_entries.size()); in insertEntry() local
/external/proguard/src/proguard/evaluation/
DStack.java37 protected int currentSize; field in Stack
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitdownload.cpp79 guint64 currentSize; member
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp400 int64_t currentSize = fileSize + flatFileAreaSize(); in spaceNeeded() local
/external/webkit/Source/WebCore/page/
DFrameView.cpp2075 IntSize currentSize = IntSize(width(), height()); in performPostLayoutTasks() local
/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp1632 IntSize currentSize = IntSize(renderer->width() / zoomFactor, renderer->height() / zoomFactor); in resize() local
/external/icu4c/i18n/
Ducol.cpp4294 int32_t ucol_getSortKeySize(const UCollator *coll, collIterate *s, int32_t currentSize, UColAttribu… in ucol_getSortKeySize()