Home
last modified time | relevance | path

Searched defs:currentStyle (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DCompositeAnimation.cpp77 void CompositeAnimation::updateTransitions(RenderObject* renderer, RenderStyle* currentStyle, Rende… in updateTransitions()
195 void CompositeAnimation::updateKeyframeAnimations(RenderObject* renderer, RenderStyle* currentStyle in updateKeyframeAnimations()
277 …enderStyle> CompositeAnimation::animate(RenderObject* renderer, RenderStyle* currentStyle, RenderS… in animate()
DImplicitAnimation.cpp239 void ImplicitAnimation::blendPropertyValueInStyle(int prop, RenderStyle* currentStyle) in blendPropertyValueInStyle()
/external/webkit/Tools/DumpRenderTree/win/
DEditingDelegate.cpp264 /* [in] */ IDOMCSSStyleDeclaration* currentStyle, in shouldChangeTypingStyle()
/external/webkit/Source/WebCore/dom/
DElement.cpp1031 bool Element::pseudoStyleCacheIsInvalid(const RenderStyle* currentStyle, RenderStyle* newStyle) in pseudoStyleCacheIsInvalid()
1090 RefPtr<RenderStyle> currentStyle(renderStyle()); in recalcStyle() local
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp2219 RenderStyle* currentStyle = elementStyle ? elementStyle : e->renderStyle(); in checkSelector() local
/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp5848 RenderStyle* currentStyle = firstLineStyle(); in localCaretRect() local