OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestFaviconDownloader
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
favicon_downloader_unittest.cc
43
class
TestFaviconDownloader
: public FaviconDownloader {
45
TestFaviconDownloader
(content::WebContents* web_contents,
50
base::Bind(&
TestFaviconDownloader
::DownloadsComplete,
54
virtual ~
TestFaviconDownloader
() {}
98
DISALLOW_COPY_AND_ASSIGN(
TestFaviconDownloader
);
103
TestFaviconDownloader
downloader(web_contents(), std::vector<GURL>());
124
TestFaviconDownloader
downloader(web_contents(), std::vector<GURL>());
157
TestFaviconDownloader
downloader(web_contents(), extra_urls);
favicon_downloader.h
45
friend class
TestFaviconDownloader
;
Completed in 600 milliseconds