Searched refs:createHandle (Results 1 - 25 of 35) sorted by relevance

12

/external/webkit/Source/WebKit2/Platform/gtk/
H A DSharedMemoryGtk.cpp72 bool SharedMemory::createHandle(Handle& handle, Protection protection) function in class:WebKit::SharedMemory
/external/webkit/Source/WebKit2/Shared/
H A DWebCoreArgumentCoders.cpp43 bitmap->createHandle(handle);
H A DPlatformPopupMenuData.cpp56 m_notSelectedBackingStore->createHandle(notSelectedBackingStoreHandle);
60 m_selectedBackingStore->createHandle(selectedBackingStoreHandle);
H A DSandboxExtension.h72 static void createHandle(const String& path, Type type, Handle&);
94 inline void SandboxExtension::createHandle(const String& path, Type type, Handle&) { } function in class:WebKit::SandboxExtension
H A DShareableBitmap.cpp102 bool ShareableBitmap::createHandle(Handle& handle) function in class:WebKit::ShareableBitmap
106 if (!m_sharedMemory->createHandle(handle.m_handle, SharedMemory::ReadWrite))
H A DShareableBitmap.h84 bool createHandle(Handle&);
H A DUserMessageCoders.h136 if (!image->bitmap()->createHandle(handle))
/external/webkit/Source/WebKit2/Platform/
H A DSharedMemory.h91 bool createHandle(Handle&, Protection);
/external/webkit/Source/WebKit2/Shared/gtk/
H A DUpdateChunk.cpp69 if (m_sharedMemory->createHandle(handle, SharedMemory::ReadOnly)) {
/external/webkit/Source/WebKit2/Shared/mac/
H A DShareableSurface.h71 bool createHandle(Handle&);
H A DShareableSurface.cpp162 bool ShareableSurface::createHandle(Handle& handle) function in class:WebKit::ShareableSurface
H A DSandboxExtensionMac.mm155 void SandboxExtension::createHandle(const String& path, Type type, Handle& handle)
/external/webkit/Source/WebKit2/Shared/qt/
H A DUpdateChunk.cpp68 if (m_sharedMemory->createHandle(handle, SharedMemory::ReadOnly)) {
/external/webkit/Source/WebKit2/UIProcess/Downloads/
H A DDownloadProxy.cpp137 SandboxExtension::createHandle(destination, SandboxExtension::WriteOnly, sandboxExtensionHandle);
/external/webkit/Source/WebKit2/UIProcess/
H A DVisitedLinkProvider.cpp163 if (!m_table.sharedMemory()->createHandle(handle, SharedMemory::ReadOnly))
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebDragClientWin.cpp82 if (!memoryBuffer->createHandle(handle, SharedMemory::ReadOnly))
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.h70 PassOwnPtr<HBITMAP> createHandle(void** pixels, BitmapInfo* bmpInfo, int h = -1, bool use16bit = true) const;
H A DSharedBitmap.cpp190 PassOwnPtr<HBITMAP> SharedBitmap::createHandle(void** pixels, BitmapInfo* bmpInfo, int height, bool use16bit) const function in class:WebCore::SharedBitmap
227 m_hbitmap = createHandle(&pixels, &bmpInfo, -1, !hasAlpha());
264 hTempBitmap = createHandle(&pixels, &bmpInfo, -1, usesTransparentColor());
524 OwnPtr<HBITMAP> hbmp = createHandle(&pixels, &bmpInfo, -1, false);
/external/webkit/Source/WebKit2/Platform/mac/
H A DSharedMemoryMac.cpp167 bool SharedMemory::createHandle(Handle& handle, Protection protection) function in class:WebKit::SharedMemory
/external/webkit/Source/WebKit2/Platform/win/
H A DSharedMemoryWin.cpp187 bool SharedMemory::createHandle(Handle& handle, Protection protection) function in class:WebKit::SharedMemory
/external/webkit/Source/WebKit2/Platform/unix/
H A DSharedMemoryUnix.cpp203 bool SharedMemory::createHandle(Handle& handle, Protection protection) function in class:WebKit::SharedMemory
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
H A DLayerTreeHostCAWin.cpp206 if (!bitmap->createHandle(updateInfo.bitmapHandle))
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebDragClientMac.mm97 if (!bitmap->createHandle(handle))
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
H A DConnectionUnix.cpp331 if (!oolMessageBody->createHandle(handle, WebKit::SharedMemory::ReadOnly))
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DFindController.cpp197 if (!findIndicatorTextBackingStore->createHandle(handle))

Completed in 154 milliseconds

12