Searched refs:getSomeData (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DDataReference.cpp53 unsigned bytesToWrite = m_buffer->getSomeData(partialData, position);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceBuffer.cpp91 unsigned ResourceBuffer::getSomeData(const char*& data, unsigned position) const function in class:WebCore::ResourceBuffer
93 return m_sharedBuffer->getSomeData(data, position);
101 // either use the ResourceBuffer directly or use getSomeData() when sensical.
H A DResourceBuffer.h64 unsigned getSomeData(const char*& data, unsigned position = 0) const;
H A DTextTrackLoader.cpp100 while ((length = buffer->getSomeData(data, m_parseOffset))) {
/macosx-10.10/WebCore-7600.1.25/platform/
H A DSharedBufferChunkReader.cpp103 m_segmentLength = m_buffer->getSomeData(m_segment, m_bufferPosition);
137 while (size_t segmentLength = m_buffer->getSomeData(segment, bufferPosition)) {
H A DSharedBuffer.cpp287 while (unsigned segmentSize = getSomeData(segment, position)) {
312 while (size_t length = data->getSomeData(segment, position)) {
475 unsigned SharedBuffer::getSomeData(const char*& someData, unsigned position) const function in class:WebCore::SharedBuffer
H A DSharedBuffer.h86 // to be merged into a flat buffer. Use getSomeData() whenever possible
121 // When extracting all data with getSomeData(), the caller should
126 // while (unsigned length = sharedBuffer->getSomeData(segment, pos)) {
130 unsigned getSomeData(const char*& data, unsigned position = 0) const;
174 // to be merged into a flat buffer. Use getSomeData() whenever possible
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DWebCoreAVFResourceLoader.mm170 NSUInteger receivedLength = data->getSomeData(someData, static_cast<unsigned>([dataRequest currentOffset]));
/macosx-10.10/WebCore-7600.1.25/loader/ios/
H A DDiskImageCacheIOS.mm177 while (unsigned length = m_buffer->getSomeData(segment, position)) {
/macosx-10.10/WebCore-7600.1.25/loader/archive/mhtml/
H A DMHTMLArchive.cpp207 while (size_t length = resource.data->getSomeData(data, position)) {
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/
H A DImageDecoder.cpp48 while (unsigned moreDataLength = sharedBuffer.getSomeData(moreData, offset)) {
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/png/
H A DPNGImageDecoder.cpp153 while (unsigned segmentLength = data.getSomeData(segment, m_readOffset)) {
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DWebKitWebSourceGStreamer.cpp1121 while (unsigned length = buffer->getSomeData(segment, position)) {
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DResourceHandleSoup.cpp150 while (unsigned length = buffer->getSomeData(segment, position)) {
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginView.cpp1276 while (unsigned length = m_manualStreamData->getSomeData(data, position)) {

Completed in 199 milliseconds