Searched refs:newBehavior (Results 1 – 2 of 2) sorted by relevance
1138 Behavior* newBehavior = new Behavior(behavior); in parseKeyProperty() local1139 newBehavior->metaState = property.metaState; in parseKeyProperty()1140 newBehavior->next = key->firstBehavior; in parseKeyProperty()1141 key->firstBehavior = newBehavior; in parseKeyProperty()1145 newBehavior->metaState, newBehavior->character, in parseKeyProperty()1146 newBehavior->fallbackKeyCode, newBehavior->replacementKeyCode); in parseKeyProperty()
260 val newBehavior = clazz.java.newInstance() in bindBehavior() constant261 newBehavior.initialize(this) in bindBehavior()265 newBehavior in bindBehavior()