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

/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.cc118 history->AddPageNoVisitForBookmark(entry->GetURL(), entry->GetTitle());
/external/chromium/chrome/browser/history/
H A Dhistory.cc360 void HistoryService::AddPageNoVisitForBookmark(const GURL& url) { function in class:HistoryService
365 &HistoryBackend::AddPageNoVisitForBookmark, url);
H A Dhistory_backend.h125 void AddPageNoVisitForBookmark(const GURL& url);
H A Dhistory.h221 void AddPageNoVisitForBookmark(const GURL& url);
H A Dhistory_backend.cc876 void HistoryBackend::AddPageNoVisitForBookmark(const GURL& url) { function in class:history::HistoryBackend
/external/chromium/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc541 history->AddPageNoVisitForBookmark(bookmark_node->GetURL());
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.h152 void AddPageNoVisitForBookmark(const GURL& url, const string16& title);
H A Dhistory_service.h220 void AddPageNoVisitForBookmark(const GURL& url, const string16& title);
H A Dhistory_service.cc523 void HistoryService::AddPageNoVisitForBookmark(const GURL& url, function in class:HistoryService
530 &HistoryBackend::AddPageNoVisitForBookmark, url, title);
H A Dhistory_backend_unittest.cc2540 TEST_F(HistoryBackendTest, AddPageNoVisitForBookmark) {
2545 backend_->AddPageNoVisitForBookmark(url, title);
2554 backend_->AddPageNoVisitForBookmark(url, string16());
H A Dhistory_backend.cc964 void HistoryBackend::AddPageNoVisitForBookmark(const GURL& url, function in class:history::HistoryBackend
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc779 history->AddPageNoVisitForBookmark(bookmark_node->url(),

Completed in 136 milliseconds