Home | History | Annotate | Download | only in src

Lines Matching refs:transitioning

335   bool transitioning = true;
361 // transitioning, no transition can be found anymore.
362 DCHECK(transitioning);
382 transitioning = !target.is_null();
390 if (transitioning) {
413 transitioning = false;
417 DCHECK(!transitioning);
419 // Commit the intermediate state to the object and stop transitioning.
424 } while (transitioning && MatchSkipWhiteSpace(','));
427 if (transitioning) {