/external/jmonkeyengine/engine/src/test/jme3test/model/anim/ |
D | TestOgreComplexAnim.java | 76 AnimChannel feet = control.createChannel(); in simpleInitApp() 77 AnimChannel leftHand = control.createChannel(); in simpleInitApp() 78 AnimChannel rightHand = control.createChannel(); in simpleInitApp()
|
D | TestAnimBlendBug.java | 110 channel1 = control1.createChannel(); in simpleInitApp() 113 channel2 = control2.createChannel(); in simpleInitApp()
|
D | TestBlenderAnim.java | 76 channel = control.createChannel(); in simpleInitApp()
|
D | TestBlenderObjectAnim.java | 76 channel = control.createChannel(); in simpleInitApp()
|
D | TestAnimationFactory.java | 83 control.createChannel().setAnim("anim"); in simpleInitApp()
|
D | TestSpatialAnim.java | 85 control.createChannel().setAnim("anim"); in simpleInitApp()
|
D | TestOgreAnim.java | 76 channel = control.createChannel(); in simpleInitApp()
|
/external/webkit/Source/WebCore/dom/default/ |
D | PlatformMessagePortChannel.cpp | 40 void MessagePortChannel::createChannel(PassRefPtr<MessagePort> port1, PassRefPtr<MessagePort> port2) in createChannel() function in WebCore::MessagePortChannel 42 PlatformMessagePortChannel::createChannel(port1, port2); in createChannel() 118 void PlatformMessagePortChannel::createChannel(PassRefPtr<MessagePort> port1, PassRefPtr<MessagePor… in createChannel() function in WebCore::PlatformMessagePortChannel
|
D | PlatformMessagePortChannel.h | 49 static void createChannel(PassRefPtr<MessagePort>, PassRefPtr<MessagePort>);
|
/external/webkit/Source/WebKit/chromium/src/ |
D | PlatformMessagePortChannel.cpp | 52 void MessagePortChannel::createChannel(PassRefPtr<MessagePort> port1, PassRefPtr<MessagePort> port2) in createChannel() function in WebCore::MessagePortChannel 54 PlatformMessagePortChannel::createChannel(port1, port2); in createChannel() 142 void PlatformMessagePortChannel::createChannel(PassRefPtr<MessagePort> port1, PassRefPtr<MessagePor… in createChannel() function in WebCore::PlatformMessagePortChannel
|
D | PlatformMessagePortChannel.h | 52 static void createChannel(PassRefPtr<MessagePort>, PassRefPtr<MessagePort>);
|
/external/webkit/Source/WebCore/dom/ |
D | MessageChannel.cpp | 39 MessagePortChannel::createChannel(m_port1.get(), m_port2.get()); in MessageChannel()
|
D | MessagePortChannel.h | 61 static void createChannel(PassRefPtr<MessagePort>, PassRefPtr<MessagePort>);
|
/external/jmonkeyengine/engine/src/test/jme3test/export/ |
D | TestOgreConvert.java | 76 AnimChannel chan = control.createChannel(); in simpleInitApp()
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
D | HelloAnimation.java | 80 channel = control.createChannel(); in simpleInitApp()
|
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/ |
D | AnimationTrack.java | 98 channel = model.getControl(AnimControl.class).createChannel(); in initEvent()
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
D | AnimControl.java | 183 public AnimChannel createChannel() { in createChannel() method in AnimControl
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
D | TestWalkingChar.java | 313 animationChannel = animationControl.createChannel(); in setupAnimationController() 314 shootingChannel = animationControl.createChannel(); in setupAnimationController()
|
D | TestRagdollCharacter.java | 106 animChannel = control.createChannel(); in simpleInitApp()
|
D | TestBoneRagdoll.java | 140 animChannel = control.createChannel(); in simpleInitApp()
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 27612 (WebCore::MessagePortChannel::createChannel): 27626 (WebCore::PlatformMessagePortChannel::createChannel):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 91400 (WebCore::MessagePortChannel::createChannel): 96332 Updated to use PlatformMessagePortChannel::createChannel() to entangle the ports. 96375 (WebCore::PlatformMessagePortChannel::createChannel):
|