Searched refs:nodeWithIdVec_ (Results 1 – 2 of 2) sorted by relevance
368 nodeWithIdVec_.emplace_back(key, domNode); in AddNodeWithId()394 for (auto iterId = nodeWithIdVec_.begin(); iterId != nodeWithIdVec_.end();) { in HandleComponentPostBinding()398 iterId = nodeWithIdVec_.erase(iterId); in HandleComponentPostBinding()
114 std::vector<std::pair<std::string, WeakPtr<DOMNode>>> nodeWithIdVec_; variable