OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_scroll
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/utility/graphics/
paint_aggregator.cc
28
PaintAggregator::PaintUpdate::PaintUpdate() :
has_scroll
(false) {}
98
ret.
has_scroll
= ret.scroll_delta.x() != 0 || ret.scroll_delta.y() != 0;
107
if (ret.
has_scroll
) {
paint_aggregator.h
39
bool
has_scroll
;
member in struct:pp::PaintAggregator::PaintUpdate
paint_manager.cc
150
if (update.
has_scroll
)
Completed in 222 milliseconds