OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddForcedURL
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_impl.cc
40
top_sites->
AddForcedURL
(url, base::Time::Now());
75
void ThumbnailServiceImpl::
AddForcedURL
(const GURL& url) {
/external/chromium_org/chrome/browser/history/
top_sites_impl.cc
607
bool TopSitesImpl::
AddForcedURL
(const GURL& url, const base::Time& time) {
top_sites_impl_unittest.cc
342
bool
AddForcedURL
(const GURL& url, base::Time time) {
343
return top_sites()->
AddForcedURL
(url, time);
[
all
...]
Completed in 124 milliseconds