Searched refs:GetSyncedFaviconForPageURL (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dopen_tabs_ui_delegate.h24 virtual bool GetSyncedFaviconForPageURL(
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.h77 bool GetSyncedFaviconForPageURL(
H A Dfavicon_cache.cc501 bool FaviconCache::GetSyncedFaviconForPageURL( function in class:browser_sync::FaviconCache
H A Dfavicon_cache_unittest.cc338 if (!cache_.GetSyncedFaviconForPageURL(gurl, &favicon))
/external/chromium_org/chrome/browser/ui/webui/
H A Dfavicon_source.cc153 open_tabs->GetSyncedFaviconForPageURL(request.request_path.spec(),
/external/chromium_org/chrome/browser/android/
H A Dfavicon_helper.cc197 if (!open_tabs->GetSyncedFaviconForPageURL(page_url, &favicon_png))
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.h108 virtual bool GetSyncedFaviconForPageURL(
H A Dsessions_sync_manager.cc776 bool SessionsSyncManager::GetSyncedFaviconForPageURL( function in class:browser_sync::SessionsSyncManager
779 return favicon_cache_.GetSyncedFaviconForPageURL(GURL(page_url), favicon_png);
/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_sub_menu_model.cc599 open_tabs->GetSyncedFaviconForPageURL(url.spec(), &favicon_png)) {

Completed in 491 milliseconds