Searched refs:bitmapHandle (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DUpdateInfo.cpp42 encoder << bitmapHandle; local
62 if (!decoder.decode(result.bitmapHandle))
H A DUpdateInfo.h68 ShareableBitmap::Handle bitmapHandle; member in class:WebKit::UpdateInfo
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DBackingStore.cpp52 RefPtr<ShareableBitmap> bitmap = ShareableBitmap::create(updateInfo.bitmapHandle);
H A DWebPageProxy.cpp4142 void WebPageProxy::imageCallback(const ShareableBitmap::Handle& bitmapHandle, uint64_t callbackID) argument
4150 callback->performCallbackWithReturnValue(bitmapHandle);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedDrawingArea.cpp566 if (!bitmap->createHandle(updateInfo.bitmapHandle))
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DDrawingAreaImpl.cpp639 if (!bitmap->createHandle(updateInfo.bitmapHandle))

Completed in 73 milliseconds