Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Platform/gtk/
DSharedMemoryGtk.cpp72 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle() function in WebKit::SharedMemory
/external/webkit/Source/WebKit2/Shared/
DSandboxExtension.h94 inline void SandboxExtension::createHandle(const String& path, Type type, Handle&) { } in createHandle() function
DShareableBitmap.cpp102 bool ShareableBitmap::createHandle(Handle& handle) in createHandle() function in WebKit::ShareableBitmap
/external/webkit/Source/WebKit2/Platform/unix/
DSharedMemoryUnix.cpp203 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle() function in WebKit::SharedMemory
/external/webkit/Source/WebKit2/Platform/mac/
DSharedMemoryMac.cpp167 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle() function in WebKit::SharedMemory
/external/webkit/Source/WebKit2/Shared/mac/
DShareableSurface.cpp162 bool ShareableSurface::createHandle(Handle& handle) in createHandle() function in WebKit::ShareableSurface
/external/webkit/Source/WebKit2/Platform/win/
DSharedMemoryWin.cpp187 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle() function in WebKit::SharedMemory
/external/webkit/Source/WebCore/platform/graphics/wince/
DSharedBitmap.cpp190 PassOwnPtr<HBITMAP> SharedBitmap::createHandle(void** pixels, BitmapInfo* bmpInfo, int height, bool… in createHandle() function in WebCore::SharedBitmap