OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InternalPaintUpdate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/utility/graphics/
paint_aggregator.h
129
class
InternalPaintUpdate
{
131
InternalPaintUpdate
();
132
~
InternalPaintUpdate
();
155
InternalPaintUpdate
update_;
paint_aggregator.cc
32
PaintAggregator::
InternalPaintUpdate
::
InternalPaintUpdate
() {}
34
PaintAggregator::
InternalPaintUpdate
::~
InternalPaintUpdate
() {}
36
Rect PaintAggregator::
InternalPaintUpdate
::GetScrollDamage() const {
72
Rect PaintAggregator::
InternalPaintUpdate
::GetPaintBounds() const {
89
update_ =
InternalPaintUpdate
();
Completed in 54 milliseconds