OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FaviconHandler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/favicon/
favicon_handler.h
31
//
FaviconHandler
works with FaviconDriver to fetch the specific type of
77
class
FaviconHandler
{
84
FaviconHandler
(FaviconClient* client,
88
virtual ~
FaviconHandler
();
118
// These virtual methods make
FaviconHandler
testable and are overridden by
295
DISALLOW_COPY_AND_ASSIGN(
FaviconHandler
);
favicon_handler.cc
118
//
FaviconHandler
as the
FaviconHandler
stores favicons resized to all
188
FaviconHandler
::DownloadRequest::DownloadRequest()
191
FaviconHandler
::DownloadRequest::~DownloadRequest() {
194
FaviconHandler
::DownloadRequest::DownloadRequest(
202
FaviconHandler
::FaviconCandidate::FaviconCandidate()
205
FaviconHandler
::FaviconCandidate::~FaviconCandidate() {
208
FaviconHandler
::FaviconCandidate::FaviconCandidate(
222
FaviconHandler
::
FaviconHandler
(FaviconClient* client
[
all
...]
Completed in 398 milliseconds