Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/bookmarks/
Dbookmark_utils.h128 void GetMostRecentlyAddedEntries(BookmarkModel* model,
Dbookmark_model_unittest.cc437 bookmark_utils::GetMostRecentlyAddedEntries(&model, 2, &recently_added); in TEST_F()
445 bookmark_utils::GetMostRecentlyAddedEntries(&model, 4, &recently_added); in TEST_F()
Dbookmark_utils.cc486 void GetMostRecentlyAddedEntries(BookmarkModel* model, in GetMostRecentlyAddedEntries() function
/external/chromium/chrome/browser/extensions/
Dextension_bookmarks_module.cc348 bookmark_utils::GetMostRecentlyAddedEntries(model, number_of_items, &nodes); in RunImpl()