/external/webkit/Source/WebKit2/Shared/gtk/ |
D | UpdateChunk.cpp | 40 UpdateChunk::UpdateChunk() in UpdateChunk() function in WebKit::UpdateChunk 45 UpdateChunk::UpdateChunk(const IntRect& rect) in UpdateChunk() function in WebKit::UpdateChunk 51 UpdateChunk::~UpdateChunk() in ~UpdateChunk() 55 size_t UpdateChunk::size() const in size() 60 void UpdateChunk::encode(CoreIPC::ArgumentEncoder* encoder) const in encode() 78 bool UpdateChunk::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk& chunk) in decode() 105 cairo_surface_t* UpdateChunk::createImage() const in createImage()
|
D | UpdateChunk.h | 43 class UpdateChunk { 45 UpdateChunk(); 46 UpdateChunk(const WebCore::IntRect&); 47 ~UpdateChunk(); 53 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
|
/external/webkit/Source/WebKit2/Shared/win/ |
D | UpdateChunk.cpp | 37 UpdateChunk::UpdateChunk() in UpdateChunk() function in WebKit::UpdateChunk 42 UpdateChunk::UpdateChunk(const IntRect& rect) in UpdateChunk() function in WebKit::UpdateChunk 50 UpdateChunk::UpdateChunk(const IntRect& rect, HANDLE bitmapSharedMemory) in UpdateChunk() function in WebKit::UpdateChunk 56 void UpdateChunk::encode(CoreIPC::ArgumentEncoder* encoder) const in encode() 62 bool UpdateChunk::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk& updateChunk) in decode()
|
D | UpdateChunk.h | 38 class UpdateChunk { 40 UpdateChunk(); 41 UpdateChunk(const WebCore::IntRect&); 42 UpdateChunk(const WebCore::IntRect&, HANDLE); 49 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
|
/external/webkit/Source/WebKit2/Shared/qt/ |
D | UpdateChunk.cpp | 45 UpdateChunk::UpdateChunk() in UpdateChunk() function in WebKit::UpdateChunk 49 UpdateChunk::UpdateChunk(const IntRect& rect) in UpdateChunk() function in WebKit::UpdateChunk 55 UpdateChunk::~UpdateChunk() in ~UpdateChunk() 59 void UpdateChunk::encode(CoreIPC::ArgumentEncoder* encoder) const in encode() 77 bool UpdateChunk::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk& chunk) in decode() 104 size_t UpdateChunk::size() const in size() 116 QImage UpdateChunk::createImage() const in createImage()
|
D | UpdateChunk.h | 41 class UpdateChunk { 43 UpdateChunk(); 44 UpdateChunk(const WebCore::IntRect&); 45 ~UpdateChunk(); 51 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | UpdateChunk.cpp | 41 UpdateChunk::UpdateChunk() in UpdateChunk() function in WebKit::UpdateChunk 47 UpdateChunk::UpdateChunk(const IntRect& rect) in UpdateChunk() function in WebKit::UpdateChunk 54 UpdateChunk::~UpdateChunk() in ~UpdateChunk() 60 RetainPtr<CGImageRef> UpdateChunk::createImage() in createImage() 69 void UpdateChunk::encode(CoreIPC::ArgumentEncoder* encoder) const in encode() 77 bool UpdateChunk::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk& chunk) in decode()
|
D | UpdateChunk.h | 39 class UpdateChunk { 41 UpdateChunk(); 42 UpdateChunk(const WebCore::IntRect&); 43 ~UpdateChunk(); 50 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | ChunkedUpdateDrawingAreaProxy.h | 48 class UpdateChunk; variable 83 void drawUpdateChunkIntoBackingStore(UpdateChunk*); 84 void didSetSize(UpdateChunk*); 85 void deprecatedUpdate(UpdateChunk*);
|
D | ChunkedUpdateDrawingAreaProxy.cpp | 108 void ChunkedUpdateDrawingAreaProxy::didSetSize(UpdateChunk* updateChunk) in didSetSize() 123 void ChunkedUpdateDrawingAreaProxy::deprecatedUpdate(UpdateChunk* updateChunk) in deprecatedUpdate() 155 UpdateChunk updateChunk; in didReceiveMessage() 163 UpdateChunk updateChunk; in didReceiveMessage()
|
D | TiledDrawingAreaTile.h | 44 class UpdateChunk; variable 66 void updateFromChunk(UpdateChunk* updateChunk, float);
|
D | TiledDrawingAreaProxy.h | 53 class UpdateChunk; variable 112 void snapshotTaken(UpdateChunk&);
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | ChunkedUpdateDrawingArea.cpp | 84 UpdateChunk updateChunk(dirtyRect); in display() 130 …edSend(DrawingAreaProxyLegacyMessage::DidSetSize, m_webPage->pageID(), CoreIPC::In(UpdateChunk())); in setSize() 135 UpdateChunk updateChunk(IntRect(0, 0, viewSize.width(), viewSize.height())); in setSize()
|
D | ChunkedUpdateDrawingArea.h | 35 class UpdateChunk; variable 65 void paintIntoUpdateChunk(UpdateChunk*);
|
D | TiledDrawingArea.h | 38 class UpdateChunk; variable 70 void paintIntoUpdateChunk(UpdateChunk*, float scale);
|
D | TiledDrawingArea.cpp | 141 UpdateChunk updateChunk(dirtyRect); in updateTile() 222 …UpdateChunk updateChunk(IntRect(IntPoint(contentsRect.x() * targetScale, contentsRect.y() * target… in didReceiveMessage()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/ |
D | ChunkedUpdateDrawingAreaQt.cpp | 40 void ChunkedUpdateDrawingArea::paintIntoUpdateChunk(UpdateChunk* updateChunk) in paintIntoUpdateChunk()
|
D | TiledDrawingAreaQt.cpp | 42 void TiledDrawingArea::paintIntoUpdateChunk(UpdateChunk* updateChunk, float scale) in paintIntoUpdateChunk()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/ |
D | ChunkedUpdateDrawingAreaGtk.cpp | 42 void ChunkedUpdateDrawingArea::paintIntoUpdateChunk(UpdateChunk* updateChunk) in paintIntoUpdateChunk()
|
/external/webkit/Source/WebKit2/UIProcess/qt/ |
D | TiledDrawingAreaProxyQt.cpp | 65 void TiledDrawingAreaProxy::snapshotTaken(UpdateChunk& chunk) in snapshotTaken()
|
D | ChunkedUpdateDrawingAreaProxyQt.cpp | 69 void ChunkedUpdateDrawingAreaProxy::drawUpdateChunkIntoBackingStore(UpdateChunk* updateChunk) in drawUpdateChunkIntoBackingStore()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
D | ChunkedUpdateDrawingAreaMac.cpp | 41 void ChunkedUpdateDrawingArea::paintIntoUpdateChunk(UpdateChunk* updateChunk) in paintIntoUpdateChunk()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/ |
D | ChunkedUpdateDrawingAreaWin.cpp | 38 void ChunkedUpdateDrawingArea::paintIntoUpdateChunk(UpdateChunk* updateChunk) in paintIntoUpdateChunk()
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | ChunkedUpdateDrawingAreaProxyMac.mm | 31 #import "UpdateChunk.h" 86 void ChunkedUpdateDrawingAreaProxy::drawUpdateChunkIntoBackingStore(UpdateChunk* updateChunk)
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
D | ChunkedUpdateDrawingAreaProxyGtk.cpp | 76 void ChunkedUpdateDrawingAreaProxy::drawUpdateChunkIntoBackingStore(UpdateChunk* updateChunk) in drawUpdateChunkIntoBackingStore()
|