Home
last modified time | relevance | path

Searched refs:createHandle (Results 1 – 25 of 37) sorted by relevance

12

/external/webkit/Source/WebKit2/Shared/
DSandboxExtension.h72 static void createHandle(const String& path, Type type, Handle&);
94 inline void SandboxExtension::createHandle(const String& path, Type type, Handle&) { } in createHandle() function
DPlatformPopupMenuData.cpp56 m_notSelectedBackingStore->createHandle(notSelectedBackingStoreHandle); in encode()
60 m_selectedBackingStore->createHandle(selectedBackingStoreHandle); in encode()
DShareableBitmap.cpp102 bool ShareableBitmap::createHandle(Handle& handle) in createHandle() function in WebKit::ShareableBitmap
106 if (!m_sharedMemory->createHandle(handle.m_handle, SharedMemory::ReadWrite)) in createHandle()
DWebCoreArgumentCoders.cpp43 bitmap->createHandle(handle); in encodeImage()
DShareableBitmap.h84 bool createHandle(Handle&);
DUserMessageCoders.h136 if (!image->bitmap()->createHandle(handle)) in baseEncode()
/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/mac/
DShareableSurface.h71 bool createHandle(Handle&);
DShareableSurface.cpp162 bool ShareableSurface::createHandle(Handle& handle) in createHandle() function in WebKit::ShareableSurface
DSandboxExtensionMac.mm155 void SandboxExtension::createHandle(const String& path, Type type, Handle& handle)
/external/webkit/Source/WebKit2/Platform/
DSharedMemory.h91 bool createHandle(Handle&, Protection);
/external/webkit/Source/WebKit2/Shared/gtk/
DUpdateChunk.cpp69 if (m_sharedMemory->createHandle(handle, SharedMemory::ReadOnly)) { in encode()
/external/webkit/Source/WebKit2/Shared/qt/
DUpdateChunk.cpp68 if (m_sharedMemory->createHandle(handle, SharedMemory::ReadOnly)) { in encode()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebDragClientWin.cpp82 if (!memoryBuffer->createHandle(handle, SharedMemory::ReadOnly)) in startDrag()
/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
227 m_hbitmap = createHandle(&pixels, &bmpInfo, -1, !hasAlpha()); in ensureHandle()
264 hTempBitmap = createHandle(&pixels, &bmpInfo, -1, usesTransparentColor()); in draw()
524 OwnPtr<HBITMAP> hbmp = createHandle(&pixels, &bmpInfo, -1, false); in drawPattern()
DSharedBitmap.h70 …PassOwnPtr<HBITMAP> createHandle(void** pixels, BitmapInfo* bmpInfo, int h = -1, bool use16bit = t…
/external/webkit/Source/WebKit2/UIProcess/
DVisitedLinkProvider.cpp163 if (!m_table.sharedMemory()->createHandle(handle, SharedMemory::ReadOnly)) in pendingVisitedLinksTimerFired()
/external/webkit/Source/WebKit2/UIProcess/Downloads/
DDownloadProxy.cpp137 … SandboxExtension::createHandle(destination, SandboxExtension::WriteOnly, sandboxExtensionHandle); in decideDestinationWithSuggestedFilename()
/external/webkit/Source/WebKit2/Platform/win/
DSharedMemoryWin.cpp187 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle() function in WebKit::SharedMemory
/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/WebProcess/WebPage/ca/win/
DLayerTreeHostCAWin.cpp206 if (!bitmap->createHandle(updateInfo.bitmapHandle)) in display()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DFindController.cpp197 if (!findIndicatorTextBackingStore->createHandle(handle)) in updateFindIndicator()
DDrawingAreaImpl.cpp578 if (!bitmap->createHandle(updateInfo.bitmapHandle)) in display()
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
DConnectionUnix.cpp331 if (!oolMessageBody->createHandle(handle, WebKit::SharedMemory::ReadOnly)) in sendOutgoingMessage()

12