Home | History | Annotate | Download | only in tests

Lines Matching refs:isMatch

645     bool isMatch(increment.surface_creation().name() == LAYER_NAME &&
648 if (isMatch && !foundSurface) {
651 else if (isMatch && foundSurface) {
658 bool isMatch(increment.surface_deletion().id() == mTargetId);
659 if (isMatch && !foundSurface) {
662 else if (isMatch && foundSurface) {
669 bool isMatch(increment.display_creation().name() == DISPLAY_NAME.string() &&
671 if (isMatch && !foundDisplay) {
674 else if (isMatch && foundDisplay) {
681 bool isMatch(increment.display_deletion().id() == mTargetId);
682 if (isMatch && !foundDisplay) {
685 else if (isMatch && foundDisplay) {