HomeSort by relevance Sort by last modified time
    Searched full:resultstyle (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CompositeAnimation.cpp 279 RefPtr<RenderStyle> resultStyle;
292 anim->animate(this, &renderer, currentStyle, &targetStyle, resultStyle);
302 keyframeAnim->animate(this, &renderer, currentStyle, &targetStyle, resultStyle);
305 return resultStyle ? resultStyle.release() : PassRefPtr<RenderStyle>(targetStyle);
310 RefPtr<RenderStyle> resultStyle;
314 implicitAnimation->getAnimatedStyle(resultStyle);
320 keyframeAnimation->getAnimatedStyle(resultStyle);
323 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...]

Completed in 1255 milliseconds