Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Dhistory_notifications.cc21 URLsStarredDetails::URLsStarredDetails(bool being_starred) in URLsStarredDetails() function in history::URLsStarredDetails
25 URLsStarredDetails::~URLsStarredDetails() {} in ~URLsStarredDetails()
Dhistory_notifications.h67 struct URLsStarredDetails : public HistoryDetails { struct
68 explicit URLsStarredDetails(bool being_starred);
69 virtual ~URLsStarredDetails();
/external/chromium/chrome/browser/bookmarks/
Dbookmark_model.cc605 history::URLsStarredDetails details(false); in RemoveAndDeleteNode()
647 Details<history::URLsStarredDetails>(&details)); in RemoveAndDeleteNode()
675 history::URLsStarredDetails details(true); in AddNode()
680 Details<history::URLsStarredDetails>(&details)); in AddNode()
Dbookmark_model_unittest.cc508 details_ = *(Details<history::URLsStarredDetails>(details).ptr()); in Observe()
516 history::URLsStarredDetails details_;