Searched refs:changeRect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.h123 // If not null, changeRect is the changed part of the image.
124 void notifyObservers(const IntRect* changeRect = 0);
H A DImageResource.cpp294 void ImageResource::notifyObservers(const IntRect* changeRect) argument
298 c->imageChanged(this, changeRect);

Completed in 619 milliseconds