OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldInvalidateScrollRect
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/
paint_aggregator.h
61
bool
ShouldInvalidateScrollRect
(const gfx::Rect& rect) const;
paint_aggregator.cc
139
if (
ShouldInvalidateScrollRect
(rect)) {
211
if (
ShouldInvalidateScrollRect
(gfx::Rect()))
225
bool PaintAggregator::
ShouldInvalidateScrollRect
(const gfx::Rect& rect) const {
/external/chromium_org/ppapi/utility/graphics/
paint_aggregator.h
151
bool
ShouldInvalidateScrollRect
(const Rect& rect) const;
paint_aggregator.cc
138
if (
ShouldInvalidateScrollRect
(rect)) {
201
if (
ShouldInvalidateScrollRect
(Rect()))
216
bool PaintAggregator::
ShouldInvalidateScrollRect
(const Rect& rect) const {
Completed in 39 milliseconds