Lines Matching defs:head
209 auto head = winList_.Begin()->prev_;210 node->next_ = head->next_;211 node->prev_ = head;212 head->next_->prev_ = node;213 head->next_ = node;228 auto head = winList_.Begin()->prev_;229 node->prev_ = head->prev_;230 node->next_ = head;231 head->prev_->next_ = node;232 head->prev_ = node;