Home
last modified time | relevance | path

Searched refs:messageBodySize (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
DConnectionMac.cpp281 size_t messageBodySize = messageBodyAttachment.size(); in createArgumentDecoder() local
286 argumentDecoder = new ArgumentDecoder(messageBody, messageBodySize); in createArgumentDecoder()
288 argumentDecoder = new ArgumentDecoder(messageBody, messageBodySize, attachments); in createArgumentDecoder()
296 …size_t messageBodySize = header->msgh_size - (descriptorData - reinterpret_cast<uint8_t*>(header)); in createArgumentDecoder() local
298 return adoptPtr(new ArgumentDecoder(messageBody, messageBodySize, attachments)); in createArgumentDecoder()