Searched refs:AddPageNoVisitForBookmark (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.cc124 history->AddPageNoVisitForBookmark(entry->GetURL(), entry->GetTitle());
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.h178 void AddPageNoVisitForBookmark(const GURL& url, const base::string16& title);
H A Dhistory_service.h200 void AddPageNoVisitForBookmark(const GURL& url, const base::string16& title);
H A Dhistory_service.cc424 void HistoryService::AddPageNoVisitForBookmark(const GURL& url, function in class:HistoryService
432 &HistoryBackend::AddPageNoVisitForBookmark, url, title);
H A Dhistory_backend_unittest.cc2770 TEST_F(HistoryBackendTest, AddPageNoVisitForBookmark) {
2775 backend_->AddPageNoVisitForBookmark(url, title);
2784 backend_->AddPageNoVisitForBookmark(url, base::string16());
H A Dhistory_backend.cc936 void HistoryBackend::AddPageNoVisitForBookmark(const GURL& url, function in class:history::HistoryBackend
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc861 history->AddPageNoVisitForBookmark(bookmark_node->url(),

Completed in 7036 milliseconds