Home | History | Annotate | Download | only in search_engines

Lines Matching refs:data_copy

1889   TemplateURLData data_copy(prepop_turls[0]->data());
1890 data_copy.last_modified = Time::FromTimeT(10);
1891 string16 original_keyword = data_copy.keyword();
1892 data_copy.SetKeyword(ASCIIToUTF16(kNewKeyword));
1894 data_copy.safe_for_autoreplace = false;
1895 model()->Add(new TemplateURL(prepop_turls[0]->profile(), data_copy));
1916 data_copy.SetKeyword(original_keyword);
1917 data_copy.sync_guid = sync_guid;
1919 new TemplateURL(prepop_turls[0]->profile(), data_copy));