Searched defs:attachments (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/ |
D | ConnectionUnix.cpp | 147 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/ |
D | ConnectionMac.cpp | 139 Vector<Attachment> attachments = arguments->releaseAttachments(); in sendOutgoingMessage() local 248 Deque<Attachment> attachments; in createArgumentDecoder() local
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | WKCAImageQueue.cpp | 87 … rowbytes, size_t width, size_t height, uint32_t pixel_format, CFDictionaryRef attachments, uint32… in registerPixelBuffer()
|
D | QTPixelBuffer.cpp | 211 CFDictionaryRef QTPixelBuffer::attachments() const in attachments() function in QTPixelBuffer
|
D | MediaPlayerPrivateQuickTimeVisualContext.cpp | 898 …RetainPtr<CFDictionaryRef> attachments(AdoptCF, QTCFDictionaryCreateCopyWithDataCallback(kCFAlloca… in retrieveCurrentImage() local
|
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
D | bug.py | 83 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/ |
D | Mailer.java | 167 String aSubject, String aMessage, String[] attachments) { in sendMultiPartMessage()
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
D | ArgumentDecoder.cpp | 39 …tDecoder::ArgumentDecoder(const uint8_t* buffer, size_t bufferSize, Deque<Attachment>& attachments) in ArgumentDecoder()
|