Home
last modified time | relevance | path

Searched refs:toStyle (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DKeyframeAnimation.cpp68 …roperty(int property, const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& prog) co… in fetchIntervalEndpointsForProperty() argument
133 toStyle = nextKeyframe.style(); in fetchIntervalEndpointsForProperty()
191 const RenderStyle* toStyle = 0; in animate() local
193 fetchIntervalEndpointsForProperty(property, fromStyle, toStyle, progress); in animate()
195 …bool needsAnim = blendProperties(this, property, animatedStyle.get(), fromStyle, toStyle, progress… in animate()
228 const RenderStyle* toStyle = 0; in getAnimatedStyle() local
230 fetchIntervalEndpointsForProperty(property, fromStyle, toStyle, progress); in getAnimatedStyle()
232 blendProperties(this, property, animatedStyle.get(), fromStyle, toStyle, progress); in getAnimatedStyle()
DKeyframeAnimation.h86 …roperty(int property, const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& progress…
/external/webkit/Source/WebKit/mac/WebView/
DWebEditingDelegate.h49 …*)webView shouldChangeTypingStyle:(DOMCSSStyleDeclaration *)currentStyle toStyle:(DOMCSSStyleDecla…
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp1344 …ansition(double timeOffset, int property, const RenderStyle* fromStyle, const RenderStyle* toStyle) in paintIntoLayer() argument
1351 const Animation* opacityAnim = toStyle->transitionForProperty(CSSPropertyOpacity); in paintIntoLayer()
1355 … opacityVector.insert(new FloatAnimationValue(1, compositingOpacity(toStyle->opacity()))); in paintIntoLayer()
1359 updateLayerOpacity(toStyle); in paintIntoLayer()
1366 const Animation* transformAnim = toStyle->transitionForProperty(CSSPropertyWebkitTransform); in paintIntoLayer()
1370 transformVector.insert(new TransformAnimationValue(1, &toStyle->transform())); in paintIntoLayer()
1373 updateLayerTransform(toStyle); in paintIntoLayer()
DRenderLayerBacking.h111 …nsition(double timeOffset, int property, const RenderStyle* fromStyle, const RenderStyle* toStyle);
/external/webkit/Tools/DumpRenderTree/mac/
DEditingDelegate.mm150 …*)webView shouldChangeTypingStyle:(DOMCSSStyleDeclaration *)currentStyle toStyle:(DOMCSSStyleDecla…
153 …printf("EDITING DELEGATE: shouldChangeTypingStyle:%s toStyle:%s\n", [[currentStyle description] UT…
/external/webkit/Source/WebKit/mac/DefaultDelegates/
DWebDefaultEditingDelegate.m95 …*)webView shouldChangeTypingStyle:(DOMCSSStyleDeclaration *)currentStyle toStyle:(DOMCSSStyleDecla…
/external/webkit/Source/WebKit/win/Interfaces/
DIWebEditingDelegate.idl138 …*)webView shouldChangeTypingStyle:(DOMCSSStyleDeclaration *)currentStyle toStyle:(DOMCSSStyleDecla…
/external/webkit/Tools/
DChangeLog-2009-06-165314 (-[EditingDelegate webView:shouldChangeTypingStyle:toStyle:]):
11876 (-[EditingDelegate webView:shouldChangeTypingStyle:toStyle:]):
14495 (-[EditingDelegate webView:shouldChangeTypingStyle:toStyle:]):
19200 (-[EditingDelegate webView:shouldChangeTypingStyle:toStyle:]): ditto
19605 (-[EditingDelegate webView:shouldChangeTypingStyle:toStyle:]):
19760 (-[EditingDelegate webView:shouldChangeTypingStyle:toStyle:]):
20749 (-[EditingDelegate webView:shouldChangeTypingStyle:toStyle:]): Ditto.
24720 (-[EditingDelegate webView:shouldChangeTypingStyle:toStyle:]):
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0916870 (-[WebDefaultEditingDelegate webView:shouldChangeTypingStyle:toStyle:]):