Searched refs:newBehavior (Results 1 – 2 of 2) sorted by relevance
259 val newBehavior = supplier.get() in bindBehavior() constant261 existingBehavior::class != newBehavior::class) { in bindBehavior()264 newBehavior.initialize(this) in bindBehavior()268 newBehavior in bindBehavior()
1223 Behavior* newBehavior = new Behavior(behavior); in parseKeyProperty() local1224 newBehavior->metaState = property.metaState; in parseKeyProperty()1225 newBehavior->next = key->firstBehavior; in parseKeyProperty()1226 key->firstBehavior = newBehavior; in parseKeyProperty()1230 newBehavior->metaState, newBehavior->character, in parseKeyProperty()1231 newBehavior->fallbackKeyCode, newBehavior->replacementKeyCode); in parseKeyProperty()