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

  /external/webkit/WebCore/page/animation/
KeyframeAnimation.cpp 65 void KeyframeAnimation::getKeyframeAnimationInterval(const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& prog) const
85 toStyle = it->style();
93 if (!fromStyle || !toStyle)
133 const RenderStyle* toStyle = 0;
135 getKeyframeAnimationInterval(fromStyle, toStyle, progress);
138 if (!fromStyle || !toStyle) {
150 bool needsAnim = blendProperties(this, *it, animatedStyle.get(), fromStyle, toStyle, progress);
168 const RenderStyle* toStyle = 0;
170 getKeyframeAnimationInterval(fromStyle, toStyle, progress);
173 if (!fromStyle || !toStyle)
    [all...]
KeyframeAnimation.h 86 void getKeyframeAnimationInterval(const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& progress) const;
  /external/webkit/WebKit/mac/WebView/
WebEditingDelegate.h 49 - (BOOL)webView:(WebView *)webView shouldChangeTypingStyle:(DOMCSSStyleDeclaration *)currentStyle toStyle:(DOMCSSStyleDeclaration *)proposedStyle;
  /external/webkit/WebCore/rendering/
RenderLayerBacking.h 101 bool startTransition(double timeOffset, int property, const RenderStyle* fromStyle, const RenderStyle* toStyle);
RenderLayerBacking.cpp     [all...]
  /external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultEditingDelegate.m 95 - (BOOL)webView:(WebView *)webView shouldChangeTypingStyle:(DOMCSSStyleDeclaration *)currentStyle toStyle:(DOMCSSStyleDeclaration *)proposedStyle
  /external/webkit/WebKitTools/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 51 milliseconds