Home
last modified time | relevance | path

Searched refs:UpdateChunk (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/Source/WebKit2/Shared/gtk/
DUpdateChunk.cpp40 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()
DUpdateChunk.h43 class UpdateChunk {
45 UpdateChunk();
46 UpdateChunk(const WebCore::IntRect&);
47 ~UpdateChunk();
53 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
/external/webkit/Source/WebKit2/Shared/win/
DUpdateChunk.cpp37 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()
DUpdateChunk.h38 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/
DUpdateChunk.cpp45 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()
DUpdateChunk.h41 class UpdateChunk {
43 UpdateChunk();
44 UpdateChunk(const WebCore::IntRect&);
45 ~UpdateChunk();
51 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
/external/webkit/Source/WebKit2/Shared/mac/
DUpdateChunk.cpp41 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()
DUpdateChunk.h39 class UpdateChunk {
41 UpdateChunk();
42 UpdateChunk(const WebCore::IntRect&);
43 ~UpdateChunk();
50 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
/external/webkit/Source/WebKit2/UIProcess/
DChunkedUpdateDrawingAreaProxy.h48 class UpdateChunk; variable
83 void drawUpdateChunkIntoBackingStore(UpdateChunk*);
84 void didSetSize(UpdateChunk*);
85 void deprecatedUpdate(UpdateChunk*);
DChunkedUpdateDrawingAreaProxy.cpp108 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()
DTiledDrawingAreaTile.h44 class UpdateChunk; variable
66 void updateFromChunk(UpdateChunk* updateChunk, float);
DTiledDrawingAreaProxy.h53 class UpdateChunk; variable
112 void snapshotTaken(UpdateChunk&);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DChunkedUpdateDrawingArea.cpp84 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()
DChunkedUpdateDrawingArea.h35 class UpdateChunk; variable
65 void paintIntoUpdateChunk(UpdateChunk*);
DTiledDrawingArea.h38 class UpdateChunk; variable
70 void paintIntoUpdateChunk(UpdateChunk*, float scale);
DTiledDrawingArea.cpp141 UpdateChunk updateChunk(dirtyRect); in updateTile()
222UpdateChunk updateChunk(IntRect(IntPoint(contentsRect.x() * targetScale, contentsRect.y() * target… in didReceiveMessage()
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
DChunkedUpdateDrawingAreaQt.cpp40 void ChunkedUpdateDrawingArea::paintIntoUpdateChunk(UpdateChunk* updateChunk) in paintIntoUpdateChunk()
DTiledDrawingAreaQt.cpp42 void TiledDrawingArea::paintIntoUpdateChunk(UpdateChunk* updateChunk, float scale) in paintIntoUpdateChunk()
/external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
DChunkedUpdateDrawingAreaGtk.cpp42 void ChunkedUpdateDrawingArea::paintIntoUpdateChunk(UpdateChunk* updateChunk) in paintIntoUpdateChunk()
/external/webkit/Source/WebKit2/UIProcess/qt/
DTiledDrawingAreaProxyQt.cpp65 void TiledDrawingAreaProxy::snapshotTaken(UpdateChunk& chunk) in snapshotTaken()
DChunkedUpdateDrawingAreaProxyQt.cpp69 void ChunkedUpdateDrawingAreaProxy::drawUpdateChunkIntoBackingStore(UpdateChunk* updateChunk) in drawUpdateChunkIntoBackingStore()
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
DChunkedUpdateDrawingAreaMac.cpp41 void ChunkedUpdateDrawingArea::paintIntoUpdateChunk(UpdateChunk* updateChunk) in paintIntoUpdateChunk()
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
DChunkedUpdateDrawingAreaWin.cpp38 void ChunkedUpdateDrawingArea::paintIntoUpdateChunk(UpdateChunk* updateChunk) in paintIntoUpdateChunk()
/external/webkit/Source/WebKit2/UIProcess/mac/
DChunkedUpdateDrawingAreaProxyMac.mm31 #import "UpdateChunk.h"
86 void ChunkedUpdateDrawingAreaProxy::drawUpdateChunkIntoBackingStore(UpdateChunk* updateChunk)
/external/webkit/Source/WebKit2/UIProcess/gtk/
DChunkedUpdateDrawingAreaProxyGtk.cpp76 void ChunkedUpdateDrawingAreaProxy::drawUpdateChunkIntoBackingStore(UpdateChunk* updateChunk) in drawUpdateChunkIntoBackingStore()

12