OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UpdateChunk
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebKit2/Shared/win/
UpdateChunk.cpp
27
#include "
UpdateChunk
.h"
37
UpdateChunk
::
UpdateChunk
()
42
UpdateChunk
::
UpdateChunk
(const IntRect& rect)
50
UpdateChunk
::
UpdateChunk
(const IntRect& rect, HANDLE bitmapSharedMemory)
56
void
UpdateChunk
::encode(CoreIPC::ArgumentEncoder* encoder) const
62
bool
UpdateChunk
::decode(CoreIPC::ArgumentDecoder* decoder,
UpdateChunk
& updateChunk
[
all
...]
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/gtk/
UpdateChunk.cpp
29
#include "
UpdateChunk
.h"
40
UpdateChunk
::
UpdateChunk
()
45
UpdateChunk
::
UpdateChunk
(const IntRect& rect)
51
UpdateChunk
::~
UpdateChunk
()
55
size_t
UpdateChunk
::size() const
60
void
UpdateChunk
::encode(CoreIPC::ArgumentEncoder* encoder) const
78
bool
UpdateChunk
::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk& chunk
[
all
...]
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/mac/
UpdateChunk.cpp
27
#include "
UpdateChunk
.h"
41
UpdateChunk
::
UpdateChunk
()
47
UpdateChunk
::
UpdateChunk
(const IntRect& rect)
54
UpdateChunk
::~
UpdateChunk
()
60
RetainPtr<CGImageRef>
UpdateChunk
::createImage()
69
void
UpdateChunk
::encode(CoreIPC::ArgumentEncoder* encoder) const
77
bool
UpdateChunk
::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk& chunk
[
all
...]
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/Shared/qt/
UpdateChunk.cpp
29
#include "
UpdateChunk
.h"
45
UpdateChunk
::
UpdateChunk
()
49
UpdateChunk
::
UpdateChunk
(const IntRect& rect)
55
UpdateChunk
::~
UpdateChunk
()
59
void
UpdateChunk
::encode(CoreIPC::ArgumentEncoder* encoder) const
77
bool
UpdateChunk
::decode(CoreIPC::ArgumentDecoder* decoder,
UpdateChunk
& chunk
[
all
...]
UpdateChunk.h
41
class
UpdateChunk
{
43
UpdateChunk
();
44
UpdateChunk
(const WebCore::IntRect&);
45
~
UpdateChunk
();
51
static bool decode(CoreIPC::ArgumentDecoder*,
UpdateChunk
&);
Completed in 44 milliseconds