HomeSort by relevance Sort by last modified time
    Searched refs:createHandle (Results 1 - 25 of 37) sorted by null

1 2

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

Completed in 884 milliseconds

1 2