OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FaviconHandler
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/favicon/
favicon_handler.cc
138
//
FaviconHandler
as the
FaviconHandler
stores favicons resized to all
172
FaviconHandler
::DownloadRequest::DownloadRequest()
176
FaviconHandler
::DownloadRequest::~DownloadRequest() {
179
FaviconHandler
::DownloadRequest::DownloadRequest(
190
FaviconHandler
::FaviconCandidate::FaviconCandidate()
195
FaviconHandler
::FaviconCandidate::~FaviconCandidate() {
198
FaviconHandler
::FaviconCandidate::FaviconCandidate(
213
FaviconHandler
::
FaviconHandler
(Profile* profile
[
all
...]
favicon_tab_helper.h
22
class
FaviconHandler
;
97
scoped_ptr<
FaviconHandler
> favicon_handler_;
101
scoped_ptr<
FaviconHandler
> touch_icon_handler_;
favicon_handler.h
34
//
FaviconHandler
works with FaviconTabHelper to fetch the specific type of
79
class
FaviconHandler
{
86
FaviconHandler
(Profile* profile,
89
virtual ~
FaviconHandler
();
120
// These virtual methods make
FaviconHandler
testable and are overridden by
292
DISALLOW_COPY_AND_ASSIGN(
FaviconHandler
);
favicon_tab_helper.cc
42
favicon_handler_.reset(new
FaviconHandler
(profile_, this,
43
FaviconHandler
::FAVICON));
45
touch_icon_handler_.reset(new
FaviconHandler
(profile_, this,
46
FaviconHandler
::TOUCH));
favicon_handler_unittest.cc
201
// This class is used to catch the
FaviconHandler
's download and history
202
// request, and also provide the methods to access the
FaviconHandler
204
class TestFaviconHandler : public
FaviconHandler
{
210
:
FaviconHandler
(profile, delegate, type),
252
return
FaviconHandler
::current_candidate();
322
//
FaviconHandler
.
409
// a downloaded bitmap in
FaviconHandler
::OnDidDownloadFavicon().
443
&delegate,
FaviconHandler
::FAVICON);
457
// Verify
FaviconHandler
status
466
// Verify
FaviconHandler
statu
[
all
...]
Completed in 48 milliseconds