Searched refs:frontLocator (Results 1 – 2 of 2) sorted by relevance
235 auto frontLocator = WidgetSelector(); in TEST_F() local236 frontLocator.AddMatcher(frontMatcher); in TEST_F()237 selector.AddFrontLocator(frontLocator, err); in TEST_F()254 auto frontLocator = WidgetSelector(); in TEST_F() local255 frontLocator.AddMatcher(frontMatcher); in TEST_F()256 selector.AddFrontLocator(frontLocator, err); in TEST_F()274 auto frontLocator = WidgetSelector(); in TEST_F() local275 frontLocator.AddMatcher(frontMatcher); in TEST_F()276 selector.AddFrontLocator(frontLocator, err); in TEST_F()441 auto frontLocator = WidgetSelector(); in TEST_F() local[all …]
137 for (const auto &frontLocator : frontLocators_) { in ConstructSelectStrategy() local138 buildParam.afterAnchorMatcherVec.emplace_back(frontLocator.GetSelfMatchers()); in ConstructSelectStrategy()