Home | History | Annotate | Download | only in bookmarks

Lines Matching full:history

17 #include "chrome/browser/history/history_notifications.h"
64 void BookmarkNode::Reset(const history::StarredEntry& entry) {
65 DCHECK(entry.type != history::StarredEntry::URL || entry.url == url_);
69 case history::StarredEntry::URL:
72 case history::StarredEntry::USER_FOLDER:
75 case history::StarredEntry::BOOKMARK_BAR:
78 case history::StarredEntry::OTHER:
605 history::URLsStarredDetails details(false);
638 HistoryService* history =
640 if (history)
641 history->URLsNoLongerBookmarked(details.changed_urls);
647 Details<history::URLsStarredDetails>(&details));
675 history::URLsStarredDetails details(true);
680 Details<history::URLsStarredDetails>(&details));
711 history::StarredEntry entry;
712 entry.type = history::StarredEntry::BOOKMARK_BAR;
717 history::StarredEntry entry;
718 entry.type = history::StarredEntry::OTHER;
723 const history::StarredEntry& entry) {
724 DCHECK(entry.type == history::StarredEntry::BOOKMARK_BAR ||
725 entry.type == history::StarredEntry::OTHER);
728 if (entry.type == history::StarredEntry::BOOKMARK_BAR) {
739 history::FaviconData favicon) {
764 node->GetURL(), history::FAVICON, &load_consumer_,
786 Details<history::FaviconChangeDetails> favicon_details(details);