Lines Matching refs:pagePath_
547 if (page2inputCount_.find(pagePath_) == page2inputCount_.end()) {
548 page2inputCount_[pagePath_] = 1;
549 page2componentIndex_[pagePath_] = (std::uint32_t) rand();
551 return page2componentIndex_[pagePath_];
554 if (page2inputCount_[pagePath_] % (focusNum_ + 1) == 0) {
555 page2componentIndex_[pagePath_] = (std::uint32_t) rand();
556 page2inputCount_[pagePath_] = 0;
559 page2inputCount_[pagePath_]++;
561 page2inputCount_[pagePath_] = 1;
562 page2componentIndex_[pagePath_] = (std::uint32_t) rand();
564 return page2componentIndex_[pagePath_];