Home
last modified time | relevance | path

Searched refs:createChannel (Results 1 – 22 of 22) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/model/anim/
DTestOgreComplexAnim.java76 AnimChannel feet = control.createChannel(); in simpleInitApp()
77 AnimChannel leftHand = control.createChannel(); in simpleInitApp()
78 AnimChannel rightHand = control.createChannel(); in simpleInitApp()
DTestAnimBlendBug.java110 channel1 = control1.createChannel(); in simpleInitApp()
113 channel2 = control2.createChannel(); in simpleInitApp()
DTestBlenderAnim.java76 channel = control.createChannel(); in simpleInitApp()
DTestBlenderObjectAnim.java76 channel = control.createChannel(); in simpleInitApp()
DTestAnimationFactory.java83 control.createChannel().setAnim("anim"); in simpleInitApp()
DTestSpatialAnim.java85 control.createChannel().setAnim("anim"); in simpleInitApp()
DTestOgreAnim.java76 channel = control.createChannel(); in simpleInitApp()
/external/webkit/Source/WebCore/dom/default/
DPlatformMessagePortChannel.cpp40 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
DPlatformMessagePortChannel.h49 static void createChannel(PassRefPtr<MessagePort>, PassRefPtr<MessagePort>);
/external/webkit/Source/WebKit/chromium/src/
DPlatformMessagePortChannel.cpp52 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
DPlatformMessagePortChannel.h52 static void createChannel(PassRefPtr<MessagePort>, PassRefPtr<MessagePort>);
/external/webkit/Source/WebCore/dom/
DMessageChannel.cpp39 MessagePortChannel::createChannel(m_port1.get(), m_port2.get()); in MessageChannel()
DMessagePortChannel.h61 static void createChannel(PassRefPtr<MessagePort>, PassRefPtr<MessagePort>);
/external/jmonkeyengine/engine/src/test/jme3test/export/
DTestOgreConvert.java76 AnimChannel chan = control.createChannel(); in simpleInitApp()
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
DHelloAnimation.java80 channel = control.createChannel(); in simpleInitApp()
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
DAnimationTrack.java98 channel = model.getControl(AnimControl.class).createChannel(); in initEvent()
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
DAnimControl.java183 public AnimChannel createChannel() { in createChannel() method in AnimControl
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DTestWalkingChar.java313 animationChannel = animationControl.createChannel(); in setupAnimationController()
314 shootingChannel = animationControl.createChannel(); in setupAnimationController()
DTestRagdollCharacter.java106 animChannel = control.createChannel(); in simpleInitApp()
DTestBoneRagdoll.java140 animChannel = control.createChannel(); in simpleInitApp()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1627612 (WebCore::MessagePortChannel::createChannel):
27626 (WebCore::PlatformMessagePortChannel::createChannel):
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2991400 (WebCore::MessagePortChannel::createChannel):
96332 Updated to use PlatformMessagePortChannel::createChannel() to entangle the ports.
96375 (WebCore::PlatformMessagePortChannel::createChannel):