HomeSort by relevance Sort by last modified time
    Searched refs:createGraphicsContext (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebKit2/Shared/cairo/
ShareableBitmapCairo.cpp 36 PassOwnPtr<GraphicsContext> ShareableBitmap::createGraphicsContext()
  /external/webkit/Source/WebKit2/Shared/gtk/
ShareableBitmapGtk.cpp 37 PassOwnPtr<GraphicsContext> ShareableBitmap::createGraphicsContext()
  /external/webkit/Source/WebKit2/Shared/API/c/cg/
WKImageCG.cpp 46 OwnPtr<GraphicsContext> graphicsContext = webImage->bitmap()->createGraphicsContext();
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.cpp 41 bitmap->createGraphicsContext()->drawImage(image, ColorSpaceDeviceRGB, IntPoint());
ShareableBitmap.h 94 PassOwnPtr<WebCore::GraphicsContext> createGraphicsContext();
  /external/webkit/Source/WebKit2/Shared/qt/
ShareableBitmapQt.cpp 42 PassOwnPtr<GraphicsContext> ShareableBitmap::createGraphicsContext()
  /external/webkit/Source/WebKit2/Shared/cg/
ShareableBitmapCG.cpp 48 PassOwnPtr<GraphicsContext> ShareableBitmap::createGraphicsContext()
72 OwnPtr<GraphicsContext> graphicsContext = createGraphicsContext();
91 bitmap->deref(); // Balanced by ref in createGraphicsContext.
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp 85 OwnPtr<GraphicsContext> notSelectedBackingStoreContext = data.m_notSelectedBackingStore->createGraphicsContext();
86 OwnPtr<GraphicsContext> selectedBackingStoreContext = data.m_selectedBackingStore->createGraphicsContext();
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.cpp 134 OwnPtr<WebCore::GraphicsContext> graphicsContext = m_backingStore->createGraphicsContext();
470 OwnPtr<GraphicsContext> graphicsContext = m_backingStore->createGraphicsContext();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebDragClientMac.mm 81 OwnPtr<GraphicsContext> graphicsContext = bitmap->createGraphicsContext();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 183 OwnPtr<GraphicsContext> graphicsContext = findIndicatorTextBackingStore->createGraphicsContext();
DrawingAreaImpl.cpp 595 OwnPtr<GraphicsContext> graphicsContext = bitmap->createGraphicsContext();
WebPage.cpp 799 OwnPtr<WebCore::GraphicsContext> graphicsContext = snapshot->bitmap()->createGraphicsContext();
828 OwnPtr<WebCore::GraphicsContext> graphicsContext = snapshot->bitmap()->createGraphicsContext();
    [all...]
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.cpp 150 OwnPtr<GraphicsContext> graphicsContext = m_backingStore->createGraphicsContext();
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 522 OwnPtr<GraphicsContext> context = bitmap->createGraphicsContext();

Completed in 271 milliseconds