Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
DConnectionUnix.cpp147 AttachmentResourceGuard(T& attachments) in AttachmentResourceGuard()
163 Deque<Attachment> attachments; in readyReadHandler() local
315 Vector<Attachment> attachments = arguments->releaseAttachments(); in sendOutgoingMessage() local
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
DConnectionMac.cpp139 Vector<Attachment> attachments = arguments->releaseAttachments(); in sendOutgoingMessage() local
248 Deque<Attachment> attachments; in createArgumentDecoder() local
/external/webkit/Source/WebCore/platform/graphics/win/
DWKCAImageQueue.cpp87 … rowbytes, size_t width, size_t height, uint32_t pixel_format, CFDictionaryRef attachments, uint32… in registerPixelBuffer()
DQTPixelBuffer.cpp211 CFDictionaryRef QTPixelBuffer::attachments() const in attachments() function in QTPixelBuffer
DMediaPlayerPrivateQuickTimeVisualContext.cpp898 …RetainPtr<CFDictionaryRef> attachments(AdoptCF, QTCFDictionaryCreateCopyWithDataCallback(kCFAlloca… in retrieveCurrentImage() local
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbug.py83 def attachments(self, include_obsolete=False): member in Bug
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DMailer.java167 String aSubject, String aMessage, String[] attachments) { in sendMultiPartMessage()
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DArgumentDecoder.cpp39 …tDecoder::ArgumentDecoder(const uint8_t* buffer, size_t bufferSize, Deque<Attachment>& attachments) in ArgumentDecoder()