Home
last modified time | relevance | path

Searched refs:AddURLWithCreationTime (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
Dbookmark_html_writer_unittest.cc193 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()
Dbookmark_model.h278 const BookmarkNode* AddURLWithCreationTime(const BookmarkNode* parent,
Dbookmark_model.cc396 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/
Dprofile_writer.cc123 model->AddURLWithCreationTime(parent, parent->child_count(), in AddBookmarkEntry()