Searched refs:compoundId (Results 1 – 2 of 2) sorted by relevance
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp | 61 …(JNIEnv *env, jobject object, jlong compoundId, jlong childId, jobject childLocation, jobject chil… in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape() argument 62 btCompoundShape* shape = reinterpret_cast<btCompoundShape*>(compoundId); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape() 88 (JNIEnv * env, jobject object, jlong compoundId, jlong childId) { in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_removeChildShape() argument 89 btCompoundShape* shape = reinterpret_cast<btCompoundShape*>(compoundId); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_removeChildShape()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorCSSAgent.cpp | 1139 InspectorCSSId compoundId(fullStyleId); in setStyleText() local 1140 ASSERT(!compoundId.isEmpty()); in setStyleText() 1142 …InspectorStyleSheet* inspectorStyleSheet = assertStyleSheetForId(errorString, compoundId.styleShee… in setStyleText() 1147 …m_domAgent->history()->perform(adoptPtr(new SetStyleTextAction(inspectorStyleSheet, compoundId, te… in setStyleText() 1149 … result = inspectorStyleSheet->buildObjectForStyle(inspectorStyleSheet->styleForId(compoundId)); in setStyleText() 1155 InspectorCSSId compoundId(fullStyleId); in setPropertyText() local 1156 ASSERT(!compoundId.isEmpty()); in setPropertyText() 1158 …InspectorStyleSheet* inspectorStyleSheet = assertStyleSheetForId(errorString, compoundId.styleShee… in setPropertyText() 1163 …ory()->perform(adoptPtr(new SetPropertyTextAction(inspectorStyleSheet, compoundId, propertyIndex, … in setPropertyText() 1165 … result = inspectorStyleSheet->buildObjectForStyle(inspectorStyleSheet->styleForId(compoundId)); in setPropertyText() [all …]
|