Home
last modified time | relevance | path

Searched refs:serviceAfterStyleRecalc (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DDocumentAnimations.h46 static void serviceAfterStyleRecalc(Document&);
DDocumentAnimations.cpp96 void DocumentAnimations::serviceAfterStyleRecalc(Document& document) in serviceAfterStyleRecalc() function in WebCore::DocumentAnimations
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp1740 DocumentAnimations::serviceAfterStyleRecalc(*this); in updateStyleIfNeeded()