OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PaintUpdate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/utility/graphics/
paint_aggregator.h
29
struct
PaintUpdate
{
30
/// Default constructor for creating an is_null() <code>
PaintUpdate
</code>
32
PaintUpdate
();
35
~
PaintUpdate
();
105
/// @return A
PaintUpdate
containing the pending update.
106
PaintUpdate
GetPendingUpdate() const;
120
// This structure is an internal version of
PaintUpdate
. It's different in
paint_aggregator.cc
28
PaintAggregator::
PaintUpdate
::
PaintUpdate
() : has_scroll(false) {}
30
PaintAggregator::
PaintUpdate
::~
PaintUpdate
() {}
92
PaintAggregator::
PaintUpdate
PaintAggregator::GetPendingUpdate() const {
95
PaintUpdate
ret;
Completed in 145 milliseconds