Home
last modified time | relevance | path

Searched refs:AddURLWithCreationTimeAndMetaInfo (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/bookmarks/
Dbookmark_html_writer_unittest.cc201 model->AddURLWithCreationTimeAndMetaInfo(f1, 0, url1_title, url1, t1, NULL); in TEST_F()
210 model->AddURLWithCreationTimeAndMetaInfo(f2, 0, url2_title, url2, t2, NULL); in TEST_F()
211 model->AddURLWithCreationTimeAndMetaInfo( in TEST_F()
214 model->AddURLWithCreationTimeAndMetaInfo( in TEST_F()
216 model->AddURLWithCreationTimeAndMetaInfo( in TEST_F()
220 model->AddURLWithCreationTimeAndMetaInfo(f4, 0, url1_title, url1, t1, NULL); in TEST_F()
221 model->AddURLWithCreationTimeAndMetaInfo( in TEST_F()
223 model->AddURLWithCreationTimeAndMetaInfo( in TEST_F()
225 model->AddURLWithCreationTimeAndMetaInfo(model->mobile_node(), in TEST_F()
/external/chromium_org/components/bookmarks/browser/
Dbookmark_model.h210 const BookmarkNode* AddURLWithCreationTimeAndMetaInfo(
Dbookmark_model.cc587 return AddURLWithCreationTimeAndMetaInfo( in AddURL()
596 const BookmarkNode* BookmarkModel::AddURLWithCreationTimeAndMetaInfo( in AddURLWithCreationTimeAndMetaInfo() function in BookmarkModel
Dbookmark_utils.cc48 model->AddURLWithCreationTimeAndMetaInfo(parent, in CloneBookmarkNodeImpl()
Dbookmark_model_unittest.cc389 TEST_F(BookmarkModelTest, AddURLWithCreationTimeAndMetaInfo) { in TEST_F() argument
397 const BookmarkNode* new_node = model_->AddURLWithCreationTimeAndMetaInfo( in TEST_F()
/external/chromium_org/components/enhanced_bookmarks/
Denhanced_bookmark_model_unittest.cc492 bookmark_model_->AddURLWithCreationTimeAndMetaInfo( in TEST_F()
502 bookmark_model_->AddURLWithCreationTimeAndMetaInfo( in TEST_F()
Denhanced_bookmark_model.cc139 return bookmark_model_->AddURLWithCreationTimeAndMetaInfo( in AddURL()
/external/chromium_org/chrome/browser/importer/
Dprofile_writer.cc210 model->AddURLWithCreationTimeAndMetaInfo(parent, in AddBookmarks()
/external/chromium_org/chrome/browser/sync/glue/
Dbookmark_change_processor.cc774 node = model->AddURLWithCreationTimeAndMetaInfo( in CreateBookmarkNode()
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
Dbookmarks_api.cc188 node = model->AddURLWithCreationTimeAndMetaInfo( in CreateBookmarkNode()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_bookmark_unittest.cc1473 model_->AddURLWithCreationTimeAndMetaInfo(node, in PopulateFromTestData()