Searched refs:m_totalBytes (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DLayerPool.mm38 : m_totalBytes(0)
76 m_totalBytes += backingStoreBytesForSize(layerSize);
89 m_totalBytes -= backingStoreBytesForSize(size);
113 while (m_totalBytes > shrinkTo) {
123 m_totalBytes -= backingStoreBytesForSize(sizeToDrop);
136 m_totalBytes = 0;
H A DLayerPool.h74 unsigned m_totalBytes; member in class:WebCore::LayerPool
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DFileReaderLoader.cpp66 , m_totalBytes(0)
170 m_totalBytes = static_cast<unsigned>(length);
186 unsigned remainingBufferSpace = m_totalBytes - m_bytesLoaded;
189 if (m_totalBytes >= numeric_limits<unsigned>::max()) {
194 unsigned long long newLength = m_totalBytes * 2;
202 m_totalBytes = static_cast<unsigned>(newLength);
221 if (m_variableLength && m_totalBytes > m_bytesLoaded) {
225 m_totalBytes = m_bytesLoaded;
378 return m_bytesLoaded == m_totalBytes;
H A DFileReaderLoader.h80 unsigned totalBytes() const { return m_totalBytes; }
119 unsigned m_totalBytes; member in class:WebCore::FileReaderLoader
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/egl/
H A DEGLXSurface.h81 unsigned m_totalBytes; member in class:WebCore::EGLXTransportSurfaceClient
H A DEGLXSurface.cpp145 , m_totalBytes(0)
172 m_totalBytes = m_size.width() * m_size.height() * 4;
220 for (unsigned i = 0; i < m_totalBytes; i += 4)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.h165 mutable long m_totalBytes; member in class:WebCore::MediaPlayerPrivateGStreamer
H A DMediaPlayerPrivateGStreamer.cpp234 , m_totalBytes(-1)
951 if (m_totalBytes != -1)
952 return m_totalBytes;
965 m_totalBytes = static_cast<unsigned>(length);
967 return m_totalBytes;
1015 m_totalBytes = static_cast<unsigned>(length);
1017 return m_totalBytes;
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebPageAdapter.h351 quint64 m_totalBytes; member in class:QWebPageAdapter
H A DQWebPageAdapter.cpp178 , m_totalBytes(0)
921 m_totalBytes = page->progress()->totalPageAndResourceBytesToLoad();
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebpage.cpp3127 return d->m_totalBytes;

Completed in 207 milliseconds