OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallSetNeedsStyleRecalc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
AnimationControllerPrivate.h
55
CallSetNeedsStyleRecalc
= 1
64
void updateAnimations(double& timeToNextService, double& timeToNextEvent, SetNeedsStyleRecalc
callSetNeedsStyleRecalc
= DoNotCallSetNeedsStyleRecalc);
AnimationController.cpp
85
void AnimationControllerPrivate::updateAnimations(double& timeToNextService, double& timeToNextEvent, SetNeedsStyleRecalc
callSetNeedsStyleRecalc
/* = DoNotCallSetNeedsStyleRecalc*/)
101
if (
callSetNeedsStyleRecalc
==
CallSetNeedsStyleRecalc
) {
243
updateAnimations(timeToNextService, timeToNextEvent,
CallSetNeedsStyleRecalc
);
Completed in 24 milliseconds