OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetFaviconOutOfDateForPage
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/
favicon_service.cc
69
void FaviconService::
SetFaviconOutOfDateForPage
(const GURL& page_url) {
72
hs->
SetFaviconOutOfDateForPage
(page_url);
favicon_service.h
79
void
SetFaviconOutOfDateForPage
(const GURL& page_url);
/external/chromium/chrome/browser/history/
history.cc
488
void HistoryService::
SetFaviconOutOfDateForPage
(const GURL& page_url) {
490
&HistoryBackend::
SetFaviconOutOfDateForPage
, page_url);
history_backend.h
231
void
SetFaviconOutOfDateForPage
(const GURL& page_url);
history.h
663
void
SetFaviconOutOfDateForPage
(const GURL& page_url);
[
all
...]
history_backend.cc
[
all
...]
Completed in 302 milliseconds