HomeSort by relevance Sort by last modified time
    Searched refs:AddPageNoVisitForBookmark (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc 118 history->AddPageNoVisitForBookmark(entry->GetURL(), entry->GetTitle());
  /external/chromium/chrome/browser/history/
history.cc 360 void HistoryService::AddPageNoVisitForBookmark(const GURL& url) {
365 &HistoryBackend::AddPageNoVisitForBookmark, url);
history_backend.h 125 void AddPageNoVisitForBookmark(const GURL& url);
history.h 221 void AddPageNoVisitForBookmark(const GURL& url);
    [all...]
history_backend.cc     [all...]
  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.cc 541 history->AddPageNoVisitForBookmark(bookmark_node->GetURL());
  /external/chromium_org/chrome/browser/history/
history_backend.h 152 void AddPageNoVisitForBookmark(const GURL& url, const string16& title);
    [all...]
history_service.h 220 void AddPageNoVisitForBookmark(const GURL& url, const string16& title);
    [all...]
history_service.cc 523 void HistoryService::AddPageNoVisitForBookmark(const GURL& url,
530 &HistoryBackend::AddPageNoVisitForBookmark, url, title);
    [all...]
history_backend_unittest.cc     [all...]
history_backend.cc     [all...]
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_change_processor.cc 779 history->AddPageNoVisitForBookmark(bookmark_node->url(),

Completed in 152 milliseconds