Searched refs:toStyle (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/page/animation/ |
D | KeyframeAnimation.cpp | 68 …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()
|
D | KeyframeAnimation.h | 86 …roperty(int property, const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& progress…
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebEditingDelegate.h | 49 …*)webView shouldChangeTypingStyle:(DOMCSSStyleDeclaration *)currentStyle toStyle:(DOMCSSStyleDecla…
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.cpp | 1344 …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()
|
D | RenderLayerBacking.h | 111 …nsition(double timeOffset, int property, const RenderStyle* fromStyle, const RenderStyle* toStyle);
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | EditingDelegate.mm | 150 …*)webView shouldChangeTypingStyle:(DOMCSSStyleDeclaration *)currentStyle toStyle:(DOMCSSStyleDecla… 153 …printf("EDITING DELEGATE: shouldChangeTypingStyle:%s toStyle:%s\n", [[currentStyle description] UT…
|
/external/webkit/Source/WebKit/mac/DefaultDelegates/ |
D | WebDefaultEditingDelegate.m | 95 …*)webView shouldChangeTypingStyle:(DOMCSSStyleDeclaration *)currentStyle toStyle:(DOMCSSStyleDecla…
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebEditingDelegate.idl | 138 …*)webView shouldChangeTypingStyle:(DOMCSSStyleDeclaration *)currentStyle toStyle:(DOMCSSStyleDecla…
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 5314 (-[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/ |
D | ChangeLog-2006-02-09 | 16870 (-[WebDefaultEditingDelegate webView:shouldChangeTypingStyle:toStyle:]):
|