Home
last modified time | relevance | path

Searched defs:fileDescriptor (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
DAttachmentUnix.cpp35 Attachment::Attachment(int fileDescriptor, size_t size) in Attachment()
/external/webkit/Source/WebKit2/Platform/unix/
DSharedMemoryUnix.cpp98 void SharedMemory::Handle::adoptFromAttachment(int fileDescriptor, size_t size) in adoptFromAttachment()
118 int fileDescriptor; in create() local
/external/webkit/Source/WebKit2/Platform/gtk/
DWorkQueueGtk.cpp141 void WorkQueue::registerEventSourceHandler(int fileDescriptor, int condition, PassOwnPtr<WorkItem> … in registerEventSourceHandler()
169 void WorkQueue::unregisterEventSourceHandler(int fileDescriptor) in unregisterEventSourceHandler()
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DAttachment.h73 int fileDescriptor() const { return m_fileDescriptor; } in fileDescriptor() function
/external/webkit/Source/WebCore/platform/win/
DClipboardWin.cpp297 static HRESULT writeFileToDataObject(IDataObject* dataObject, HGLOBAL fileDescriptor, HGLOBAL fileC… in writeFileToDataObject()