/external/webkit/Source/WebKit2/Shared/ |
D | SandboxExtension.h | 72 static void createHandle(const String& path, Type type, Handle&); 94 inline void SandboxExtension::createHandle(const String& path, Type type, Handle&) { } in createHandle() function
|
D | PlatformPopupMenuData.cpp | 56 m_notSelectedBackingStore->createHandle(notSelectedBackingStoreHandle); in encode() 60 m_selectedBackingStore->createHandle(selectedBackingStoreHandle); in encode()
|
D | ShareableBitmap.cpp | 102 bool ShareableBitmap::createHandle(Handle& handle) in createHandle() function in WebKit::ShareableBitmap 106 if (!m_sharedMemory->createHandle(handle.m_handle, SharedMemory::ReadWrite)) in createHandle()
|
D | WebCoreArgumentCoders.cpp | 43 bitmap->createHandle(handle); in encodeImage()
|
D | ShareableBitmap.h | 84 bool createHandle(Handle&);
|
D | UserMessageCoders.h | 136 if (!image->bitmap()->createHandle(handle)) in baseEncode()
|
/external/webkit/Source/WebKit2/Platform/gtk/ |
D | SharedMemoryGtk.cpp | 72 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle() function in WebKit::SharedMemory
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | ShareableSurface.h | 71 bool createHandle(Handle&);
|
D | ShareableSurface.cpp | 162 bool ShareableSurface::createHandle(Handle& handle) in createHandle() function in WebKit::ShareableSurface
|
D | SandboxExtensionMac.mm | 155 void SandboxExtension::createHandle(const String& path, Type type, Handle& handle)
|
/external/webkit/Source/WebKit2/Platform/ |
D | SharedMemory.h | 91 bool createHandle(Handle&, Protection);
|
/external/webkit/Source/WebKit2/Shared/gtk/ |
D | UpdateChunk.cpp | 69 if (m_sharedMemory->createHandle(handle, SharedMemory::ReadOnly)) { in encode()
|
/external/webkit/Source/WebKit2/Shared/qt/ |
D | UpdateChunk.cpp | 68 if (m_sharedMemory->createHandle(handle, SharedMemory::ReadOnly)) { in encode()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/ |
D | WebDragClientWin.cpp | 82 if (!memoryBuffer->createHandle(handle, SharedMemory::ReadOnly)) in startDrag()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | SharedBitmap.cpp | 190 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()
|
D | SharedBitmap.h | 70 …PassOwnPtr<HBITMAP> createHandle(void** pixels, BitmapInfo* bmpInfo, int h = -1, bool use16bit = t…
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | VisitedLinkProvider.cpp | 163 if (!m_table.sharedMemory()->createHandle(handle, SharedMemory::ReadOnly)) in pendingVisitedLinksTimerFired()
|
/external/webkit/Source/WebKit2/UIProcess/Downloads/ |
D | DownloadProxy.cpp | 137 … SandboxExtension::createHandle(destination, SandboxExtension::WriteOnly, sandboxExtensionHandle); in decideDestinationWithSuggestedFilename()
|
/external/webkit/Source/WebKit2/Platform/win/ |
D | SharedMemoryWin.cpp | 187 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle() function in WebKit::SharedMemory
|
/external/webkit/Source/WebKit2/Platform/unix/ |
D | SharedMemoryUnix.cpp | 203 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle() function in WebKit::SharedMemory
|
/external/webkit/Source/WebKit2/Platform/mac/ |
D | SharedMemoryMac.cpp | 167 bool SharedMemory::createHandle(Handle& handle, Protection protection) in createHandle() function in WebKit::SharedMemory
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/ |
D | LayerTreeHostCAWin.cpp | 206 if (!bitmap->createHandle(updateInfo.bitmapHandle)) in display()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | FindController.cpp | 197 if (!findIndicatorTextBackingStore->createHandle(handle)) in updateFindIndicator()
|
D | DrawingAreaImpl.cpp | 578 if (!bitmap->createHandle(updateInfo.bitmapHandle)) in display()
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/ |
D | ConnectionUnix.cpp | 331 if (!oolMessageBody->createHandle(handle, WebKit::SharedMemory::ReadOnly)) in sendOutgoingMessage()
|