Home | History | Annotate | Download | only in history

Lines Matching refs:Swap

46 void URLRow::Swap(URLRow* other) {
47 std::swap(id_, other->id_);
48 url_.Swap(&other->url_);
49 title_.swap(other->title_);
50 std::swap(visit_count_, other->visit_count_);
51 std::swap(typed_count_, other->typed_count_);
52 std::swap(last_visit_, other->last_visit_);
53 std::swap(hidden_, other->hidden_);
114 void StarredEntry::Swap(StarredEntry* other) {
115 std::swap(id, other->id);
116 title.swap(other->title);
117 std::swap(date_added, other->date_added);
118 std::swap(parent_folder_id, other->parent_folder_id);
119 std::swap(folder_id, other->folder_id);
120 std::swap(visual_order, other->visual_order);
121 std::swap(type, other->type);
122 url.Swap(&other->url);
123 std::swap(url_id, other->url_id);
124 std::swap(date_folder_modified, other->date_folder_modified);
147 URLRow::Swap(other);
148 std::swap(visit_time_, other->visit_time_);
149 snippet_.Swap(&other->snippet_);
150 title_match_positions_.swap(other->title_match_positions_);
180 void QueryResults::Swap(QueryResults* other) {
181 std::swap(first_time_searched_, other->first_time_searched_);
182 std::swap(reached_beginning_, other->reached_beginning_);
183 results_.swap(other->results_);
184 url_to_results_.swap(other->url_to_results_);
204 std::swap(first_time_searched_, other->first_time_searched_);
207 std::swap(reached_beginning_, other->reached_beginning_);