Searched defs:OnFaviconDataAvailable (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dfavicon_source.cc38 NewCallback(this, &FaviconSource::OnFaviconDataAvailable));
44 NewCallback(this, &FaviconSource::OnFaviconDataAvailable));
65 void FaviconSource::OnFaviconDataAvailable( function in class:FaviconSource
H A Dextension_icon_source.cc204 NewCallback(this, &ExtensionIconSource::OnFaviconDataAvailable));
208 void ExtensionIconSource::OnFaviconDataAvailable( function in class:ExtensionIconSource
/external/chromium/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc96 NewCallback(this, &ModelEntry::OnFaviconDataAvailable));
99 void OnFaviconDataAvailable( function in class:ModelEntry
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc444 NewCallback(this, &BookmarkFaviconFetcher::OnFaviconDataAvailable));
453 void BookmarkFaviconFetcher::OnFaviconDataAvailable( function in class:BookmarkFaviconFetcher
H A Dbookmark_model.cc737 void BookmarkModel::OnFaviconDataAvailable( function in class:BookmarkModel
765 NewCallback(this, &BookmarkModel::OnFaviconDataAvailable));
/external/chromium/chrome/browser/
H A Djumplist_win.cc686 // When FaviconService has one, it will call OnFaviconDataAvailable().
692 NewCallback(this, &JumpList::OnFaviconDataAvailable));
710 // An empty string. This value is to be updated in OnFaviconDataAvailable().
731 // An empty string. This value is to be updated in OnFaviconDataAvailable().
754 void JumpList::OnFaviconDataAvailable( function in class:JumpList

Completed in 135 milliseconds