Lines Matching refs:new_last_page
1408 NewSpacePage* new_last_page =1410 new_last_page->set_next_page(anchor());1411 anchor()->set_prev_page(new_last_page);1412 ASSERT((current_page_ <= first_page()) && (current_page_ >= new_last_page));