Searched refs:bookmark_service (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dexpire_history_backend.cc13 #include "chrome/browser/bookmarks/bookmark_service.h"
165 BookmarkService* bookmark_service)
172 bookmark_service_(bookmark_service) {
210 BookmarkService* bookmark_service = GetBookmarkService(); local
212 (bookmark_service && bookmark_service->IsBookmarked(url));
482 BookmarkService* bookmark_service = GetBookmarkService(); local
501 (bookmark_service && bookmark_service->IsBookmarked(url_row.url()));
163 ExpireHistoryBackend( BroadcastNotificationDelegate* delegate, BookmarkService* bookmark_service) argument
H A Dexpire_history_backend.h70 BookmarkService* bookmark_service);
H A Dhistory.h116 bool Init(const FilePath& history_dir, BookmarkService* bookmark_service) { argument
117 return Init(history_dir, bookmark_service, false);
612 BookmarkService* bookmark_service,
H A Dhistory_backend.cc22 #include "chrome/browser/bookmarks/bookmark_service.h"
203 BookmarkService* bookmark_service)
206 ALLOW_THIS_IN_INITIALIZER_LIST(expirer_(this, bookmark_service)),
211 bookmark_service_(bookmark_service) {
1653 BookmarkService* bookmark_service = GetBookmarkService(); local
1663 if (bookmark_service && bookmark_service_->IsBookmarked(*url)) {
2082 BookmarkService* bookmark_service = GetBookmarkService(); local
2083 if (bookmark_service)
201 HistoryBackend(const FilePath& history_dir, Delegate* delegate, BookmarkService* bookmark_service) argument
H A Dhistory.cc662 BookmarkService* bookmark_service,
670 bookmark_service_ = bookmark_service;
661 Init(const FilePath& history_dir, BookmarkService* bookmark_service, bool no_db) argument
H A Dhistory_backend.h96 // |bookmark_service| is used to determine bookmarked URLs when deleting and
102 BookmarkService* bookmark_service);

Completed in 73 milliseconds