Searched refs:newBehavior (Results 1 – 4 of 4) sorted by relevance
160 void APerformanceHint_setUseNewLoadHintBehaviorForTesting(bool newBehavior);
273 val newBehavior = supplier.get() in <lambda>() constant275 if (existingBehavior == null || existingBehavior::class != newBehavior::class) { in <lambda>()278 newBehavior.initialize(this) in <lambda>()282 newBehavior in <lambda>()
1114 Behavior newBehavior = behavior; in parseKeyProperty() local1115 newBehavior.metaState = property.metaState; in parseKeyProperty()1116 key.behaviors.push_front(newBehavior); in parseKeyProperty()
1395 void APerformanceHint_setUseNewLoadHintBehaviorForTesting(bool newBehavior) { in APerformanceHint_setUseNewLoadHintBehaviorForTesting() argument1396 kForceNewHintBehavior = newBehavior; in APerformanceHint_setUseNewLoadHintBehaviorForTesting()