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

  /external/webkit/Source/WebCore/page/animation/
CompositeAnimation.cpp 279 RefPtr<RenderStyle> resultStyle;
293 anim->animate(this, renderer, currentStyle, targetStyle, resultStyle);
303 keyframeAnim->animate(this, renderer, currentStyle, targetStyle, resultStyle);
306 return resultStyle ? resultStyle.release() : targetStyle;
311 RefPtr<RenderStyle> resultStyle;
315 implicitAnimation->getAnimatedStyle(resultStyle);
323 keyframeAnimation->getAnimatedStyle(resultStyle);
326 return resultStyle;
  /dalvik/vm/reflect/
Annotation.cpp 296 * NULL when "resultStyle" is "kAllRaw".
298 * If "resultStyle" is "kAllObjects", the result will always be an Object of an
302 * If "resultStyle" is "kAllRaw", numeric constants are stored directly into
306 * If "resultStyle" is "kPrimitivesOrObjects", numeric constants are stored
319 AnnotationResultStyle resultStyle)
342 if (resultStyle == kAllObjects) {
350 if (resultStyle == kAllObjects) {
358 if (resultStyle == kAllObjects) {
366 if (resultStyle == kAllObjects) {
374 if (resultStyle == kAllObjects)
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 994 milliseconds