/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_html_writer_unittest.cc | 201 model->AddURLWithCreationTime(f1, 0, url1_title, url1, t1); 209 model->AddURLWithCreationTime(f2, 0, url2_title, url2, t2); 210 model->AddURLWithCreationTime(model->bookmark_bar_node(), 213 model->AddURLWithCreationTime(model->other_node(), 0, url1_title, url1, t1); 214 model->AddURLWithCreationTime(model->other_node(), 1, url2_title, url2, t2); 217 model->AddURLWithCreationTime(f4, 0, url1_title, url1, t1); 218 model->AddURLWithCreationTime(model->bookmark_bar_node(), 2, url4_title, 220 model->AddURLWithCreationTime(model->mobile_node(), 0, url1_title, url1, t1); 221 model->AddURLWithCreationTime(model->mobile_node(), 1, unnamed_bookmark_title,
|
bookmark_model.h | 374 const BookmarkNode* AddURLWithCreationTime(const BookmarkNode* parent,
|
bookmark_utils.cc | 41 cloned_node = model->AddURLWithCreationTime(parent, index_to_add_at,
|
bookmark_model.cc | 644 return AddURLWithCreationTime(parent, index, 649 const BookmarkNode* BookmarkModel::AddURLWithCreationTime( [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_html_writer_unittest.cc | 193 model->AddURLWithCreationTime(f1, 0, url1_title, url1, t1); 200 model->AddURLWithCreationTime(f2, 0, url2_title, url2, t2); 201 model->AddURLWithCreationTime(model->GetBookmarkBarNode(), 204 model->AddURLWithCreationTime(model->other_node(), 0, url1_title, url1, t1); 205 model->AddURLWithCreationTime(model->other_node(), 1, url2_title, url2, t2); 208 model->AddURLWithCreationTime(f4, 0, url1_title, url1, t1); 209 model->AddURLWithCreationTime(model->GetBookmarkBarNode(), 2, url4_title,
|
bookmark_model.h | 278 const BookmarkNode* AddURLWithCreationTime(const BookmarkNode* parent,
|
bookmark_model.cc | 396 return AddURLWithCreationTime(parent, index, title, url, Time::Now()); 399 const BookmarkNode* BookmarkModel::AddURLWithCreationTime(
|
/external/chromium_org/chrome/browser/importer/ |
profile_writer.cc | 203 model->AddURLWithCreationTime(parent, parent->child_count(),
|
/external/chromium/chrome/browser/importer/ |
profile_writer.cc | 123 model->AddURLWithCreationTime(parent, parent->child_count(),
|
/external/chromium_org/chrome/browser/sync/glue/ |
bookmark_change_processor.cc | 751 node = model->AddURLWithCreationTime(parent, index, [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_bookmark_unittest.cc | [all...] |