OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
147
void
AddPageNoVisitForBookmark
(const GURL& url, const base::string16& title);
[
all
...]
history_service.h
220
void
AddPageNoVisitForBookmark
(const GURL& url, const base::string16& title);
[
all
...]
history_service.cc
533
void HistoryService::
AddPageNoVisitForBookmark
(const GURL& url,
540
&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
[
all
...]
Completed in 272 milliseconds