Searched refs:UpdateChunk (Results 1 - 25 of 28) sorted by relevance

12

/external/webkit/Source/WebKit2/Shared/win/
H A DUpdateChunk.cpp27 #include "UpdateChunk.h"
37 UpdateChunk::UpdateChunk() function in class:WebKit::UpdateChunk
42 UpdateChunk::UpdateChunk(const IntRect& rect) function in class:WebKit::UpdateChunk
50 UpdateChunk::UpdateChunk(const IntRect& rect, HANDLE bitmapSharedMemory) function in class:WebKit::UpdateChunk
56 void UpdateChunk::encode(CoreIPC::ArgumentEncoder* encoder) const
62 bool UpdateChunk::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk
[all...]
H A DUpdateChunk.h38 class UpdateChunk { class in namespace:WebKit
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/gtk/
H A DUpdateChunk.h43 class UpdateChunk { class in namespace:WebKit
45 UpdateChunk();
46 UpdateChunk(const WebCore::IntRect&);
47 ~UpdateChunk();
53 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
H A DUpdateChunk.cpp29 #include "UpdateChunk.h"
40 UpdateChunk::UpdateChunk() function in class:WebKit::UpdateChunk
45 UpdateChunk::UpdateChunk(const IntRect& rect) function in class:WebKit::UpdateChunk
51 UpdateChunk::~UpdateChunk()
55 size_t UpdateChunk::size() const
60 void UpdateChunk::encode(CoreIPC::ArgumentEncoder* encoder) const
78 bool UpdateChunk
[all...]
/external/webkit/Source/WebKit2/Shared/qt/
H A DUpdateChunk.h41 class UpdateChunk { class in namespace:WebKit
43 UpdateChunk();
44 UpdateChunk(const WebCore::IntRect&);
45 ~UpdateChunk();
51 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
H A DUpdateChunk.cpp29 #include "UpdateChunk.h"
45 UpdateChunk::UpdateChunk() function in class:WebKit::UpdateChunk
49 UpdateChunk::UpdateChunk(const IntRect& rect) function in class:WebKit::UpdateChunk
55 UpdateChunk::~UpdateChunk()
59 void UpdateChunk::encode(CoreIPC::ArgumentEncoder* encoder) const
77 bool UpdateChunk::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk
[all...]
/external/webkit/Source/WebKit2/Shared/mac/
H A DUpdateChunk.cpp27 #include "UpdateChunk.h"
41 UpdateChunk::UpdateChunk() function in class:WebKit::UpdateChunk
47 UpdateChunk::UpdateChunk(const IntRect& rect) function in class:WebKit::UpdateChunk
54 UpdateChunk::~UpdateChunk()
60 RetainPtr<CGImageRef> UpdateChunk::createImage()
69 void UpdateChunk::encode(CoreIPC::ArgumentEncoder* encoder) const
77 bool UpdateChunk
[all...]
H A DUpdateChunk.h39 class UpdateChunk { class in namespace:WebKit
41 UpdateChunk();
42 UpdateChunk(const WebCore::IntRect&);
43 ~UpdateChunk();
50 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DChunkedUpdateDrawingArea.h35 class UpdateChunk;
65 void paintIntoUpdateChunk(UpdateChunk*);
H A DTiledDrawingArea.h38 class UpdateChunk;
70 void paintIntoUpdateChunk(UpdateChunk*, float scale);
H A DChunkedUpdateDrawingArea.cpp32 #include "UpdateChunk.h"
83 // Create a new UpdateChunk and paint into it.
84 UpdateChunk updateChunk(dirtyRect);
130 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::DidSetSize, m_webPage->pageID(), CoreIPC::In(UpdateChunk()));
134 // Create a new UpdateChunk and paint into it.
135 UpdateChunk updateChunk(IntRect(0, 0, viewSize.width(), viewSize.height()));
/external/webkit/Source/WebKit2/UIProcess/
H A DChunkedUpdateDrawingAreaProxy.h48 class UpdateChunk;
83 void drawUpdateChunkIntoBackingStore(UpdateChunk*);
84 void didSetSize(UpdateChunk*);
85 void deprecatedUpdate(UpdateChunk*);
H A DChunkedUpdateDrawingAreaProxy.cpp33 #include "UpdateChunk.h"
108 void ChunkedUpdateDrawingAreaProxy::didSetSize(UpdateChunk* updateChunk)
123 void ChunkedUpdateDrawingAreaProxy::deprecatedUpdate(UpdateChunk* updateChunk)
155 UpdateChunk updateChunk;
163 UpdateChunk updateChunk;
H A DTiledDrawingAreaTile.h44 class UpdateChunk;
66 void updateFromChunk(UpdateChunk* updateChunk, float);
H A DTiledDrawingAreaProxy.h53 class UpdateChunk;
112 void snapshotTaken(UpdateChunk&);
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
H A DChunkedUpdateDrawingAreaQt.cpp30 #include "UpdateChunk.h"
40 void ChunkedUpdateDrawingArea::paintIntoUpdateChunk(UpdateChunk* updateChunk)
H A DTiledDrawingAreaQt.cpp31 #include "UpdateChunk.h"
42 void TiledDrawingArea::paintIntoUpdateChunk(UpdateChunk* updateChunk, float scale)
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DTiledDrawingAreaProxyQt.cpp33 #include "UpdateChunk.h"
65 void TiledDrawingAreaProxy::snapshotTaken(UpdateChunk& chunk)
H A DChunkedUpdateDrawingAreaProxyQt.cpp32 #include "UpdateChunk.h"
69 void ChunkedUpdateDrawingAreaProxy::drawUpdateChunkIntoBackingStore(UpdateChunk* updateChunk)
/external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
H A DChunkedUpdateDrawingAreaGtk.cpp32 #include "UpdateChunk.h"
42 void ChunkedUpdateDrawingArea::paintIntoUpdateChunk(UpdateChunk* updateChunk)
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
H A DChunkedUpdateDrawingAreaMac.cpp29 #include "UpdateChunk.h"
41 void ChunkedUpdateDrawingArea::paintIntoUpdateChunk(UpdateChunk* updateChunk)
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
H A DChunkedUpdateDrawingAreaWin.cpp29 #include "UpdateChunk.h"
38 void ChunkedUpdateDrawingArea::paintIntoUpdateChunk(UpdateChunk* updateChunk)
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DChunkedUpdateDrawingAreaProxyGtk.cpp32 #include "UpdateChunk.h"
76 void ChunkedUpdateDrawingAreaProxy::drawUpdateChunkIntoBackingStore(UpdateChunk* updateChunk)
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DChunkedUpdateDrawingAreaProxyMac.mm31 #import "UpdateChunk.h"
86 void ChunkedUpdateDrawingAreaProxy::drawUpdateChunkIntoBackingStore(UpdateChunk* updateChunk)
/external/webkit/Source/WebKit2/UIProcess/win/
H A DChunkedUpdateDrawingAreaProxyWin.cpp29 #include "UpdateChunk.h"
78 void ChunkedUpdateDrawingAreaProxy::drawUpdateChunkIntoBackingStore(UpdateChunk* updateChunk)
96 // BitBlt from the UpdateChunk to the backing store.

Completed in 188 milliseconds

12