Searched refs:AddURLWithCreationTime (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_html_writer_unittest.cc | 193 model->AddURLWithCreationTime(f1, 0, url1_title, url1, t1); in TEST_F() 200 model->AddURLWithCreationTime(f2, 0, url2_title, url2, t2); in TEST_F() 201 model->AddURLWithCreationTime(model->GetBookmarkBarNode(), in TEST_F() 204 model->AddURLWithCreationTime(model->other_node(), 0, url1_title, url1, t1); in TEST_F() 205 model->AddURLWithCreationTime(model->other_node(), 1, url2_title, url2, t2); in TEST_F() 208 model->AddURLWithCreationTime(f4, 0, url1_title, url1, t1); in TEST_F() 209 model->AddURLWithCreationTime(model->GetBookmarkBarNode(), 2, url4_title, in TEST_F()
|
D | bookmark_model.h | 278 const BookmarkNode* AddURLWithCreationTime(const BookmarkNode* parent,
|
D | bookmark_model.cc | 396 return AddURLWithCreationTime(parent, index, title, url, Time::Now()); in AddURL() 399 const BookmarkNode* BookmarkModel::AddURLWithCreationTime( in AddURLWithCreationTime() function in BookmarkModel
|
/external/chromium/chrome/browser/importer/ |
D | profile_writer.cc | 123 model->AddURLWithCreationTime(parent, parent->child_count(), in AddBookmarkEntry()
|