HomeSort by relevance Sort by last modified time
    Searched refs:toStyle (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/page/animation/
KeyframeAnimation.cpp 68 void KeyframeAnimation::fetchIntervalEndpointsForProperty(int property, const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& prog) const
133 toStyle = nextKeyframe.style();
191 const RenderStyle* toStyle = 0;
193 fetchIntervalEndpointsForProperty(property, fromStyle, toStyle, progress);
195 bool needsAnim = blendProperties(this, property, animatedStyle.get(), fromStyle, toStyle, progress);
228 const RenderStyle* toStyle = 0;
230 fetchIntervalEndpointsForProperty(property, fromStyle, toStyle, progress);
232 blendProperties(this, property, animatedStyle.get(), fromStyle, toStyle, progress);
KeyframeAnimation.h 86 void fetchIntervalEndpointsForProperty(int property, const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& progress) const;
  /external/webkit/Source/WebKit/mac/WebView/
WebEditingDelegate.h 49 - (BOOL)webView:(WebView *)webView shouldChangeTypingStyle:(DOMCSSStyleDeclaration *)currentStyle toStyle:(DOMCSSStyleDeclaration *)proposedStyle;
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultEditingDelegate.m 95 - (BOOL)webView:(WebView *)webView shouldChangeTypingStyle:(DOMCSSStyleDeclaration *)currentStyle toStyle:(DOMCSSStyleDeclaration *)proposedStyle
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.h 111 bool startTransition(double timeOffset, int property, const RenderStyle* fromStyle, const RenderStyle* toStyle);
RenderLayerBacking.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
EditingDelegate.mm 150 - (BOOL)webView:(WebView *)webView shouldChangeTypingStyle:(DOMCSSStyleDeclaration *)currentStyle toStyle:(DOMCSSStyleDeclaration *)proposedStyle
153 printf("EDITING DELEGATE: shouldChangeTypingStyle:%s toStyle:%s\n", [[currentStyle description] UTF8String], [[proposedStyle description] UTF8String]);

Completed in 395 milliseconds