HomeSort by relevance Sort by last modified time
    Searched full:createshareable (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebKit2/Shared/
WebImage.cpp 38 return WebImage::create(ShareableBitmap::createShareable(size, ShareableBitmap::SupportsAlpha));
WebCoreArgumentCoders.cpp 40 RefPtr<ShareableBitmap> bitmap = ShareableBitmap::createShareable(image->size(), ShareableBitmap::SupportsAlpha);
ShareableBitmap.cpp 71 PassRefPtr<ShareableBitmap> ShareableBitmap::createShareable(const IntSize& size, Flags flags)
ShareableBitmap.h 75 static PassRefPtr<ShareableBitmap> createShareable(const WebCore::IntSize&, Flags);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp 82 data.m_notSelectedBackingStore = ShareableBitmap::createShareable(backingStoreSize, ShareableBitmap::SupportsAlpha);
83 data.m_selectedBackingStore = ShareableBitmap::createShareable(backingStoreSize, ShareableBitmap::SupportsAlpha);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebDragClientMac.mm 80 RefPtr<ShareableBitmap> bitmap = ShareableBitmap::createShareable(IntSize([image size]), ShareableBitmap::SupportsAlpha);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 179 RefPtr<ShareableBitmap> findIndicatorTextBackingStore = ShareableBitmap::createShareable(selectionRect.size(), ShareableBitmap::SupportsAlpha);
DrawingAreaImpl.cpp 577 RefPtr<ShareableBitmap> bitmap = ShareableBitmap::createShareable(bounds.size(), ShareableBitmap::SupportsAlpha);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 521 RefPtr<ShareableBitmap> bitmap = ShareableBitmap::createShareable(m_frameRect.size(), ShareableBitmap::SupportsAlpha);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.cpp 198 m_pluginBackingStore = ShareableBitmap::createShareable(frameRect.size(), ShareableBitmap::SupportsAlpha);
  /external/webkit/Source/WebKit2/
ChangeLog     [all...]
ChangeLog-2011-02-16     [all...]

Completed in 187 milliseconds