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

  /external/replicaisland/src/com/replica/replicaisland/
SpriteAnimation.java 32 public SpriteAnimation(int animationId, int frameCount) {
38 setPhase(animationId);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.h 79 static bool pauseSVGAnimation(WebKitWebFrame*, const char* animationId, double time, const char* elementId);
DumpRenderTreeSupportGtk.cpp 391 bool DumpRenderTreeSupportGtk::pauseSVGAnimation(WebKitWebFrame* frame, const char* animationId, double time, const char* elementId)
398 Element* coreElement = document->getElementById(AtomicString(animationId));
  /external/webkit/Source/WebKit/chromium/public/
WebFrame.h 594 virtual bool pauseSVGAnimation(const WebString& animationId,
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 206 virtual bool pauseSVGAnimation(const WebString& animationId,
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.h 100 static bool pauseSVGAnimation(QWebFrame*, const QString& animationId, double time, const QString& elementId);
DumpRenderTreeSupportQt.cpp 297 bool DumpRenderTreeSupportQt::pauseSVGAnimation(QWebFrame *frame, const QString &animationId, double time, const QString &elementId)
312 Node* coreNode = doc->getElementById(animationId);
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 178 bool sampleSVGAnimationForElementAtTime(const QString& animationId, double time, const QString& elementId);
LayoutTestControllerQt.cpp 513 bool LayoutTestController::sampleSVGAnimationForElementAtTime(const QString& animationId,
519 return DumpRenderTreeSupportQt::pauseSVGAnimation(frame, animationId, time, elementId);
  /external/webkit/Tools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 367 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId)
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 569 int animationId = 0;
574 animationId = Bridge.getResourceId(ResourceType.ANIMATOR, animationName);
580 animationId = context.getProjectCallback().getResourceId(
587 Animator anim = AnimatorInflater.loadAnimator(context, animationId);
    [all...]
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 275 bool sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId);
LayoutTestController.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 732 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId)
734 gchar* name = JSStringCopyUTF8CString(animationId);
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 754 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId)
756 RetainPtr<CFStringRef> animationIDCF(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, animationId));
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 1083 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId)
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp     [all...]

Completed in 1087 milliseconds