Searched refs:currentSize (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DAudioResampler.cpp59 unsigned currentSize = m_kernels.size(); local
60 if (numberOfChannels == currentSize)
64 if (numberOfChannels > currentSize) {
65 for (unsigned i = currentSize; i < numberOfChannels; ++i)
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_plugin/
H A Dcsputilities.cpp52 size_t size = currentSize;
73 size = currentSize;
78 assert(used <= currentSize);
80 if (used < currentSize) {
82 currentSize -= used;
97 currentSize = 0;
H A DCSPsession.h151 size_t currentSize; // free bytes in vec member in class:Security::CSPFullPluginSession::Writer
156 { currentBuffer = data->data(); currentSize = data->length(); }
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_plugin/lib/
H A Dcsputilities.cpp52 size_t size = currentSize;
73 size = currentSize;
78 assert(used <= currentSize);
80 if (used < currentSize) {
82 currentSize -= used;
97 currentSize = 0;
H A DCSPsession.h151 size_t currentSize; // free bytes in vec member in class:Security::CSPFullPluginSession::Writer
156 { currentBuffer = data->data(); currentSize = data->length(); }
/macosx-10.9.5/WebCore-7537.78.1/svg/graphics/
H A DSVGImage.cpp104 FloatSize currentSize; local
106 currentSize = rootElement->currentViewportSize();
108 currentSize = rootElement->currentViewBoxRect().size();
110 if (!currentSize.isEmpty())
111 return IntSize(static_cast<int>(ceilf(currentSize.width())), static_cast<int>(ceilf(currentSize.height())));
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitdownload.cpp81 guint64 currentSize; member in struct:_WebKitDownloadPrivate
398 priv->currentSize = 0;
783 return MAX(priv->currentSize, static_cast<guint64>(soup_message_headers_get_content_length(message->response_headers)));
801 return priv->currentSize;
827 return ((gdouble)priv->currentSize) / total_size;
857 if (priv->currentSize == 0)
873 priv->currentSize += length;
877 if (priv->currentSize > webkit_download_get_total_size(download))
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitDownload.cpp81 guint64 currentSize; member in struct:_WebKitDownloadPrivate
312 priv->currentSize += bytesReceived;
511 return static_cast<gdouble>(priv->currentSize) / static_cast<gdouble>(contentLength);
548 return download->priv->currentSize;
H A DWebKitSettings.cpp1871 uint32_t currentSize = priv->preferences->defaultFontSize(); local
1872 if (currentSize == fontSize)
1906 uint32_t currentSize = priv->preferences->defaultFixedFontSize(); local
1907 if (currentSize == fontSize)
1941 uint32_t currentSize = priv->preferences->minimumFontSize(); local
1942 if (currentSize == fontSize)
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStructureInlines.h188 unsigned currentSize = numberOfOutOfLineSlotsForLastOffset(m_offset); local
189 ASSERT(outOfLineCapacity() >= currentSize);
190 return currentSize == outOfLineCapacity();
/macosx-10.9.5/swig-10/Lib/csharp/
H A Dstd_map.i159 private int currentSize;
166 currentSize = collectionRef.Count;
174 if (currentIndex > currentSize - 1)
191 bool moveOkay = (currentIndex+1 < size) && (size == currentSize);
205 if (collectionRef.Count != currentSize) {
H A Dstd_vector.i153 private int currentSize;
159 currentSize = collectionRef.Count;
167 if (currentIndex > currentSize - 1)
184 bool moveOkay = (currentIndex+1 < size) && (size == currentSize);
197 if (collectionRef.Count != currentSize) {
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebIconDatabase.mm380 NSValue *currentSize, *largestSize=nil;
383 while ((currentSize = [enumerator nextObject]) != nil) {
384 NSSize currentSizeSize = [currentSize sizeValue];
387 largestSize = currentSize;
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DMemoryCache.cpp232 unsigned currentSize = m_liveSize + m_deadSize; local
233 unsigned targetSize = static_cast<unsigned>(currentSize * prunePercentage);
299 unsigned currentSize = m_liveSize + m_deadSize; local
300 unsigned targetSize = static_cast<unsigned>(currentSize * prunePercentage);
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_view_private.h107 uint64_t ewk_view_exceeded_database_quota(Evas_Object* ewkView, Evas_Object* frame, const char* databaseName, uint64_t currentSize, uint64_t expectedSize);
H A Dewk_view.cpp3595 * @param currentSize Current size of this database
3599 uint64_t ewk_view_exceeded_database_quota(Evas_Object* ewkView, Evas_Object* frame, const char* databaseName, uint64_t currentSize, uint64_t expectedSize) argument
3607 INFO("currentSize=%" PRIu64 " expectedSize=%" PRIu64, currentSize, expectedSize);
3608 return smartData->api->exceeded_database_quota(smartData, frame, databaseName, currentSize, expectedSize);
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c2765 UInt64 currentSize = 0; local
2767 if (number) CFNumberGetValue(number, kCFNumberSInt64Type, &currentSize);
2768 if (!number || !currentSize) return 0;
2769 if (!newSize) return currentSize;
2770 if (currentSize == newSize) return 0; // keeps us from calling update
2779 if (newSize > currentSize) {
2812 if (newSize < currentSize) {
2860 currentSize = size;
2868 AppleRAIDExtentOnDisk * extentList = allocateExtent(lvgExtentList, lvgExtentCount, newSize - currentSize, volumeLocation, &extentCount);
/macosx-10.9.5/gssd-62/
H A Dgssd_util.c1101 size_t currentSize = inLength; local
1104 while(currentSize > 0)
1106 HexLine(inBuffer, &currentSize, linebuf);
/macosx-10.9.5/WebCore-7537.78.1/loader/appcache/
H A DApplicationCacheStorage.cpp404 int64_t currentSize = fileSize + flatFileAreaSize();
408 if (m_maximumSize < currentSize) {
422 totalAvailableSize = (m_maximumSize - currentSize) + m_database.freeSpaceSize();
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkText.c4680 int currentSize = segPtr->size;
4683 (offset + currentSize > startByte)) {
4684 int last = currentSize; /* Index of last char in seg. */
4687 if (offset + currentSize > endByte) {
4693 if (last != currentSize) {
4780 offset += currentSize;
4802 newOffset += currentSize;
4809 && currentSize == 0) {
4649 int currentSize = segPtr->size; local
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameView.cpp2811 IntSize currentSize; local
2813 currentSize = fixedLayoutSize();
2815 currentSize = visibleContentRect(IncludeScrollbars).size();
2818 bool shouldSendResizeEvent = !m_firstLayout && (currentSize != m_lastViewportSize || currentZoomFactor != m_lastZoomFactor);
2820 m_lastViewportSize = currentSize;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage.cpp1873 IntSize currentSize = m_mainFrame->view()->fixedLayoutSize(); local
1875 if (currentSize == newSize)
1880 double widthChange = fabs(double(newSize.width() - currentSize.width()) / currentSize.width());
1881 double heightChange = fabs(double(newSize.height() - currentSize.height()) / currentSize.height());
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c40015 i64 currentSize, newSize; local
[all...]

Completed in 1106 milliseconds