OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InvalidationRegion
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/base/
invalidation_region.cc
17
InvalidationRegion
::
InvalidationRegion
() {}
19
InvalidationRegion
::~
InvalidationRegion
() {}
21
void
InvalidationRegion
::Swap(Region* region) {
25
void
InvalidationRegion
::Clear() {
29
void
InvalidationRegion
::Union(gfx::Rect rect) {
34
void
InvalidationRegion
::SimplifyIfNeeded() {
invalidation_region.h
15
// is,
InvalidationRegion
can be simplified to encompass a larger area than the
17
class CC_EXPORT
InvalidationRegion
{
19
InvalidationRegion
();
20
~
InvalidationRegion
();
/external/chromium_org/cc/layers/
picture_layer.h
54
InvalidationRegion
pending_invalidation_;
Completed in 53 milliseconds