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 53 enum InvalidationMode {
61 void markAllClientsForInvalidation(InvalidationMode);
63 void markClientForInvalidation(RenderObject*, InvalidationMode);
RenderSVGResourceContainer.cpp 102 void RenderSVGResourceContainer::markAllClientsForInvalidation(InvalidationMode mode)
141 void RenderSVGResourceContainer::markClientForInvalidation(RenderObject* client, InvalidationMode mode)

Completed in 571 milliseconds