HomeSort by relevance Sort by last modified time
    Searched refs:InvalidationMode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceContainer.h 50 enum InvalidationMode {
58 void markAllClientsForInvalidation(InvalidationMode);
60 void markClientForInvalidation(RenderObject*, InvalidationMode);
RenderSVGResourceContainer.cpp 93 void RenderSVGResourceContainer::markAllClientsForInvalidation(InvalidationMode mode)
128 void RenderSVGResourceContainer::markClientForInvalidation(RenderObject* client, InvalidationMode mode)

Completed in 30 milliseconds