OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PendingUpdate
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/painting/
PaintAggregator.h
51
struct
PendingUpdate
{
52
PendingUpdate
();
53
~
PendingUpdate
();
67
// There is a
PendingUpdate
if invalidateRect or scrollRect were called and
73
void popPendingUpdate(
PendingUpdate
*);
87
PendingUpdate
m_update;
PaintAggregator.cpp
114
PaintAggregator::
PendingUpdate
::
PendingUpdate
()
118
PaintAggregator::
PendingUpdate
::~
PendingUpdate
()
122
IntRect PaintAggregator::
PendingUpdate
::calculateScrollDamage() const
159
IntRect PaintAggregator::
PendingUpdate
::calculatePaintBounds() const
174
m_update =
PendingUpdate
();
177
void PaintAggregator::popPendingUpdate(
PendingUpdate
* update)
/external/chromium_org/content/renderer/
paint_aggregator.h
28
struct CONTENT_EXPORT
PendingUpdate
{
29
PendingUpdate
();
30
~
PendingUpdate
();
44
// There is a
PendingUpdate
if InvalidateRect or ScrollRect were called and
50
void PopPendingUpdate(
PendingUpdate
* update);
65
PendingUpdate
update_;
paint_aggregator.cc
43
PaintAggregator::
PendingUpdate
::
PendingUpdate
() {}
45
PaintAggregator::
PendingUpdate
::~
PendingUpdate
() {}
47
gfx::Rect PaintAggregator::
PendingUpdate
::GetScrollDamage() const {
83
gfx::Rect PaintAggregator::
PendingUpdate
::GetPaintBounds() const {
95
update_ =
PendingUpdate
();
98
void PaintAggregator::PopPendingUpdate(
PendingUpdate
* update) {
paint_aggregator_unittest.cc
22
PaintAggregator::
PendingUpdate
update;
43
PaintAggregator::
PendingUpdate
update;
67
PaintAggregator::
PendingUpdate
update;
84
PaintAggregator::
PendingUpdate
update;
110
PaintAggregator::
PendingUpdate
update;
152
PaintAggregator::
PendingUpdate
update;
171
PaintAggregator::
PendingUpdate
update;
192
PaintAggregator::
PendingUpdate
update;
220
PaintAggregator::
PendingUpdate
update;
241
PaintAggregator::
PendingUpdate
update
[
all
...]
render_widget.cc
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
PaintAggregatorTest.cpp
55
PaintAggregator::
PendingUpdate
update;
77
PaintAggregator::
PendingUpdate
update;
102
PaintAggregator::
PendingUpdate
update;
120
PaintAggregator::
PendingUpdate
update;
147
PaintAggregator::
PendingUpdate
update;
193
PaintAggregator::
PendingUpdate
update;
213
PaintAggregator::
PendingUpdate
update;
235
PaintAggregator::
PendingUpdate
update;
264
PaintAggregator::
PendingUpdate
update;
286
PaintAggregator::
PendingUpdate
update
[
all
...]
Completed in 36 milliseconds